I've added the following test to eggdrop.conf
Code: Select all
# Test alert message
bind pubm - alert pubm:alert
proc pubm:alert {nick host handle chan text} {
putserv "PRIVMSG #systems :Alert! "
}
[15:27:18] Tcl error in file 'eggdrop.conf':
[15:27:18] bad type, should be one of: act, away, bcst, bot, chat, chjn, chof, chon, chpt, cron, ctcp, ctcr, dcc, disc, evnt, filt, flud, link, load, log, msg, msgm, nkch, notc, note, raw, time, unld, wall
while executing
"bind pubm - alert pubm:alert"
(file "eggdrop.conf" line 826)
[15:27:18] * CONFIG FILE NOT LOADED (NOT FOUND, OR ERROR)