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 14 matches

by tahu
Tue Feb 07, 2006 1:42 am
Forum: Script Requests
Topic: protect +v from kickban
Replies: 6
Views: 8248

bind flud - pub foo
proc foo {n u h t c} {
if [isvoice $n $c] {return 1}
}

this script only protect user with + from kick
if u dont mine
can u put code for protect operator from kick
thanks
by tahu
Mon Jan 23, 2006 2:33 am
Forum: Script Requests
Topic: protect +v from kickban
Replies: 6
Views: 8248

thanks

its work thanks
by tahu
Mon Jan 16, 2006 12:45 am
Forum: Script Requests
Topic: protect +v from kickban
Replies: 6
Views: 8248

What's your script? or are you using the built-in flood-chan

i build chan games
but if client type answer over 5 line got kick with msg flood even client got +v
by tahu
Fri Jan 13, 2006 12:49 pm
Forum: Script Requests
Topic: protect +v from kickban
Replies: 6
Views: 8248

protect +v from kickban

anyone can help me to make tcl protect user with voice no got kick when type 6 or more line in channel ?
thanks if u want help me
by tahu
Wed Nov 09, 2005 9:38 pm
Forum: Scripting Help
Topic: random command in tcl
Replies: 8
Views: 13753

that script game is 3 proc for next question.
so i mean when this game over for next question move to another script.

sorry for my poor english. i hope u understand what i mean. thanks
by tahu
Wed Nov 09, 2005 11:16 am
Forum: Scripting Help
Topic: random command in tcl
Replies: 8
Views: 13753

random

proc mx_timer_ask {} { global botnick quizconf global rankfile global rankfile userlist timerankreset global tgcurrentanswer tghinttimer tgtimenext tgchan global tgnextqtimer tgstreak tgstreakmin global tgscoresbyname tgranksbyname tgranksbynum global tgcongrats tgscorestotal tgmissed global tgtimes...
by tahu
Sun Nov 06, 2005 12:54 pm
Forum: Scripting Help
Topic: random command in tcl
Replies: 8
Views: 13753

random command in tcl

hello ..
anybody can help me to tell about how to make random command for tcl script ?
thanks..
by tahu
Sat Aug 27, 2005 12:02 pm
Forum: Archive
Topic: help scripts
Replies: 9
Views: 7411

i try to write word game in tcl how to make the bot read the title when answer only 1 the title "sample one" , if answer got 2 the title "sample two" and if the answer got 3 the title make deferent post like "sample 3" thanks if {$upasAnswerCount == 1} { upasmsg " ...
by tahu
Tue Aug 23, 2005 3:26 am
Forum: Archive
Topic: badnick.tcl
Replies: 3
Views: 3380

badnick.tcl

hello guys.. got this badnick kicker thinghy but with little problem, it does kick a nick like for example: Piss ,cause these kinda words are in the badnick list But when someone makes combinations like for example: pissing_tom that nick wont get kicked. How can i make this work ? ############## set...
by tahu
Tue Aug 23, 2005 2:58 am
Forum: Archive
Topic: help scripts
Replies: 9
Views: 7411

help scripts

hello guys.. please help me to fix this. if {$upasAnswerCount == 1} { upasmsg "[b]Title 1[/b]" upasmsg "question : $upasQuestion ? " upasmsg "Survey : 8 $upasPointsPerAnswer $upasPointsName" upasmsg "\00313$tipzs" } elseif {$upasAnswerCount <= 2} { upasmsg &qu...
by tahu
Fri Mar 04, 2005 7:45 am
Forum: Script Support & Releases
Topic: Kaos games
Replies: 2
Views: 9412

try this

# # Color Routines # proc kcb {} { return "\0034" <====[ change the number ] } proc kcg {} { return "\00312" } proc kcr {} { return "\0031" } proc kcm {} { return "\00304" } proc kcc {} { return "\0031" } proc kcs {} { return "\0032" } proc...
by tahu
Mon Feb 14, 2005 9:04 am
Forum: Archive
Topic: help tcl script
Replies: 8
Views: 3789

i write like what u say [De Kus} but the bot can executing another command. the bot stuck. i wrote like this proc mx_timer_ask {} { global botnick quizconf global Timer switch $qcounter { 1 {set x_ask $botnick {} {} $quizconf(quizchannel) {} } 2 {set Timer [utimer 10 Question] } } if { [incr qcounte...
by tahu
Sat Feb 12, 2005 2:02 pm
Forum: Archive
Topic: help tcl script
Replies: 8
Views: 3789

-set x_ask $botnick {} {} $quizconf(quizchannel) {}
-set Timer [utimer 10 Question]

i mean first round set x_ask
and the second round set timer
something like that.
thanks.
by tahu
Fri Feb 11, 2005 11:03 pm
Forum: Archive
Topic: help tcl script
Replies: 8
Views: 3789

help tcl script

proc g_timer_ask {} {
global botnick quizconf
global Answers AllAnswered RoundOver NumAnswered AnswerCount QuestionTimer
set x_ask $botnick {} {} $quizconf(quizchannel) {}
set Timer [utimer 10 Question]

}

i want to random this but i dont know how to do
plz help me!