mirror of
https://github.com/Mikaela/Limnoria.git
synced 2025-02-17 06:00:42 +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:
|
if s:
|
||||||
recipient = msg.args[0]
|
recipient = msg.args[0]
|
||||||
if ircdb.checkIgnored(msg.prefix, recipient):
|
if ircdb.checkIgnored(msg.prefix, recipient):
|
||||||
debug.printf('Privmsg.doPrivmsg: ignoring %s.' % recipient)
|
debug.printf('Privmsg.doPrivmsg: ignoring %s.' % msg.prefix)
|
||||||
return
|
return
|
||||||
m = self._r.match(s)
|
m = self._r.match(s)
|
||||||
if m and self.isCommand(canonicalName(m.group(1))):
|
if m and self.isCommand(canonicalName(m.group(1))):
|
||||||
|
Loading…
x
Reference in New Issue
Block a user