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 OPing the Bot

Old posts that have not been replied to for several years.
Locked
R
RejiMC

Auto OPing the Bot

Post by RejiMC »

I have a bot that’s set SOP in all the channels that it stay but when it reconnects it joins the channel before its being identified by the NickServ and hence wont get OPed .
Is there a way to sort that out? Please help
Thank you
User avatar
Sir_Fz
Revered One
Posts: 3794
Joined: Sun Apr 27, 2003 3:10 pm
Location: Lebanon
Contact:

Post by Sir_Fz »

check out the need-op setting, and .help chanset will help you. Also for more help, do a forum search, this has been discussed hunderd times.
User avatar
YooHoo
Owner
Posts: 939
Joined: Thu Feb 13, 2003 10:07 pm
Location: Redwood Coast

Post by YooHoo »

In your conf file, alter this line to suit your needs.

set init-server { putserv "PRIVMSG nickserv@irc.network.org:identify p4ssw0rd" }

This line controls what the eggdrop does when it connects with a server. There are many excellent TCL Scripts that will also accomplish this. :mrgreen:
R
RejiMC

Post by RejiMC »

Thanks, its set.
Locked