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.

[SOLVED] NickServ Identification

General support and discussion of Eggdrop bots.
Post Reply
S
Someguy72
Voice
Posts: 1
Joined: Tue Apr 09, 2013 5:45 pm

[SOLVED] NickServ Identification

Post by Someguy72 »

Hello, I have been have trouble getting my eggdrop to identify with nickserv.

I did a lot of searching and found that the following should work:

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 +iR-ws" 
  putquick "privmsg nickserv :identify password" 
}
This does not work for me!

When I enter the bot's password there and load it up, it does not connect to the channel at all. It does not even show up when I use /whois! If I enter an incorrect password (or remove the line completely) the bot connects to the channel properly...

Am I doing something wrong? (I probably am) Or is there a better way to identify the bot?

Any input would be highly appreciated!

*****UPDATE: Fixed! It turns out my problem was that I was on IRCnet, not DALnet :)******
User avatar
Arnold_X-P
Master
Posts: 226
Joined: Mon Oct 30, 2006 12:19 am
Location: DALnet - Trinidad - Beni - Bolivia
Contact:

Re: [SOLVED] NickServ Identification

Post by Arnold_X-P »

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