mirror of
https://github.com/Mikaela/Limnoria.git
synced 2025-02-02 15:44:06 +01:00
Extra space.
This commit is contained in:
parent
44e1098430
commit
5c4d0e48cb
@ -517,7 +517,7 @@ class Relay(callbacks.Privmsg):
|
||||
if not self.registryValue('hostmasks', channel):
|
||||
hostmask = ' '
|
||||
else:
|
||||
hostmask = ' (%s) ' % msg.prefix
|
||||
hostmask = ' (%s)' % msg.prefix
|
||||
s = '%s%s has left on %s' % (msg.nick, hostmask, network)
|
||||
m = ircmsgs.privmsg(channel, s)
|
||||
self._sendToOthers(irc, m)
|
||||
|
Loading…
Reference in New Issue
Block a user