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.

HalfOps & Exceptions

Old posts that have not been replied to for several years.
Locked
U
Unknown1
Voice
Posts: 11
Joined: Fri Jun 11, 2004 5:40 pm

HalfOps & Exceptions

Post by Unknown1 »

I'm running the bots on a modified bahamut ircd..

It has halfops, Exceptions and Invites..

First:

PREFIX=(qaohv)!*@%+

Real Ops in the channel will have !*@ modes.. And halfops will have % modes.

Do I set this:

set opchars "!*@%"

or do I set this:

set opchars "!*@"


Second:

MAXLIST=b:100,e:45,I:45

Max bans per channel are 100:
Max Exceptions per channel are 45:
Max Invites per channel are 45:

What do I set max-modes to?
User avatar
awyeah
Revered One
Posts: 1580
Joined: Mon Apr 26, 2004 2:37 am
Location: Switzerland
Contact:

Post by awyeah »

Generally bahamut has '6'.

'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.
==================================
U
Unknown1
Voice
Posts: 11
Joined: Fri Jun 11, 2004 5:40 pm

Post by Unknown1 »

Thanks, but are we talking about the same thing?

# 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?
User avatar
awyeah
Revered One
Posts: 1580
Joined: Mon Apr 26, 2004 2:37 am
Location: Switzerland
Contact:

Post by awyeah »

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.
==================================
Locked