This is the new home of the egghelp.org community forum.
All data has been migrated (including user logins/passwords) to a new phpBB version.


For more information, see this announcement post. Click the X in the top right-corner of this box to dismiss this message.

Search found 5 matches

by djcoxe
Mon May 23, 2005 5:23 pm
Forum: Archive
Topic: for Kill 1 utimer ????
Replies: 3
Views: 1821

i write these but give me this error:

[23:20] <QuixOn> [21:20] Tcl error [contr_risp]: invalid timerID

why ?
by djcoxe
Mon May 23, 2005 4:46 pm
Forum: Archive
Topic: for Kill 1 utimer ????
Replies: 3
Views: 1821

for Kill 1 utimer ????

For Exemple i have that timer :

Code: Select all

utimer $gsec [list timer:end:nick2 $chan]
return 0
how can I do to kill this utimer before the second $gsec is expire ?

Thanks
by djcoxe
Fri May 06, 2005 12:15 pm
Forum: Archive
Topic: Help ME Please (TCL)
Replies: 5
Views: 3003

proc fine:voto {} { global sillaba scarabeo chan set chan "#quix" putserv "PRIVMSG $chan :Fine Votazioni!" set max $uno if {$sillaba > $max } {set max $sillaba} if {$scarabeo > $max} {set max $scarabeo} if {$scarabeoplus > $max} {set max $scarabeoplus} if {$max == $sillaba} { pu...
by djcoxe
Fri May 06, 2005 11:41 am
Forum: Archive
Topic: Help ME Please (TCL)
Replies: 5
Views: 3003

1. $sillaba compare with $uno and $scarabeo and $scarabeoplus
2. $scarabeo compare with $uno and $sillaba and $scarabeoplus
3. $scarabeoplus compare with $uno and $sillaba and $scarabeo
3. $uno compare with $sillaba and $scarabeo and $scarabeoplus

for check the biggest
by djcoxe
Fri May 06, 2005 11:24 am
Forum: Archive
Topic: Help ME Please (TCL)
Replies: 5
Views: 3003

Help ME Please (TCL)

set chan "#quix" set sillaba 0 set scarabeo 0 set uno 0 set scarabeoplus 0 bind pub - !quix start_votazione bind pub - !votasillaba votosillaba bind pub - !votascarabeoplus votoscarabeoplus bind pub - !votauno votouno bind pub - !votascarabeo votoscarabeo proc start_votazione {nick host h...