'6' meaning users, ircops etc can change 6 modes per line on channels, modes like +o, +v, +b, there reverse and vice versa.
However, servers like services.*, stats.* etc the ones defined in 'super' can change around 8 or 9 channel modes per line if I am correct. Not sure about the actual number but they can change a bit more than users or ircops can.
By the way how come are you asking this in an eggdrop foum? I beleive this should be done in an ircd forum or so, for which IRCd you use. There is already a bahamut community forum on the web ask them for more details.
·awyeah·
==================================
Facebook: jawad@idsia.ch (Jay Dee) PS: Guys, I don't accept script helps or requests personally anymore.
==================================
# Set here the maximum number of bans you want the bot to set on a channel.
# Eggdrop will not place any more bans if this limit is reached. Undernet
# currently allows 45 bans, IRCnet allows 30, EFnet allows 100, and DALnet
# allows 100.
set max-bans 100
# Set here the maximum number of exempts you want Eggdrop to set on a channel.
# Eggdrop will not place any more exempts if this limit is reached.
set max-exempts 45
# Set here the maximum number of invites you want Eggdrop to set on a channel.
# Eggdrop will not place any more invites if this limit is reached.
set max-invites 45
# There is a global limit for +b/+e/+I modes. This limit should be set to
# the same value as max-bans for networks that do not support +e/+I.
set max-modes 100 <<- This network use to not have +e or +I.. But now it does, so what does this go to now? 190?
Hmm, I thought this was an eggdrop question as I'm asking what the eggdrop configuration means? I know what the settings on the ircd are, but the info on the config file doesn't explain these two questions.. And I can't think of a better place to ask what something means about an eggdrop config file then a eggdrop forum?
So maybe I'll explain a little better..
1:
Do I have to include the halfOp sysmbol in the config file for "set opchars"? I can't find anything in the help files that explains that..
2:
"set max-modes" says to set the limit the same as the "max-bans" limit if the ircd doesn't support +e or +I, but doesn't say what to set it if it does?
1: Set the op chars which are used on your network. Basic two we know are "+v" and "@". If "%" is for halfop I think the bot would support them, no need to worry as halfop has a few commands which can be used through tcl scripts and is common on quite alot of networks. One thing is to run it an find out
2: Just let max-modes be 100. I miss-understood first, that was another variable.
·awyeah·
==================================
Facebook: jawad@idsia.ch (Jay Dee) PS: Guys, I don't accept script helps or requests personally anymore.
==================================