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.

bot autoop?

General support and discussion of Eggdrop bots.
Post Reply
c
cerber
Voice
Posts: 5
Joined: Tue Sep 25, 2007 7:50 pm

bot autoop?

Post by cerber »

hello,

if my bot is not the first one who enter on a channel, it remains like a normal user...

how can i make it to become op automatically ?


thank's
User avatar
Alchera
Revered One
Posts: 3344
Joined: Mon Aug 11, 2003 12:42 pm
Location: Ballarat Victoria, Australia
Contact:

Post by Alchera »

Register the nick:

Code: Select all

/NickServ help
Add the nick to channel Aop/Sop list:

Code: Select all

/ChanServ help
Search the Tcl Archive got an auto identify script.
Add [SOLVED] to the thread title if your issue has been.
Search | FAQ | RTM
c
cerber
Voice
Posts: 5
Joined: Tue Sep 25, 2007 7:50 pm

Post by cerber »

Alchera wrote:Register the nick:

Code: Select all

/NickServ help
Add the nick to channel Aop/Sop list:

Code: Select all

/ChanServ help
Search the Tcl Archive got an auto identify script.
you are not helping me.. :)
User avatar
YooHoo
Owner
Posts: 939
Joined: Thu Feb 13, 2003 10:07 pm
Location: Redwood Coast

Post by YooHoo »

if your network doesn't have channel services such as Chanserv, and your bot is not the first to enter a room, then it cannot become op. simple as that.
User avatar
Alchera
Revered One
Posts: 3344
Joined: Mon Aug 11, 2003 12:42 pm
Location: Ballarat Victoria, Australia
Contact:

Post by Alchera »

cerber wrote:
Alchera wrote:Register the nick:

Code: Select all

/NickServ help
Add the nick to channel Aop/Sop list:

Code: Select all

/ChanServ help
Search the Tcl Archive got an auto identify script.
you are not helping me.. :)
You were helped and you are expected to READ! :roll:
Add [SOLVED] to the thread title if your issue has been.
Search | FAQ | RTM
Post Reply