From 732c7229a82deff1488841e6a398cac09026c175 Mon Sep 17 00:00:00 2001 From: "Brian S. Stephan" Date: Thu, 26 Jul 2012 21:18:07 -0500 Subject: [PATCH] dr.botzo.py: clarify the warning about missing module_list (not modlist) --- dr.botzo.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dr.botzo.py b/dr.botzo.py index 75e9a1b..2560ad9 100644 --- a/dr.botzo.py +++ b/dr.botzo.py @@ -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()