Code: Select all
channel add #soldi_con_il_web {
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 #lamest :op me cos i'm lame!" }
# need-invite { putserv "PRIVMSG #lamest :let me in!" }
# need-key { putserv "PRIVMSG #lamest :let me in!" }
need-unban { putserv "PRIVMSG #lamest :let me in!" }
need-limit { putserv "PRIVMSG #lamest :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
Code: Select all
$ ./eggdrop eggdrop.conf
Eggdrop v1.6.19+Gentoo (C) 1997 Robey Pointer (C) 2008 Eggheads
[20:48] --- Loading eggdrop v1.6.19+Gentoo (Mon Dec 13 2010)
[20:48] Listening at telnet port 3333 (all).
[20:48] Module loaded: blowfish
[20:48] Module loaded: dns
[20:48] Module loaded: channels
[20:48] Tcl error in file 'eggdrop.conf':
[20:48] illegal channel option: #
illegal channel option: #
illegal channel option: #
while executing
"channel add #soldi_con_il_web {
chanmode "+nt-likm"
idle-kick 0
stopnethack-mode 0
revenge-mode 0
ban-time 120
exempt-time 60
invite-time 60
aop-delay..."
(file "eggdrop.conf" line 482)
[20:48] * CONFIG FILE NOT LOADED (NOT FOUND, OR ERROR)
Code: Select all
$ ./eggdrop eggdrop.conf
Eggdrop v1.6.19+Gentoo (C) 1997 Robey Pointer (C) 2008 Eggheads
[20:51] --- Loading eggdrop v1.6.19+Gentoo (Mon Dec 13 2010)
[20:51] Listening at telnet port 3333 (all).
[20:51] Module loaded: blowfish
[20:51] Module loaded: dns
[20:51] Module loaded: channels
[20:51] Tcl error in file 'eggdrop.conf':
[20:51] invalid channel prefix
while executing
"channel add soldi_con_il_web {
chanmode "+nt-likm"
idle-kick 0
stopnethack-mode 0
revenge-mode 0
ban-time 120
exempt-time 60
invite-time 60
aop-delay ..."
(file "eggdrop.conf" line 482)
[20:51] * CONFIG FILE NOT LOADED (NOT FOUND, OR ERROR)