mirror of
https://github.com/Mikaela/Limnoria.git
synced 2025-01-23 10:34:19 +01:00
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:
parent
288f6179d6
commit
71bba5d28c
@ -429,7 +429,7 @@ class Irc(object):
|
|||||||
s = 'outFilter %s returned None' % callback.name()
|
s = 'outFilter %s returned None' % callback.name()
|
||||||
debug.msg(s)
|
debug.msg(s)
|
||||||
return None
|
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)
|
s = '%s %s' % (time.strftime(conf.logTimestampFormat), msg)
|
||||||
debug.msg(s, 'low')
|
debug.msg(s, 'low')
|
||||||
if msg.command == 'NICK':
|
if msg.command == 'NICK':
|
||||||
|
Loading…
Reference in New Issue
Block a user