Thread: Noreg Script
View Single Post
Old 10-04-2006, 08:40   #4 (permalink)
lsn
Member
 
lsn's Avatar
 
Join Date: Jun 2004
Location: In the NeXuS
Posts: 160
Rep Power: 37
lsn will become famous soon enough
Default

Arcade, ai uitat bind pe timer
Code:
bind time - "00 00 * * *"  timer:24
# si procesul
proc timer:24 {global noreg;  foreach chan [array names noreg] {if {[lindex $noreg($chan) 0] < [unixtime]} {unset noreg($chan); puthelp "PRIVMSG $settings(homechan :Noreg for $chan has expired."}}}
si daca vrei ca sa poti scoate modifici in a:parser
Code:
} elseif {![string equal $comm join] && ![string equal $comm stats]} {
cu
Code:
} elseif {![string equal $comm join] && ![string equal $comm stats] && ![string equal $comm delnoreg]} {
lsn is offline   Reply With Quote