LinkRelay: Fix issue.

The bot didn't reply because of an exception in outFilter.
master
Valentin Lorentz 2011-06-29 20:54:41 +02:00
parent 220146ea17
commit 0daedfe620
1 changed files with 1 additions and 1 deletions

View File

@ -129,7 +129,7 @@ class LinkRelay(callbacks.Plugin):
s = '* %s %s' % (nick, text)
else:
if colored:
s = '%s<%s%s\x0314>\x03 %s' % (color, nick, text)
s = '<%s%s\x0314>\x03 %s' % (color, nick, text)
else:
s = '<%s> %s' % (nick, text)
return s