mirror of
https://github.com/Mikaela/Limnoria.git
synced 2024-11-23 11:09:23 +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]
|
||||
if channel in self.channels:
|
||||
abbreviation = self.abbreviations[irc]
|
||||
s = 'mode change on %s/%s %s' % \
|
||||
(channel, abbreviation, ' '.join(msg.args[1:]))
|
||||
s = 'mode change by %s on %s/%s %s' % \
|
||||
(msg.nick, channel, abbreviation, ' '.join(msg.args[1:]))
|
||||
for otherIrc in self.ircs.itervalues():
|
||||
if otherIrc != irc:
|
||||
otherIrc.queueMsg(ircmsgs.privmsg(channel, s))
|
||||
|
Loading…
Reference in New Issue
Block a user