mirror of
https://github.com/Mikaela/Limnoria.git
synced 2025-01-30 14:14:37 +01:00
Fixed showing of originating server in relaynames, and showing of empty name
This commit is contained in:
parent
54221f1e87
commit
a144afcd69
@ -121,6 +121,7 @@ class Relay(privmsgs.CapabilityCheckingPrivmsg):
|
||||
return
|
||||
users = []
|
||||
for (abbreviation, otherIrc) in self.ircs.iteritems():
|
||||
if abbreviation != self.abbreviations[irc]:
|
||||
Channel = otherIrc.state.channels[channel]
|
||||
users.append('%s: %s'%(abbreviation,', '.join(Channel.users)))
|
||||
irc.reply(msg, '; '.join(users))
|
||||
|
Loading…
Reference in New Issue
Block a user