View previous topic :: View next topic |
Author |
Message |
Frontier Voice
Joined: 27 Sep 2005 Posts: 3 Location: Bornholm, Denmark
|
Posted: Wed Sep 28, 2005 5:10 am Post subject: altnick = ident? |
|
|
Hi there
I have a small question. I'm running the latest windrop, and I have this line in my eggdro.conf
set altnick "LTBot???"
This should make my bot change nick to LTbot<any 3 random letters> and it prolly does (haven't tested it).
However, it also means that the ident of the bot is LTbot<any 3 random letters>. Is there any way to set the ident, so that it's not affected by the alternative nick? |
|
Back to top |
|
 |
demond Revered One

Joined: 12 Jun 2004 Posts: 3073 Location: San Francisco, CA
|
Posted: Wed Sep 28, 2005 5:35 am Post subject: Re: altnick = ident? |
|
|
Frontier wrote: |
However, it also means that the ident of the bot is LTbot<any 3 random letters> |
nah
Quote: | Is there any way to set the ident, so that it's not affected by the alternative nick? |
(will work only if your shell host doesn't run identd) _________________ connection, sharing, dcc problems? click <here>
before asking for scripting help, read <this>
use [code] tag when posting logs, code |
|
Back to top |
|
 |
caesar Mint Rubber

Joined: 14 Oct 2001 Posts: 3775 Location: Mint Factory
|
Posted: Wed Sep 28, 2005 3:19 pm Post subject: |
|
|
altnick stands for Alternative Nick, and will be used when the first nick is already in use by someone else. The 'username' is it's ident, but if you are running a ident daemon it will always have the ident of the account it's running from. Example: if you run it from 'foo' account it's ident on IRC will be 'foo' like the account name. Some servers duno exactly on what ocasions will allow your client ident not your account ident even if a ident daemon is running. _________________ Once the game is over, the king and the pawn go back in the same box. |
|
Back to top |
|
 |
Alchera Revered One

Joined: 11 Aug 2003 Posts: 3344 Location: Ballarat Victoria, Australia
|
Posted: Thu Sep 29, 2005 6:54 pm Post subject: |
|
|
From eggdrop.conf
Quote: | ##### BASIC SETTINGS #####
# This setting defines the username the bot uses on IRC. This setting has
# no effect if an ident daemon is running on your bot's machine.
set username "lamest" |
As you are running a Windrop, uncomment the following in your conf (the script needs no editing):
Code: | source scripts/winident1.2.tcl |
_________________ Add [SOLVED] to the thread title if your issue has been.
Search | FAQ | RTM |
|
Back to top |
|
 |
|