Extra debug log.

This commit is contained in:
Jeremy Fincher 2004-10-24 07:36:00 +00:00
parent d0e2f2da31
commit 7f5a12a893
1 changed files with 2 additions and 0 deletions

View File

@ -708,6 +708,8 @@ class IrcObjectProxy(RichReplyMethods):
self._callTokenizedCommands()
# Return if we've replied.
if self.msg.repliedTo:
log.debug('Not calling invalidCommands, '
'tokenizedCommands replied.')
return
# Now we check for regexp commands, which override invalidCommand.
for cb in self.irc.callbacks: