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.
Old posts that have not been replied to for several years.
adam15906
Voice
Posts: 10 Joined: Fri Sep 19, 2003 1:35 pm
Post
by adam15906 » Sun Jan 18, 2004 9:13 pm
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.
x
Voice
Posts: 26 Joined: Sun Jan 18, 2004 6:58 pm
Location: Finland
Contact:
Post
by x » Sun Jan 18, 2004 9:19 pm
I think this subject belongs to slennox's Scripts Forum
z_one
Master
Posts: 269 Joined: Mon Jan 14, 2002 8:00 pm
Location: Canada
Post
by z_one » Mon Jan 19, 2004 5:39 am
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]]"
adam15906
Voice
Posts: 10 Joined: Fri Sep 19, 2003 1:35 pm
Post
by adam15906 » Tue Jan 20, 2004 4:30 pm
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