From 5c4d0e48cb80d3b7e9fc86263a077d11dc64c0a8 Mon Sep 17 00:00:00 2001 From: Jeremy Fincher Date: Thu, 5 Aug 2004 05:57:53 +0000 Subject: [PATCH] Extra space. --- plugins/Relay.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/Relay.py b/plugins/Relay.py index 77471f9fa..746129238 100644 --- a/plugins/Relay.py +++ b/plugins/Relay.py @@ -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)