View previous topic :: View next topic |
Author |
Message |
trackker Voice
Joined: 19 Feb 2008 Posts: 3
|
Posted: Tue Feb 19, 2008 4:35 pm Post subject: renaming ./eggdrop to diff name |
|
|
i run 3 diff eggys un my shell
my problem is all 3 show ./eggdrop
is there a way to rename the . /eggdrop to a different name
so they show ie jim, joe, bob |
|
Back to top |
|
 |
nml375 Revered One
Joined: 04 Aug 2006 Posts: 2857
|
Posted: Tue Feb 19, 2008 4:39 pm Post subject: |
|
|
Simply rename the binary? or create a symbolic link...
On most shells, this would be some something like this:
Code: | #Rename like this:
mv eggdrop Joe
#or create symbolic link like this:
ln -s eggdrop Joe |
_________________ NML_375, idling at #eggdrop@IrcNET
Last edited by nml375 on Tue Feb 19, 2008 4:41 pm; edited 1 time in total |
|
Back to top |
|
 |
trackker Voice
Joined: 19 Feb 2008 Posts: 3
|
Posted: Tue Feb 19, 2008 4:40 pm Post subject: |
|
|
nml375 wrote: | Simply rename the binary? or create a symbolic link... |
i am new to eggdrops can u tell me how to do this |
|
Back to top |
|
 |
nml375 Revered One
Joined: 04 Aug 2006 Posts: 2857
|
Posted: Tue Feb 19, 2008 4:43 pm Post subject: |
|
|
Renaming files isn't really an eggdrop-issue, but simple filesystem/shell/etc operations. The same actions apply for the eggdrop binary as for any other file, including non-eggdrop files. _________________ NML_375, idling at #eggdrop@IrcNET |
|
Back to top |
|
 |
dungeon Voice
Joined: 06 Apr 2006 Posts: 11
|
Posted: Sun Mar 09, 2008 7:20 am Post subject: |
|
|
1. Windows or *nix?
2. Are you running three different instances of the binary, or same binary but three different config files?
I'm running the latter - I can see which bot is which by the names of the config files following the ./eggdrop command:
Code: | $ ps -fu utserver
UID PID PPID C STIME TTY TIME CMD
utserver 29219 1 0 Mar06 ? 00:00:10 ./eggdrop avon.conf
utserver 27815 1 0 Mar06 ? 00:00:10 ./eggdrop xan.conf
utserver 23218 1 0 Mar06 ? 00:00:10 ./eggdrop romeo.conf |
|
|
Back to top |
|
 |
|