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.

How do idenfiti my Bot

Old posts that have not been replied to for several years.
Locked
K
Kaarel
Halfop
Posts: 91
Joined: Sat Apr 26, 2003 5:24 am

How do idenfiti my Bot

Post by Kaarel »

I need help: How do idenfity my Bot name in Server
S
Salvia
Voice
Posts: 15
Joined: Mon Mar 10, 2003 4:43 pm

Post by Salvia »

you tryin to register the nick with nickserv?

if so kill the bot on change your nick to the bots nick then register and set a password

then so the bot idents to nickserv where the servers are listed for connecting put this

irc.servername.com:PortNumber:Password
User avatar
Sir_Fz
Revered One
Posts: 3794
Joined: Sun Apr 27, 2003 3:10 pm
Location: Lebanon
Contact:

Post by Sir_Fz »

add in your eggdrop's conf the following:

Code: Select all

init-server { putserv "PRIVMSG Services-nickname :identify $botnick <password>" }
this would work, but edit it well so i would suite your server
K
Kaarel
Halfop
Posts: 91
Joined: Sat Apr 26, 2003 5:24 am

Post by Kaarel »

Sir_Fz wrote:add in your eggdrop's conf the following:

Code: Select all

init-server { putserv "PRIVMSG Services-nickname :identify $botnick <password>" }
this would work, but edit it well so i would suite your server

Meyby I confed it not correctly

My bot said

<Botman> [00:39] invalid command name "init-server"
<Botman> while executing
<Botman> "init-server { putserv "PRIVMSG Ircworld :identify $botnick vkaarelv" }"
<Botman> (file "eggdrop.conf" line 12)
<Botman> [00:39] * CONFIG FILE NOT LOADED (NOT FOUND, OR ERROR)




I added the following code to conf file

Code: Select all

init-server { putserv "PRIVMSG Ircworld :identify $botnick kaarel" }
p
ppslim
Revered One
Posts: 3914
Joined: Sun Sep 23, 2001 8:00 pm
Location: Liverpool, England

Post by ppslim »

You need to make that

Code: Select all

set init-server { putserv "PRIVMSG Ircworld :identify $botnick kaarel" }
User avatar
Sir_Fz
Revered One
Posts: 3794
Joined: Sun Apr 27, 2003 3:10 pm
Location: Lebanon
Contact:

Post by Sir_Fz »

Oh yeah sorry, my mistake :)
Locked