mirror of
https://github.com/Mikaela/Limnoria.git
synced 2024-11-23 19:19:32 +01:00
Fixed logging of ignores to actually say who's being ignored.
This commit is contained in:
parent
5c92c85342
commit
ebc00fe4d7
@ -506,7 +506,7 @@ class Privmsg(irclib.IrcCallback):
|
||||
if s:
|
||||
recipient = msg.args[0]
|
||||
if ircdb.checkIgnored(msg.prefix, recipient):
|
||||
debug.printf('Privmsg.doPrivmsg: ignoring %s.' % recipient)
|
||||
debug.printf('Privmsg.doPrivmsg: ignoring %s.' % msg.prefix)
|
||||
return
|
||||
m = self._r.match(s)
|
||||
if m and self.isCommand(canonicalName(m.group(1))):
|
||||
|
Loading…
Reference in New Issue
Block a user