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.

Repeat protection script.

Old posts that have not been replied to for several years.
h
helpme
Voice
Posts: 17
Joined: Sun May 08, 2005 11:07 am

Post by helpme »

mh ok, but now the bot doesn`t ban anymore, only kicks :/
User avatar
Sir_Fz
Revered One
Posts: 3794
Joined: Sun Apr 27, 2003 3:10 pm
Location: Lebanon
Contact:

Post by Sir_Fz »

you have two newchanban lines. Replace the one I told you about with the lines I gave you, and the other one that says:

Code: Select all

newchanban $dest $banmask repeat $repeatmsg $repeatbantime
with the same lines but instead of $chan use $dest.
h
helpme
Voice
Posts: 17
Joined: Sun May 08, 2005 11:07 am

Post by helpme »

dont work!! only kicks

putquick "KICK $chan $nick :$repeatmsg"
putuqick "MODE $chan +b $banmask"
timer $repeatbantime [list pushmode $chan -b $banmask]


putquick "KICK $dest $nick :$repeatmsg"
putuqick "MODE $dest +b $banmask"
timer $repeatbantime [list pushmode $dest -b $banmask]
Locked