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.

auto op only for specific host

General support and discussion of Eggdrop bots.
Post Reply
t
testebr
Halfop
Posts: 86
Joined: Thu Dec 01, 2005 12:22 pm

auto op only for specific host

Post by testebr »

Code: Select all

.+user auto_op 
.chattr auto_op +o 
.chanset #channel +autoop 
.+host auto_op nick!ident@host
Work fine, but I want to disable autoop to my nick ('founder' of bot).

How to?
User avatar
DragnLord
Owner
Posts: 711
Joined: Sat Jan 24, 2004 4:58 pm
Location: C'ville, Virginia, USA

Post by DragnLord »

make sure there is no host match for you in auto_op's record and that your handle does not have +a flag set
t
testebr
Halfop
Posts: 86
Joined: Thu Dec 01, 2005 12:22 pm

Post by testebr »

I don't understand...

My flags are: jlmnoptx

And the bot still put +o to me on join.
User avatar
DragnLord
Owner
Posts: 711
Joined: Sat Jan 24, 2004 4:58 pm
Location: C'ville, Virginia, USA

Post by DragnLord »

.chanset #channel -autoop
.chattr auto_op +a #channel
User avatar
DragnLord
Owner
Posts: 711
Joined: Sat Jan 24, 2004 4:58 pm
Location: C'ville, Virginia, USA

Post by DragnLord »

Setting a channel for autoop means that any op in the bot's userfile will be opped when joining the channel.
Disable autoop and give the auto_op user +a so you can control who gets opped automatically.
t
testebr
Halfop
Posts: 86
Joined: Thu Dec 01, 2005 12:22 pm

Post by testebr »

Now, I understand.

Work fine, thank you
Post Reply