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.

using a nick

Old posts that have not been replied to for several years.
Locked
h
holyone

using a nick

Post by holyone »

I want to register my bot nick how can i do it form the bot?
and how can i command the bot to identify the nick?
p
ppslim
Revered One
Posts: 3914
Joined: Sun Sep 23, 2001 8:00 pm
Location: Liverpool, England

Post by ppslim »

Use the ".dump" command (see .help dump) to send IRC commands direct to the server.

Through this, you can send the command required to register. There are script for most networks available in the Tcl archive on egghelp.org

To send a message, use the command
.dump PRIVMSG nickname :Message here
Note th elocation of the : (colon), as this is important for messages longer than one word.
User avatar
De Kus
Revered One
Posts: 1361
Joined: Sun Dec 15, 2002 11:41 am
Location: Germany

usually

Post by De Kus »

use ".msg nickserv register <password> <email>"
and dont forget to load a nickserv auth script, just look in the srcipt archive for one.
Locked