diff --git a/jmdaemon/jmdaemon/irc.py b/jmdaemon/jmdaemon/irc.py index 22e4717..25e25e6 100644 --- a/jmdaemon/jmdaemon/irc.py +++ b/jmdaemon/jmdaemon/irc.py @@ -291,7 +291,7 @@ class txIRC_Client(irc.IRCClient, object): if sent_to == self.wrapper.nick: if nick not in self.built_privmsg: if message[0] != COMMAND_PREFIX: - wlog('bad command ', message[0]) + wlog('bad command ', message) return # new message starting