Search found 4 matches

by dfxrick
Wed Jul 04, 2012 7:55 am
Forum: Other Topics
Topic: botnet request for efnet
Replies: 0
Views: 1867

botnet request for efnet

If you own a channel and need a botnet, please join #rick and ask in the channel... Thanks
by dfxrick
Wed Mar 31, 2010 10:59 pm
Forum: Scripting Help
Topic: timer
Replies: 1
Views: 2175

timer

Can someone please help me out with this code? I'm having problems finding out why its not working. I dont see it. after 60 minutes of idle its supposed to remove the authflag, and it isn't, can anyone please help with this problem. u can find me on #fam or #tzirc on efnet. Please help me out. Thank...
by dfxrick
Wed Jan 27, 2010 4:17 am
Forum: Scripting Help
Topic: help with time/timer
Replies: 0
Views: 2191

help with time/timer

basically what I need to do is when a user does /msg bot verify password
the bots logs the time for each user that does that and then every 60 minutes it checks to see which user is still active and the ones that arent it removes a flag from their nick/handle from the bot Thanks in advance
by dfxrick
Tue Jan 26, 2010 10:42 pm
Forum: Scripting Help
Topic: Need help with authorization code
Replies: 0
Views: 2379

Need help with authorization code

basically after 60 mins i'd like it to remove the flag and unauth the person, but its not and i cant seem to see why its not, any ideas? proc auth_idle {} { global _auth authflag set idletime 1 set chans [channels] set chan_tot [llength $chans] set chan_num 0 for {set loop 0} {$loop < $chan_tot} {in...