mirror of
https://github.com/Mikaela/Limnoria.git
synced 2024-11-02 17:29:22 +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:
|
except KeyError:
|
||||||
pass
|
pass
|
||||||
write(c)
|
write(c)
|
||||||
irc.reply(out.getvalue()[1:])
|
irc.reply(out.getvalue().strip())
|
||||||
spellit = wrap(spellit, ['text'])
|
spellit = wrap(spellit, ['text'])
|
||||||
|
|
||||||
@internationalizeDocstring
|
@internationalizeDocstring
|
||||||
|
Loading…
Reference in New Issue
Block a user