Ive compiled eggdrop on my debian using:
apt-get install eggdrop
Now I logged into another account i want use with eggdrop and i type:
~$ eggdrop eggdrop/eggdrop.conf
Though I get errors:
Can't load modules dns: /home/eggs/modules/dns.so: cannot open shared object file: No such file or directory
Can't load modules channels: /home/eggs/modules/channels.so: cannot open shared object file: No such file or directory
The problem is modules arent in /home/eggs/modules because ive compiled eggdrop using root with apt-get. So what to do, to make it use with my eggdrop account?
I remember in gentoo you could type eggdrop-installer <botnick> and it would copy all needed files to your account, but in Debian... no idea.
Or easier, locate wherever your package installed the modules, and edit the quoted section from your config-file accordingly:
# This path specifies the path were Eggdrop should look for its modules.
# If you run the bot from the compilation directory, you will want to set
# this to "". If you use 'make install' (like all good kiddies do , this
# is a fine default. Otherwise, use your head
set mod-path "modules/"