I was setting the prefix for the message to be added to the IrcState object, but I don't know why. We'll find out soon enough.

This commit is contained in:
Jeremy Fincher 2003-09-17 07:54:02 +00:00
parent 288f6179d6
commit 71bba5d28c
1 changed files with 1 additions and 1 deletions

View File

@ -429,7 +429,7 @@ class Irc(object):
s = 'outFilter %s returned None' % callback.name()
debug.msg(s)
return None
self.state.addMsg(self,ircmsgs.IrcMsg(msg=msg, prefix=self.prefix))
self.state.addMsg(self, msg)
s = '%s %s' % (time.strftime(conf.logTimestampFormat), msg)
debug.msg(s, 'low')
if msg.command == 'NICK':