This is the new home of the egghelp.org community forum.
All data has been migrated (including user logins/passwords) to a new phpBB version.


For more information, see this announcement post. Click the X in the top right-corner of this box to dismiss this message.

can get bot online

General support and discussion of Eggdrop bots.
Post Reply
d
dreamtime
Voice
Posts: 2
Joined: Sat Jul 11, 2009 7:00 pm

can get bot online

Post by dreamtime »

i got a problem with my bot that i am trying to get online

Eggdrop v1.6.19+ctcpfix (C) 1997 Robey Pointer (C) 2008 Eggheads
[19:31] --- Loading eggdrop v1.6.19+ctcpfix (Sat Jul 11 2009)
[19:31] Listening at telnet port 3336 (all).
[19:31] Can't load modules blowfish: Cannot open "/usr/home/shells/dreamtime/eggdrop/modules/blowfish.so"
[19:31] Can't load modules dns: Cannot open "/usr/home/shells/dreamtime/eggdrop/modules/dns.so"
[19:31] Can't load modules channels: Cannot open "/usr/home/shells/dreamtime/eggdrop/modules/channels.so"
[19:31] Tcl error in file 'e.conf':
[19:31] invalid command name "channel"
while executing
"channel add #dreamtime {
chanmode "+nt-likm"
idle-kick 0
stopnethack-mode 0
revenge-mode 0
ban-time 120
exempt-tim..."
(file "e.conf" line 502)
[19:31] * CONFIG FILE NOT LOADED (NOT FOUND, OR ERROR)



# Add each static channel you want your bot to sit in using the following
# command. There are many different possible settings you can insert into
# this command, which are explained below.
#
channel add #dreamtime { (edit this is line 502 )
chanmode "+nt-likm"
idle-kick 0
stopnethack-mode 0
revenge-mode 0
ban-time 120
exempt-time 60
invite-time 60
aop-delay 5:30
need-op { putserv "PRIVMSG #ldreamtime :op me cos i'm lame!" }
need-invite { putserv "PRIVMSG #ldreamtime :let me in!" }
need-key { putserv "PRIVMSG #ldreamtime :let me in!" }
need-unban { putserv "PRIVMSG #dreamtime :let me in!" }
need-limit { putserv "PRIVMSG #dreamtime :let me in!" }
flood-chan 10:60
flood-deop 3:10
flood-kick 3:10
flood-join 5:60
flood-ctcp 3:60
flood-nick 5:60
}
#
# chanmode +/-<modes>
# This setting makes the bot enforce channel modes. It will always add
# the +<modes> and remove the -<modes> modes.
#
n
nml375
Revered One
Posts: 2860
Joined: Fri Aug 04, 2006 2:09 pm

Post by nml375 »

Did you remember to run 'make install' after compiling your eggdrop?
NML_375
d
dreamtime
Voice
Posts: 2
Joined: Sat Jul 11, 2009 7:00 pm

Post by dreamtime »

yes i have
and I uset this guide
http://www.egghelp.org/setup.htm
but i uset putty in sted of telnet
n
nml375
Revered One
Posts: 2860
Joined: Fri Aug 04, 2006 2:09 pm

Post by nml375 »

'k, next Q then,
are you starting your eggdrop from where you compiled it, or where you installed it to? These two locations may not be the same.
NML_375
Post Reply