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.

Question

Old posts that have not been replied to for several years.
Locked
L
LiquidIce
Halfop
Posts: 48
Joined: Fri Jan 09, 2004 7:22 pm
Location: USA

Question

Post by LiquidIce »

Ok i have a bot oped in a room ppl place bans but the bot takes them off 4 hours or so. how can i stop the bot from doing that besides not opping it?

Steve :-?
User avatar
]Kami[
Owner
Posts: 590
Joined: Thu Jul 24, 2003 2:59 pm
Location: Slovenia
Contact:

Post by ]Kami[ »

.chanset #chan ban-time 0:0 and .chanset #chan +usersbans should solve it :P
D
DarkJFMan
Halfop
Posts: 85
Joined: Mon Dec 15, 2003 3:19 pm

Post by DarkJFMan »

I got 1 question about this, if you have a timer on ban, and youd did .chanset * ban-time 0:0 would it affect the script?

my script is

`kb <nick> <duration>, would the chanset affect that?

TY
User avatar
awyeah
Revered One
Posts: 1580
Joined: Mon Apr 26, 2004 2:37 am
Location: Switzerland
Contact:

Post by awyeah »

Depends upon your tcl script.

If your tcl script has newchanban and newban then it might
affect the ban-time interval.

However if the tcl uses something like this

Code: Select all

putquick "KICK $chan $nick :Reason here"
timer 120 "putserv \"mode $chan -b $banmask\""
Or something resembling this maybe, a timed function
called and that procedure gives a timely unban.

In this case ban-time wont affect the interval of time or the ban.
·­awyeah·

==================================
Facebook: jawad@idsia.ch (Jay Dee)
PS: Guys, I don't accept script helps or requests personally anymore.
==================================
User avatar
]Kami[
Owner
Posts: 590
Joined: Thu Jul 24, 2003 2:59 pm
Location: Slovenia
Contact:

Post by ]Kami[ »

Well if you set newchan ban it shouldn't effect it.
Locked