i'd like to change the first part of the host of my eggdrop, the part before the !. i know there's a variable for it but i've forgotten it :/
hope someone remembers it or has another way! tnx already
This is not allways an easy task to accomplish, and in some cases, impossible.
On *nix system, the user/ident is obtained from a Identd server. This resides on the same server as the application (AKA, eggdrop), and spits out information to requesting parties.
The IRC server sends information, including the IP or both the eggdrop and the IRC server, and the two ports (source and destination). Identd will lookup the username of the person (After performing a few security check, to prevent any joe from requesting the information) currently using that connection.
In the case of eggdrop, the username returned, is your own.
This leaves only the option of changing your login name to somthing else.
There is an option, of using a faking identd server, which returned either random junk (each time a identd is requested), information from a file or environment variable, or the ident is passed on using a special request built into the osftware that wants to fake a reply.
Option 3 is ruled out, as eggdrop doesn't support this.
1 and 2 (and 3, but the point above allready got rid of it) both request special software to be installed by the server admin. Most refuse to do such things, as they prefer the industry standard details to be returned (and on top, it's fa easier to track who get IRC admins angry).