"MODE CHANGED BY NON-CHANOP ON #Godz-Zone! REVERSING...."
Then it tries to kick the op who did it. So basically what i want to do is make a list of nicks who are ops, n have them protected and not kicked ever. i want the list loaded on startup of the bot so it does not need to be configured everytime the bot is started. i thought the following from eggdrop.conf woulddo it but maybe im wrong
Code: Select all
# Add each static channel you want your bot to sit in using the following
# command. There are many different possible settings you can insert into
# this command, which are explained below.
#
channel add #GoDz-ZoNe {
chanmode "+nt-likm"
idle-kick 0
stopnethack-mode 0
revenge-mode 0
ban-time 120
exempt-time 60
invite-time 60
aop-delay 5:30
need-op { putserv "PRIVMSG #Godz-zone :op me!" }
need-invite { putserv "PRIVMSG #Godz-zone :let me in!" }
need-key { putserv "PRIVMSG #Godz-zone :let me in!" }
need-unban { putserv "PRIVMSG #Godz-zone :let me in!" }
need-limit { putserv "PRIVMSG #Godz-zone :let me in!" }
flood-chan 20:60
flood-deop 3:10
flood-kick 3:10
flood-join 5:60
flood-ctcp 3:60
flood-nick 5:60
}
channel set #Godz-zone +dontkickops +greet +protectops +protecthalfops
#
# chanmode +/-<modes>
# This setting makes the bot enforce channel modes. It will always add
# the +<modes> and remove the -<modes> modes.
