Merge pull request #987 from GLolol/filter-1

Filter: fix a bug introduced by b78319b
This commit is contained in:
Valentin Lorentz 2015-01-03 10:18:31 +01:00
commit 8cf71afe58
1 changed files with 1 additions and 1 deletions

View File

@ -619,7 +619,7 @@ class Filter(callbacks.Plugin):
except KeyError:
pass
write(c)
irc.reply(out.getvalue()[1:])
irc.reply(out.getvalue().strip())
spellit = wrap(spellit, ['text'])
@internationalizeDocstring