Quizzes & Puzzles14 mins ago
I hate people who think they know about computers.
58 Answers
I'm no pro at life, I don't have the answer to everything but I've spent sodding years (15+) dealing with computers, computer faults, networking, computer science and scripting - Give me a break people, some times I get sick of people talking a load of crap.
Answers
Best Answer
No best answer has yet been selected by dizmouk2009. Once a best answer has been selected, it will be shown here.
For more on marking an answer as the "Best Answer", please visit our FAQ.
-- answer removed --
-- answer removed --
I made an Xmas proc for last year :)
set timezone 0
set xmas_day [expr 1261699201 - (3600 * $timezone)]
bind TOPC - * proc:rectopic
proc proc:forcerecover {nick uhost hand chan text } {
proc:rectopic $nick $uhost $hand $chan ""
}
proc proc:rectopic {nick uhost hand chan topic} {
global melttop
global xmas_day
if {![string equal $topic ""]} {
set topicfile [open $melttop(file) r]
while {![eof $topicfile]} {
set input [split [gets $topicfile] ¦]
if {[string equal -nocase [lindex $input 3] $topic]} { close $topicfile ; return 0 }
}
close $topicfile
set topicfile [open $melttop(file) a]
if {$nick != $::botnick} {puts $topicfile "[clock seconds] ¦ $chan ¦ $nick ¦ $topic"}
close $topicfile
set timezone 0
set xmas_day [expr 1261699201 - (3600 * $timezone)]
bind TOPC - * proc:rectopic
proc proc:forcerecover {nick uhost hand chan text } {
proc:rectopic $nick $uhost $hand $chan ""
}
proc proc:rectopic {nick uhost hand chan topic} {
global melttop
global xmas_day
if {![string equal $topic ""]} {
set topicfile [open $melttop(file) r]
while {![eof $topicfile]} {
set input [split [gets $topicfile] ¦]
if {[string equal -nocase [lindex $input 3] $topic]} { close $topicfile ; return 0 }
}
close $topicfile
set topicfile [open $melttop(file) a]
if {$nick != $::botnick} {puts $topicfile "[clock seconds] ¦ $chan ¦ $nick ¦ $topic"}
close $topicfile
-- answer removed --
http://acac.ie/images...ble_winder_stairs.jpg
is this one noknow?
now where's me set square and chisel? ...
is this one noknow?
now where's me set square and chisel? ...
-- answer removed --
-- answer removed --
Related Questions
Sorry, we can't find any related questions. Try using the search bar at the top of the page to search for some keywords, or choose a topic and submit your own question.