gb wrote:yea there is, set your channel -stopnethack
.chanset #channel -stopnethack
Code: Select all
.chanset #channel stopnethack-mode 0
# stopnethack-mode 0
# This setting will make the bot de-op anyone who enters the channel
# with serverops. There are seven different modes for this settings:
# 0 turn off,
# 1 isoptest (allow serverop if registered op)
# 2 wasoptest (allow serverop if op before split)
# 3 allow serverop if isop or wasop
# 4 allow serverop if isop and wasop.
# 5 If the channel is -bitch, see stopnethack-mode 3
# If the channel is +bitch, see stopnethack-mode 1
# 6 If the channel is -bitch, see stopnethack-mode 2
# If the channel is +bitch, see stopnethack-mode 4
Alchera wrote:Code: Select all
.chanset #channel stopnethack-mode 0
# stopnethack-mode 0
# This setting will make the bot de-op anyone who enters the channel
# with serverops. There are seven different modes for this settings:
# 0 turn off,
# 1 isoptest (allow serverop if registered op)
# 2 wasoptest (allow serverop if op before split)
# 3 allow serverop if isop or wasop
# 4 allow serverop if isop and wasop.
# 5 If the channel is -bitch, see stopnethack-mode 3
# If the channel is +bitch, see stopnethack-mode 1
# 6 If the channel is -bitch, see stopnethack-mode 2
# If the channel is +bitch, see stopnethack-mode 4
Code: Select all
.chanset #channel revenge-mode 0
Code: Select all
.chanset #channel -stopnethack
.chanset #channel stopnethack-mode 0
.save
.restart
This also can be a source of problems. Care to list which ones you are using, some might have a bind for splt, on join which might be causing the problem a protection tcl like bitch or something.WeiJie wrote: I'm using quite a numbers of tcl scripts...