Extra space.

This commit is contained in:
Jeremy Fincher 2004-08-05 05:57:53 +00:00
parent 44e1098430
commit 5c4d0e48cb
1 changed files with 1 additions and 1 deletions

View File

@ -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)