mirror of
https://github.com/Mikaela/Limnoria.git
synced 2024-11-15 15:09:23 +01:00
Merge pull request #987 from GLolol/filter-1
Filter: fix a bug introduced by b78319b
This commit is contained in:
commit
8cf71afe58
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user