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.

ident

Old posts that have not been replied to for several years.
Locked
J
Jay-C

ident

Post by Jay-C »

When i just install the eggdrop and i run it , on my bot's ident there are other 3 characters after it.
How do I remove those? :o
p
ppslim
Revered One
Posts: 3914
Joined: Sun Sep 23, 2001 8:00 pm
Location: Liverpool, England

Post by ppslim »

What are these characters?

It could be many things.

The IRC server could be placing it on it.
The identd software may be doing it.
D
Darmoth
Master
Posts: 210
Joined: Sun Oct 07, 2001 8:00 pm
Location: old europe

Post by Darmoth »

hm, could you be more specific? Likw what characters and where exactly?
May be you could just past it.
J
Jay-C

Post by Jay-C »

This is how my config file looks like :

Code: Select all

set username "PACURAS"
And this is what my bot looks like :

Code: Select all

--------------------  Whois  ----------------------
PACURAS is PACURASAer@PACURAS.users.undernet.org * Iliada si Odisea
PACURAS in channels: #lic-pedagogic @#galaciuc
PACURAS using *.undernet.org
PACURAS PACURAS is logged in as
---------------------------------------------------
it has an 'Aer' at the end of it's ident.
This changes every time it connects to IRC.
p
ppslim
Revered One
Posts: 3914
Joined: Sun Sep 23, 2001 8:00 pm
Location: Liverpool, England

Post by ppslim »

Sounds like you are using eggdrop on windows, with the winident script.

This script tends to use extra characters.
A
Allison

Post by Allison »

check your winident script for these lines:

### Options:
## Set this to the ident you want to have:
# Leave as $username*** for it use the $username setting you defined in your
# Eggdrop config, along with up to 3 random alphanumeric characters at the end.
# (You can use *'s (for alphanumeric) or ?'s (for digit) as wildcards here to
# have random characters put in place of them whenever an ident is requested.)
set ident(username) "$username"

Alli
:)
Locked