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.

Eggdrop conf problem

Old posts that have not been replied to for several years.
r
ratman
Voice
Posts: 25
Joined: Thu Jun 26, 2003 8:35 pm
Location: CT
Contact:

Eggdrop conf problem

Post by ratman »

hello I have an eggdrop conf problem

Eggdrop 1.6.15

When I change channel modes the mode stays set. However, when one of my other ops changes the channel my bot undoes the change. I'm the bot master and owner and the other ops have +fohp. What else do i need to do? TIA :)
Securityarsenal IRC Administrator

irc.homecomputersecurity.net:6667-7000
Website
User avatar
j0n
Op
Posts: 140
Joined: Wed May 07, 2003 5:31 pm
Location: sjn.nb.ca
Contact:

Post by j0n »

the bot must have the channel modes set in the conf.
meaning;

channel add #channel { chanmode "+snt" ...

if the bot has the channel +s, then no user can remove that channel setting. in your case, you might want to leave the setting line blank, or at least have +nt
p
ppslim
Revered One
Posts: 3914
Joined: Sun Sep 23, 2001 8:00 pm
Location: Liverpool, England

Post by ppslim »

This has been answered time and time again.

The config file is used to define the original settings for a channel. Once these have been loaded, the channel file overides anything placed in the config file.

Use ".chanset" for this purpose.
r
ratman
Voice
Posts: 25
Joined: Thu Jun 26, 2003 8:35 pm
Location: CT
Contact:

Post by ratman »

I'm afraid my question may not have been understood fully. How do i let my other op change chan modes in the channel without the bot overriding the changes he makes?
Securityarsenal IRC Administrator

irc.homecomputersecurity.net:6667-7000
Website
m
masskilla
Op
Posts: 172
Joined: Wed Oct 03, 2001 8:00 pm
Location: Croatia

Post by masskilla »

Set the bot to not enforce those modes or any modes

Only owners can change channel modes at will
MaSsKilla

#eggdrop
Undernet
r
ratman
Voice
Posts: 25
Joined: Thu Jun 26, 2003 8:35 pm
Location: CT
Contact:

Post by ratman »

put chanmode 0 Let's see what this does
Securityarsenal IRC Administrator

irc.homecomputersecurity.net:6667-7000
Website
r
ratman
Voice
Posts: 25
Joined: Thu Jun 26, 2003 8:35 pm
Location: CT
Contact:

Post by ratman »

didn't work. How do you make it STOP that?
Securityarsenal IRC Administrator

irc.homecomputersecurity.net:6667-7000
Website
m
menace

Post by menace »

a) set channel modes as desired

in the config:
chanset #channel { chanmode +nt }

while bot is running:
.chanset #channel chanmode +i
.chanset #channel chanmode -i+sp
... (whatever you like)

b) to stop the bot from changing channel modes
.chanset #channel -enforcemodes
User avatar
gumbydammit
Master
Posts: 311
Joined: Thu Sep 05, 2002 4:52 pm
Location: Canada
Contact:

Post by gumbydammit »

instead of menace's B) option which wont work. just reset your modes like masskilla suggested
.chanset #room chanmode +nt for example
r
ratman
Voice
Posts: 25
Joined: Thu Jun 26, 2003 8:35 pm
Location: CT
Contact:

Post by ratman »

gumbydammit wrote:instead of menace's B) option which wont work. just reset your modes like masskilla suggested
.chanset #room chanmode +nt for example
the B option is just what I need If I set modes +nt in the conf you cant add anymore (such as +i). The bot will remove them.
Securityarsenal IRC Administrator

irc.homecomputersecurity.net:6667-7000
Website
r
ratman
Voice
Posts: 25
Joined: Thu Jun 26, 2003 8:35 pm
Location: CT
Contact:

Post by ratman »

ttt
Securityarsenal IRC Administrator

irc.homecomputersecurity.net:6667-7000
Website
r
ratman
Voice
Posts: 25
Joined: Thu Jun 26, 2003 8:35 pm
Location: CT
Contact:

Post by ratman »

Ok that problem went away, now I got a new problem.

the bot absolutely refuses to op one of my opers in a specific channel. Chanserv gives him the ops but the bot takes it away. I can give him ops just fine. He has global +fohp on the bot. What gives?
Securityarsenal IRC Administrator

irc.homecomputersecurity.net:6667-7000
Website
m
mopar
Halfop
Posts: 87
Joined: Sat Oct 26, 2002 3:38 pm
Location: Grebbestad Sweden

Post by mopar »

Check so that the user haven't done something so that he has got an d-flag on the bot.

/mopar
It's never to late to give up..
r
ratman
Voice
Posts: 25
Joined: Thu Jun 26, 2003 8:35 pm
Location: CT
Contact:

Post by ratman »

if he did get a +d on the bot how do I get rid of it? His flags are +fohp right now
Securityarsenal IRC Administrator

irc.homecomputersecurity.net:6667-7000
Website
User avatar
Sir_Fz
Revered One
Posts: 3794
Joined: Sun Apr 27, 2003 3:10 pm
Location: Lebanon
Contact:

Post by Sir_Fz »

.chattr <user> -<flags> to remove flags
.chattr <user> +<flags> to add flags

in this case u want to .chattr <user> +d
Locked