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.

How do I...?

Old posts that have not been replied to for several years.
Locked
a
adam15906
Voice
Posts: 10
Joined: Fri Sep 19, 2003 1:35 pm

How do I...?

Post by adam15906 »

I am using the quitban.tcl made by slennox and it bans for 5 minutes. But when a HOP/OP tries to remove that ban within that time it readds it. Any way I can stop this.
User avatar
x
Voice
Posts: 26
Joined: Sun Jan 18, 2004 6:58 pm
Location: Finland
Contact:

Post by x »

I think this subject belongs to slennox's Scripts Forum 8)
User avatar
z_one
Master
Posts: 269
Joined: Mon Jan 14, 2002 8:00 pm
Location: Canada

Post by z_one »

replace the line

Code: Select all

newchanban $chan *!*[string tolower [string range $uhost [string first @ $uhost] end]] quitban $qb_reason $qb_bantime
with

Code: Select all

putserv "mode $chan +b *!*[string tolower [string range $uhost [string first @ $uhost] end]]"
a
adam15906
Voice
Posts: 10
Joined: Fri Sep 19, 2003 1:35 pm

Thank you so much.

Post by adam15906 »

Thank you for the reply. Now atleast my bot will not be banned and killed by the IRCop OPs that get mad that they can't unban before the 5 minutes. lol
Locked