Yep I read this post. But I also read in another post: http://forum.egghelp.org/viewtopic.php?p=74519 that you can use the [info exists timer] to directly determine if a timer is already running. Code by "user". if {[info exists timer]} { killutimer $timer unset timer } Besides, Sir_Fz exp...
I got the following procedure that kills a given utimer. proc killthetimer { global g_timerz if {[info exists g_timerz(timer:$l_uhost:$l_chan)]} { putlog "timer ID: $g_timerz(timer:$l_uhost:$l_chan)" killutimer $g_timerz(timer:$l_uhost:$l_chan) putlog "killed the timer" } } When ...
Yeah, sorry about that botnick thing ... I forgot to copy it here as I was typing the code manually. So basically, nml375, if I use the list-command I can use any of the following ? set thechanlist [list #chanA #chanB #chanC] OR set thechanlist [list "#chanA" "#chanB" "#chan...
# list of channels set thechanlist "#chanA #chanB #chanC" proc whereisthebot {} { global thechanlist foreach chan $::thechanlist { if {[botonchan $chan]} { putlog "$botnick is on $chan" } } } Then in the bot .conf file I have added ChanA, ChanB and ChanC in this exact order. The...
Ok I'm writing a script with many functions but, assuming all variables in the code below are declared and the proc notice:nochannotice calls none:bankickthenick , why do I get the following error when a nick called tester (for example) sends a channel notice: Tcl error: invalid command name "t...
Hi, What event is raised when the bot says: "Server says my nickname is invalid" ? The thing is that after my bot gets disconnected and its nick is held by services on DALnet it cannot reconnect again. It keeps saying: "Server says my nickname is invalid". I have to telnet to the...
Say I have a bot that goes on a netsplit. When I log on to the partyline (a few minutes after the netsplit occurs) and type .channel #mychannel It still shows nicks that disappeared a few minutes ago such as @Drumer Drumer --- B - netsplit, 240s Zain Zain --- - netsplit, 240s Then after, say 5 minut...
From the looks of it "cannot create executables" would mean you don't have permission to execute files when logged in to your account.
Check with the system administrator for the "x" permission (which means you can execute files).
Good luck.
Anyone heard about Unixcon ?
I subscribed with them 2 days ago and yet I got NO answer whatsoever so far !
I sent them an email, I even left a message on their forum ... nothing !
Although they say that they reply in a maximum delay of 12 hours.