Hello,
If I did in my bot.conf the following:
channel add #MyChannel {
chanmode "nts"
idle-kick 0
stopnethack-mode 0
revenge-mode 0
ban-time 0
exempt-time 0
invite-time 60
flood-chan 0:0
flood-deop 0:0
flood-kick 0:0
flood-join 5:60
flood-ctcp 3:60
flood-nick 4:60
aop-delay 0
}
channel set #MyChannel +enforcebans +userbans +autoop +cycle
--------------
would all those settings (above) override all these "global" settings in bot.conf, which would be:
set global-flood-chan 10:60
set global-flood-deop 3:10
set global-flood-kick 3:10
set global-flood-join 5:60
set global-flood-ctcp 3:60
set global-flood-nick 5:60
set global-aop-delay 5:30
set global-idle-kick 0
set global-chanmode "nt"
set global-stopnethack-mode 0
set global-revenge-mode 0
set global-ban-time 120
set global-exempt-time 60
set global-invite-time 60
set global-chanset {
-autoop -autovoice
-bitch +cycle
+dontkickops +dynamicbans
+dynamicexempts +dynamicinvites
-enforcebans +greet
-inactive -nodesynch
-protectfriends +protectops
-revenge -revengebot
-secret -seen
+shared +statuslog
+userbans +userexempts
+userinvites -protecthalfops
-autohalfop
}
Thanks.