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.

identifying 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

identifying Bot

Post by Kaarel »

I have this line

Code: Select all

set init-server { putserv "PRIVMSG Ircworld :identify Botman vkaarelv" } 
But that is not working, Bot will not idenfity himself


Is there anything wrong
User avatar
caesar
Mint Rubber
Posts: 3778
Joined: Sun Oct 14, 2001 8:00 pm
Location: Mint Factory

Post by caesar »

Where is this line located? If it's in .conf file, have you .rehash'ed it then made it .jump and see if it's working?
Once the game is over, the king and the pawn go back in the same box.
K
Kaarel
Halfop
Posts: 91
Joined: Sat Apr 26, 2003 5:24 am

Post by Kaarel »

Kaarel> .jump
<Botman> [12:22] #Kaarel# jump
<Botman> Jumping servers......
<Botman> [12:22] Identd was Already On, Listening On Port 113, Replying as Kaarel***
<Botman> [12:22] Trying server shortnick:6667
<Botman> [12:22] Failed connect to shortnick (DNS lookup failed)
<Botman> [12:23] Identd was Already On, Listening On Port 113, Replying as Kaarel***
<Botman> [12:23] Trying server B:6667
<Botman> [12:23] Failed connect to B (DNS lookup failed)
<Botman> [12:24] I'm not oped in #cyberworld.
<Botman> [12:24] I just voiced all the users in #cyberworld.
<Botman> [12:24] Identd was Already On, Listening On Port 113, Replying as Kaarel***
<Botman> [12:24] Trying server 195.50.209.84:6667
<Botman> [12:24] Connected to 195.50.209.84
<Botman> [12:24] -NOTICE- *** Looking up your hostname...
<Botman> [12:24] -NOTICE- *** Found your hostname, cached
<Botman> [12:24] -NOTICE- *** Checking Ident
<Botman> [12:24] Identd: Disabled.
<Botman> [12:24] Identd Already Disabled.
<Botman> [12:24] (195.50.209.84 claims to be spawn.ircworld.org; updating server list)






What that means

Code: Select all

<Botman> [12:24] -NOTICE- *** Checking Ident
<Botman> [12:24] Identd: Disabled.
<Botman> [12:24] Identd Already Disabled.
User avatar
caesar
Mint Rubber
Posts: 3778
Joined: Sun Oct 14, 2001 8:00 pm
Location: Mint Factory

Post by caesar »

"Identd" is different than identify. Also, try to add the ip of the servers, since he dosen't resolve theyr *name*.. Enable on your irc client (mIRC) the "Enable only when connecting.." box. This should help a bit.
Once the game is over, the king and the pawn go back in the same box.
Locked