mirror of
https://github.com/Mikaela/Limnoria.git
synced 2025-02-09 02:54:13 +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):
|
if not self.registryValue('hostmasks', channel):
|
||||||
hostmask = ' '
|
hostmask = ' '
|
||||||
else:
|
else:
|
||||||
hostmask = ' (%s) ' % msg.prefix
|
hostmask = ' (%s)' % msg.prefix
|
||||||
s = '%s%s has left on %s' % (msg.nick, hostmask, network)
|
s = '%s%s has left on %s' % (msg.nick, hostmask, network)
|
||||||
m = ircmsgs.privmsg(channel, s)
|
m = ircmsgs.privmsg(channel, s)
|
||||||
self._sendToOthers(irc, m)
|
self._sendToOthers(irc, m)
|
||||||
|
Loading…
Reference in New Issue
Block a user