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

by qwek
Sun Oct 03, 2004 6:31 pm
Forum: Archive
Topic: ask for help
Replies: 42
Views: 13616

Sorry guys, i'm late to reply because i'm so busy with my work. so is MeTroiD code is right or not? Here is an banenforcement script. setudef flag enforce bind mode - "% +b" ban:enforce proc ban:enforce { nick host hand chan mode mask } { global botnick if {![channel get $chan enforce]} { ...
by qwek
Tue Sep 28, 2004 7:07 pm
Forum: Archive
Topic: ask for help
Replies: 42
Views: 13616

you'll need a raw mode bind for the modes to be output the right way (because the modes are split before the command of a mode bind is called and pushmode doesn't do stupid things like setting redundant modes :P) bind raw - MODE lameness proc lameness {by args} { if {[matchattr [finduser $by] n]} {...
by qwek
Tue Sep 28, 2004 11:20 am
Forum: Archive
Topic: ask for help
Replies: 42
Views: 13616

i mean bot follow me to mode channel in a proc and a bind. in ex: bind modes - modes modechan proc modechan { nick handle uhost arg } { and? i dont know how to make tcl proc on follow mode channel. and also enforce ban, i already know how to set in partyline and conf. but i wish i can see the real b...
by qwek
Tue Sep 28, 2004 5:42 am
Forum: Archive
Topic: ask for help
Replies: 42
Views: 13616

ask for help

Hi all, how can i make the bot follow me to mode channel? in ex: * owner sets mode: -b *!*@eggdrop.host.net * bot1 sets mode: -b *!*@eggdrop.host.net * bot2 sets mode: -b *!*@eggdrop.host.net * bot3 sets mode: -b *!*@eggdrop.host.net * owner sets mode: +mi * bot1 sets mode: +mi * bot2 sets mode: +mi...
by qwek
Tue Sep 21, 2004 8:55 am
Forum: Archive
Topic: Ignore when being flooded
Replies: 9
Views: 3950

Here is something you can try if you don't want to load tcl scripts. A small code uses the bots internal flood detection system. #Set here how many msgs in how many seconds from one host #constitutes a flood. If you set this to 0:0, msg flood protection will be #disabled. (This variable can be set ...