Code: Select all
wget <link>
tar xvzf eggdrop1.6.16.tar.gz
cd eggdrop1.6.16
./configure
make config
make
make install
Code: Select all
./eggdrop -m <config file>
Code: Select all
Eggdrop v1.6.16 (C) 1997 Robey Pointer (C) 2004 Eggheads
[02:56] --- Loading eggdrop v1.6.16 (Sun Sep 26 2004)
[02:56] Can't load modules channels.: /home/xxx/eggdrop/modules/channels..so: cannot open shared object file: No such file or directory
[02:56] Module loaded: server
[02:56] Module loaded: ctcp
[02:56] Module loaded: channels
[02:56] Module loaded: irc
[02:56] Can't load modules dcc: /home/xxx/eggdrop/modules/dcc.so: cannot open shared object file: No such file or directory
[02:56] Module loaded: notes (with lang support)
[02:56] Module loaded: console (with lang support)
[02:56] Module loaded: blowfish
[02:56] Module loaded: assoc (with lang support)
[02:56] Module loaded: wire (with lang support)
[02:56] Userinfo TCL v1.07 loaded (URL BF GF IRL EMAIL DOB PHONE ICQ).
[02:56] use '.help userinfo' for commands.
[02:56] Kick Script by R
[02:56] bseen1.4.2c: SEEN Script
[02:56] Loading seen database...
[02:56] Done loading 4000 seen records.
[02:56] heise by domsen
[02:56] No rejoin Script
[02:56] Google Script
[02:56] Starting FlyeBy 1.02.01
[02:56] FlyBys 1.02.01 by David Proper (DrN) -=: LoadeD :=-
[02:56] Userfile loaded, unpacking...
USERFILE ALREADY EXISTS (drop the '-m')
[02:56] === S300: 1 channels, 4 users.
Launched into the background (pid: 2815)
The -m option is only used when starting a bot for the first time to create a user file, it's not used from then on.[R] wrote:So
I ve tried thisCode: Select all
./eggdrop -m <config file>
...And got thisCode: Select all
Eggdrop v1.6.16 (C) 1997 Robey Pointer (C) 2004 Eggheads [02:56] --- Loading eggdrop v1.6.16 (Sun Sep 26 2004) [02:56] Can't load modules channels.: /home/xxx/eggdrop/modules/channels..so: cannot open shared object file: No such file or directory ............ [02:56] Can't load modules dcc: /home/xxx/eggdrop/modules/dcc.so: cannot open shared object file: No such file or directory
Edit: I have tried ./eggdrop <conf-file>
And the bot started