I've set up my conf file as below, so when the bot is deopped etc, it will regain ops etc by msg chanserv.
Code: Select all
channel add #eggy {
chanmode "+cCnNpt-rDikm"
idle-kick 0
stopnethack-mode 0
revenge-mode 3
aop-delay 0:0
ban-time 0
exempt-time 60
invite-time 60
need-op { putquick "PRIVMSG Q :OP #eggy" }
need-invite { putquick "PRIVMSG Q :CLEARCHAN #eggy" }
need-key { putquick "PRIVMSG Q :CLEARCHAN #eggy" }
need-unban { putquick "PRIVMSG Q :BANCLEAR #eggy" }
need-limit { putquick "PRIVMSG Q :CLEARCHAN #eggy" }
flood-chan 5:1
flood-deop 4:10
flood-kick 3:10
flood-join 5:60
flood-ctcp 3:60
flood-nick 5:60
}
Code: Select all
.chanset #eggy need-op putquick "PRIVMSG Q :OP #eggy"
I've also tried the other way, adding this to the conf file;
Code: Select all
need-op { putserv "PRIVMSG Q :OP #eggy" }
I really dont understand why it is doing this - it never has in the past. Would someone point out the obvious to me - what am I missing?
Thanks.