LinkRelay: Bug fix. Closes GH-77.

master
Valentin Lorentz 2011-07-13 21:55:08 +02:00
parent a4631f86e8
commit 620c48f423
1 changed files with 1 additions and 1 deletions

View File

@ -136,7 +136,7 @@ class LinkRelay(callbacks.Plugin):
if colored:
s = '\x03%s*\x03%%s %s %s' % (nick,
self.registryValue('colors.msg',
msg.args[0]),
channel),
text)
else:
s = '* %s%%s %s' % (nick, text)