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.

when the bot bans for a badword tcl... no one can unban them

Old posts that have not been replied to for several years.
Locked
S
ShamuaL

when the bot bans for a badword tcl... no one can unban them

Post by ShamuaL »

hi ...

i insertes a tck for badword and ... when the bot bans a user no one can unban them cause the bot auto bans again when ever the bot is oped again ...

can anyone gimme any solution ?
g
greenbear
Owner
Posts: 733
Joined: Mon Sep 24, 2001 8:00 pm
Location: Norway

Post by greenbear »

remove the ban from the bot using .-ban
User avatar
caesar
Mint Rubber
Posts: 3778
Joined: Sun Oct 14, 2001 8:00 pm
Location: Mint Factory

Post by caesar »

It enforces this bans. Chenge from a "newchanban" action to a just place the ban on the channel. Contact the author or change it yourself.. use the forum's search function and have a look on the doc\tcl-commands.doc file.
Once the game is over, the king and the pawn go back in the same box.
User avatar
awyeah
Revered One
Posts: 1580
Joined: Mon Apr 26, 2004 2:37 am
Location: Switzerland
Contact:

Post by awyeah »

Yeah replace 'newchanban' or 'newban' with this:

Code: Select all

putserv "MODE $chan +b $banmask"
You would have to edit the variables in this code according to your proc and scripts defined variables.
·­awyeah·

==================================
Facebook: jawad@idsia.ch (Jay Dee)
PS: Guys, I don't accept script helps or requests personally anymore.
==================================
Locked