LinkRelay: Fix /me when color is disabled (typo in the code).

master
Valentin Lorentz 2011-10-22 13:50:33 +02:00
parent 97416387a9
commit 49c0c44289
1 changed files with 1 additions and 1 deletions

View File

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