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.
#