flog ALL the errors

This commit is contained in:
Ryan Schmidt 2016-08-08 18:44:10 -07:00 committed by GitHub
parent 10f94de9b3
commit 672c01ef96

View File

@ -6,6 +6,7 @@ import botconfig
import src.settings as var import src.settings as var
from src import proxy, debuglog from src import proxy, debuglog
from src.events import Event from src.events import Event
from src.messages import messages
# message either privmsg or notice, depending on user settings # message either privmsg or notice, depending on user settings
def pm(cli, target, message): def pm(cli, target, message):