LinkRelay: Fix color for /me.

master
Valentin Lorentz 2012-04-21 18:23:18 +00:00
parent 4f93f55754
commit 48bf53b3d3
1 changed files with 1 additions and 1 deletions

View File

@ -134,7 +134,7 @@ class LinkRelay(callbacks.Plugin):
text = text.strip('\x01')
text = text[ 7 : ]
if colored:
return ('* \x03%(color)s%(nick)s%(network)s\x17 %(text)s',
return ('* \x03%(color)s%(nick)s%(network)s\017 %(text)s',
{'nick': nick, 'color': color, 'text': text})
else:
return ('* %(nick)s%(network)s %(text)s',