[18:29] Tcl error in file 'eggdrop.conf':
[18:29] bad type, should be one of: act, away, bcst, bot, chat, chjn, chof, chon, chpt, dcc, disc, evnt, filt, link, load, nkch, note, time, unld
while executing
"bind pub - !creg pub_creg"
(file "scripts/chanreg.tcl" line 1)
invoked from within
"source scripts/chanreg.tcl"
(file "eggdrop.conf" line 109)
[18:29] * CONFIG FILE NOT LOADED (NOT FOUND, OR ERROR)
# This module provides basic IRC support for your bot. You have to
# load this if you want your bot to come on IRC. The server and channels
# modules must be loaded for this module to function.
loadmodule irc
Modules are created upon compile.
Add [SOLVED] to the thread title if your issue has been. Search | FAQ | RTM
Balkanac wrote:"source scripts/chanreg.tcl"
(file "eggdrop.conf" line 109)
If you are using a commented eggdrop.conf this is way to early, considering the fact the module irc isnt loaded (yet) from demonds diagnostic, you are proably simply loading the script before the required module is loaded. move all source commands behind loadmodule. In the default eggdrop.conf this is line 1338 and the following.
##### SCRIPTS #####
# This is a good place to load scripts to use with your bot.