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.

Quick Question about Channel Modes in .conf file

General support and discussion of Eggdrop bots.
Post Reply
F
FTL25
Voice
Posts: 17
Joined: Mon Nov 14, 2005 5:39 pm

Quick Question about Channel Modes in .conf file

Post by FTL25 »

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.
T
T-Xorcist
Halfop
Posts: 47
Joined: Mon Nov 14, 2005 6:36 pm
Location: Netherlands
Contact:

Post by T-Xorcist »

Yes...
F
FTL25
Voice
Posts: 17
Joined: Mon Nov 14, 2005 5:39 pm

Post by FTL25 »

Just wanted to make sure, Thanks :D
Post Reply