LinkRelay: Bug fix.

master
Valentin Lorentz 2011-07-13 22:44:01 +02:00
parent 620c48f423
commit eb22b838b6
1 changed files with 1 additions and 4 deletions

View File

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