mirror of
https://github.com/Mikaela/Limnoria.git
synced 2025-02-17 06:00:42 +01:00
Attribute mode changes to someone
This commit is contained in:
parent
4c3944dde2
commit
390c1fa9ee
@ -198,8 +198,8 @@ class Relay(callbacks.Privmsg):
|
|||||||
channel = msg.args[0]
|
channel = msg.args[0]
|
||||||
if channel in self.channels:
|
if channel in self.channels:
|
||||||
abbreviation = self.abbreviations[irc]
|
abbreviation = self.abbreviations[irc]
|
||||||
s = 'mode change on %s/%s %s' % \
|
s = 'mode change by %s on %s/%s %s' % \
|
||||||
(channel, abbreviation, ' '.join(msg.args[1:]))
|
(msg.nick, channel, abbreviation, ' '.join(msg.args[1:]))
|
||||||
for otherIrc in self.ircs.itervalues():
|
for otherIrc in self.ircs.itervalues():
|
||||||
if otherIrc != irc:
|
if otherIrc != irc:
|
||||||
otherIrc.queueMsg(ircmsgs.privmsg(channel, s))
|
otherIrc.queueMsg(ircmsgs.privmsg(channel, s))
|
||||||
|
Loading…
x
Reference in New Issue
Block a user