I did everything, but when I ran ./eggdrop for the first time, it said I was running as root, which it refused to do. So, I changed to another user and tried to run it again (admin). It said I didn't have permissions to get into the directory.
So, I changed back to root, and chowned all of the directories and files recursively as admin. su'ed back to admin, and tried to run it. Here's what I got:
Any help would be greatly appreciated. Thanks, everyone![admin@host botdir]$ ./eggdrop -m fortbot.conf
Eggdrop v1.6.12 (C) 1997 Robey Pointer (C) 2002 Eggheads
[15:38] --- Loading eggdrop v1.6.12 (Sun Nov 10 2002)
[15:38] Can't load modules dns: /root/botdir/modules/dns.so: cannot open shared object file: Permission denied
[15:38] Can't load modules channels: /root/botdir/modules/channels.so: cannot open shared object file: Permission denied
[15:38] Can't load modules server: /root/botdir/modules/server.so: cannot open shared object file: Permission denied
[15:38] Can't load modules ctcp: /root/botdir/modules/ctcp.so: cannot open shared object file: Permission denied
[15:38] Can't load modules irc: /root/botdir/modules/irc.so: cannot open shared object file: Permission denied
[15:38] Can't load modules notes: /root/botdir/modules/notes.so: cannot open shared object file: Permission denied
[15:38] Can't load modules console: /root/botdir/modules/console.so: cannot open shared object file: Permission denied
[15:38] Can't load modules blowfish: /root/botdir/modules/blowfish.so: cannot open shared object file: Permission denied
[15:38] Tcl error in file 'fortbot.conf':
[15:38] invalid command name "channel"
while executing
"channel add #FansofRealityTV {
chanmode "+nt-likm"
idle-kick 0
stopnethack-mode 0
}"
(file "fortbot.conf" line 63)
[15:38] * CONFIG FILE NOT LOADED (NOT FOUND, OR ERROR)