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

by kuto
Wed Jul 05, 2006 7:00 am
Forum: Script Support & Releases
Topic: Universal channel script
Replies: 224
Views: 221131

bugs in badwords.txt

I followed your instruction but nothing has changed. code: foreach elem [split [read $f] "\t\r\n\f"] { here's the sample: <chatter> hi sexy! * bot sets mode: +b *!otlog@* * chatter was kicked by bot (Banned: We dont need ROTTEN words in here!! shoo shoo!! (1)) in my badwords.txt file world...
by kuto
Mon Jun 26, 2006 6:36 am
Forum: Script Support & Releases
Topic: Universal channel script
Replies: 224
Views: 221131

badwords.txt

Im having problem with badwords.txt how come xchannels doesnt distinguished the word sex from sexy, if somebody type sexy, the bot automatically bans the user, is there a way to fix this issue? i only want the bot banned people saying sex but not sexy, sexiest and so on.
by kuto
Sat Jun 10, 2006 4:27 am
Forum: Script Support & Releases
Topic: Trivia 2000 Version 2.2 Released
Replies: 9
Views: 9235

the script hang!

Hi, I'm testing your script and i cant make it work, the trivia start fine but if some users got the right answer, the script hang and not continuosly playing anymore, if i press !start again it says trivia is being played, what i did is !stop and !start again, the trivia is playing continuosly if n...
by kuto
Sat Jun 03, 2006 2:11 pm
Forum: Script Support & Releases
Topic: Universal channel script
Replies: 224
Views: 221131

x:mass:rate

User defined channel flags: -noseendata -quietseens -quietaiseens -nopubseens -x:limit +x:drone -x:door +x:flood +x:clone +x:spam +x:repeat -x:whois +x:bad -x:caps -x:color how come i dont have +/-x:mass on my list? my default setting is: x:mass:rate: 20:3 x:mass:duration: 5 still i got this error a...
by kuto
Fri Jun 02, 2006 4:54 am
Forum: Script Support & Releases
Topic: Universal channel script
Replies: 224
Views: 221131

Tcl error [::xchannel::mass]: can't read "maxr": n

How come everytime i restart the bot i keep on getting this error =>Tcl error [::xchannel::mass]: can't read "maxr": no such var , that error disappear if i rehash the bot, what is causing that error to appear? Second, the bot has ban a user and ops because of flood, now i unban the both u...
by kuto
Fri Jun 02, 2006 2:31 am
Forum: Script Support & Releases
Topic: Universal channel script
Replies: 224
Views: 221131

text file solve

ok i got the error sorted, txt file shouldnt be in the bot /scripts folder along with xchannel.tcl, it should be placed within eggdrop folder. now i got a new error with binding. <CboT> [14:26] #kilo# set errorInfo <CboT> Currently: no such binding <CboT> Currently: while executing <CboT> Currently:...
by kuto
Fri Jun 02, 2006 1:18 am
Forum: Script Support & Releases
Topic: Universal channel script
Replies: 224
Views: 221131

text file

ok i already create the files within bot /scripts file named badwhois.txt and badwords.txt, problem is it cant be read by the xchannel.tcl, im using version 3.6 from egghelp.org, my question is where the files should be placed so that the script can be read by the script. secondly, do i have to crea...
by kuto
Thu Jun 01, 2006 7:34 am
Forum: Script Support & Releases
Topic: Universal channel script
Replies: 224
Views: 221131

problem after rehashing the bot

<gre> .chanset #ceu x:bad:file badwords.txt <CboT> Successfully set modes { x:bad:file { badwords.txt } } on #ceu. <CboT> [19:29] #kuto# chanset #ceu x:bad:file { badwords.txt } <gre> .chanset #ceu x:whois:file badwhois.txt <CboT> Successfully set modes { x:whois:file { badwhois.txt } } on #ceu. <Cb...