LinkRelay: Fix colors.

master
Valentin Lorentz 2011-12-29 23:01:45 +01:00
parent 8dccb60ea1
commit 0767b69c08
1 changed files with 1 additions and 1 deletions

View File

@ -141,7 +141,7 @@ class LinkRelay(callbacks.Plugin):
{'nick': nick, 'text': text})
else:
if colored:
return ('<%(color)s%(nick)s%(network)s\x03> %(text)s',
return ('<\x03%(color)s%(nick)s%(network)s\x03> %(text)s',
{'color': color, 'nick': nick, 'text': text})
else:
return ('<%(nick)s%(network)s> %(text)s',