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.

Make eggdrop idenitfy itself

General support and discussion of Eggdrop bots.
Post Reply
S
Sanzen
Voice
Posts: 12
Joined: Fri Jan 17, 2014 2:29 am
Contact:

Make eggdrop idenitfy itself

Post by Sanzen »

How do I make my bot identify itself? I registered the nick already on the server but now I want to give it OP and I can't do that unless it is using a registered nick.
User avatar
SpiKe^^
Owner
Posts: 831
Joined: Fri May 12, 2006 10:20 pm
Location: Tennessee, USA
Contact:

Post by SpiKe^^ »

Put your login info right in the eggdrop config file here...

Code: Select all

# This is a Tcl script to be run immediately after connecting to a server.
bind evnt - init-server evnt:init_server

proc evnt:init_server {type} {
  global botnick
  putquick "MODE $botnick +i-ws"
}

or download one of the many nickserve scripts from the script archive.
SpiKe^^

Get BogusTrivia 2.06.4.7 at www.mytclscripts.com
or visit the New Tcl Acrhive at www.tclarchive.org
.
w
willyw
Revered One
Posts: 1196
Joined: Thu Jan 15, 2009 12:55 am

Post by willyw »

This is the same thing Spike said above - just with more detail:

http://forum.egghelp.org/viewtopic.php?p=95379#95379


Also try:
http://forum.egghelp.org/search.php

and search for:
nickserv identify

and have it search for all terms.
User avatar
Arnold_X-P
Master
Posts: 226
Joined: Mon Oct 30, 2006 12:19 am
Location: DALnet - Trinidad - Beni - Bolivia
Contact:

Post by Arnold_X-P »

.:an ideal world:. www.geocities.ws/chateo/yo.htm
my programming place /server ix.scay.net:7005
Post Reply