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.

Haw to remove the ban for a Join-Flud

Old posts that have not been replied to for several years.
Locked
k
krazimod

Haw to remove the ban for a Join-Flud

Post by krazimod »

My Eggy always put a tarible ban for join-flood
I want to change this ban with a something other and I wrote a litle .tcl
script.

bind flud - join joinafluda

well the bot makes the joinafluda action and put the ban again :(:(:(

*** Joins: ia-toa-mi-e-nik (~tashaci@127.0.0.1)
*** Joins: ia-toa-mi-e-nik1 (~tashaci@127.0.0.1)
*** Joins: ia-toa-mi-e-nik2 (~tashaci@127.0.0.1)
*** Joins: ia-toa-mi-e-nik3 (~tashaci@127.0.0.1)
*** Joins: ia-toa-mi-e-nik4 (~tashaci@127.0.0.1)
*** SMSz sets mode: +b *!*@127.0.0.1
*** SMSz sets mode: +q

I dont need this ban...
it's seems to be
*** Joins: ia-toa-mi-e-nik (~tashaci@127.0.0.1)
*** Joins: ia-toa-mi-e-nik1 (~tashaci@127.0.0.1)
*** Joins: ia-toa-mi-e-nik2 (~tashaci@127.0.0.1)
*** Joins: ia-toa-mi-e-nik3 (~tashaci@127.0.0.1)
*** Joins: ia-toa-mi-e-nik4 (~tashaci@127.0.0.1)
*** SMSz sets mode: +q

just setting the +q mode from joinafluda procedure in my TCL script

Help me pls...
User avatar
user
 
Posts: 1452
Joined: Tue Mar 18, 2003 9:58 pm
Location: Norway

Post by user »

tcl-commands.doc: "If the proc returns 1, no further action is taken on the flood"
Locked