From 672c01ef96dd4cf9b4eded28e29f7221938c2b6b Mon Sep 17 00:00:00 2001 From: Ryan Schmidt Date: Mon, 8 Aug 2016 18:44:10 -0700 Subject: [PATCH] flog ALL the errors --- src/utilities.py | 1 + 1 file changed, 1 insertion(+) diff --git a/src/utilities.py b/src/utilities.py index 82ba50d..c006cfe 100644 --- a/src/utilities.py +++ b/src/utilities.py @@ -6,6 +6,7 @@ import botconfig import src.settings as var from src import proxy, debuglog from src.events import Event +from src.messages import messages # message either privmsg or notice, depending on user settings def pm(cli, target, message):