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.tcl kicks all users

Old posts that have not been replied to for several years.
Locked
P
Paz

Post by Paz »

Hiya, i use the f|f flags for the repeat script in netbots and i add all bot users that flag, but the bots are still kickin f-flag users, even ops too. anyone got an idea?

<font size=-1>[ This Message was edited by: Paz on 2002-04-16 20:27 ]</font>
User avatar
z_one
Master
Posts: 269
Joined: Mon Jan 14, 2002 8:00 pm
Location: Canada

Post by z_one »

Yes it's kicking ops too in my case.
The best thing is to go inside the code and add the following line just before the place where the code bans and kicks the user.
if {[isop $nick $chan]} {return 0}
P
Paz

Post by Paz »

To be honest im a TCL Dumbo but after screwing the script for more then 5 times, it works now:)Thanks
User avatar
slennox
Owner
Posts: 593
Joined: Sat Sep 22, 2001 8:00 pm
Contact:

Post by slennox »

It will kick users opped on the channel who don't have rp_exempt flags (intended behaviour), but I don't see how it's kicking +f users if rp_exempt is set to "f|f".
Locked