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.
General support and discussion of Eggdrop bots.
testebr
Halfop
Posts: 86 Joined: Thu Dec 01, 2005 12:22 pm
Post
by testebr » Wed Apr 09, 2008 8:34 pm
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?
DragnLord
Owner
Posts: 711 Joined: Sat Jan 24, 2004 4:58 pm
Location: C'ville, Virginia, USA
Post
by DragnLord » Wed Apr 09, 2008 10:37 pm
make sure there is no host match for you in auto_op's record and that your handle does not have +a flag set
testebr
Halfop
Posts: 86 Joined: Thu Dec 01, 2005 12:22 pm
Post
by testebr » Wed Apr 09, 2008 11:02 pm
I don't understand...
My flags are: jlmnoptx
And the bot still put +o to me on join.
DragnLord
Owner
Posts: 711 Joined: Sat Jan 24, 2004 4:58 pm
Location: C'ville, Virginia, USA
Post
by DragnLord » Wed Apr 09, 2008 11:33 pm
.chanset #channel -autoop
.chattr auto_op +a #channel
DragnLord
Owner
Posts: 711 Joined: Sat Jan 24, 2004 4:58 pm
Location: C'ville, Virginia, USA
Post
by DragnLord » Wed Apr 09, 2008 11:39 pm
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.
testebr
Halfop
Posts: 86 Joined: Thu Dec 01, 2005 12:22 pm
Post
by testebr » Wed Apr 09, 2008 11:51 pm
Now, I understand.
Work fine, thank you