LinkRelay: Fix coloration of PRIVMSGs.

master
Valentin Lorentz 2011-08-29 20:21:23 +00:00
parent 050687020c
commit 561099623c
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 ('<%(color)s%(nick)s%(network)s\x03> %(text)s',
{'color': color, 'nick': nick, 'text': text})
else:
return ('<%(nick)s%(network)s> %(text)s',