dr.botzo.py: clarify the warning about missing module_list
(not modlist)
This commit is contained in:
parent
04369f95cf
commit
732c7229a8
@ -92,7 +92,7 @@ try:
|
||||
for mod in mods:
|
||||
irc.load_module(mod)
|
||||
except NoOptionError as e:
|
||||
log.warning("You seem to be missing a modlist config option, which you probably wanted.")
|
||||
log.warning("You seem to be missing a module_list config option, which you probably wanted.")
|
||||
|
||||
# loop forever
|
||||
irc.process_forever()
|
||||
|
Loading…
Reference in New Issue
Block a user