dr.botzo.py: clarify the warning about missing module_list

(not modlist)
This commit is contained in:
Brian S. Stephan 2012-07-26 21:18:07 -05:00
parent 04369f95cf
commit 732c7229a8
1 changed files with 1 additions and 1 deletions

View File

@ -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()