mirror of
https://github.com/Mikaela/Limnoria.git
synced 2024-11-20 01:19:26 +01:00
Filter: remove leading space from !spellit output
This commit is contained in:
parent
0e5694e9c7
commit
b78319ba2a
@ -642,7 +642,7 @@ class Filter(callbacks.Plugin):
|
|||||||
except KeyError:
|
except KeyError:
|
||||||
pass
|
pass
|
||||||
write(c)
|
write(c)
|
||||||
irc.reply(out.getvalue())
|
irc.reply(out.getvalue()[1:])
|
||||||
spellit = wrap(spellit, ['text'])
|
spellit = wrap(spellit, ['text'])
|
||||||
|
|
||||||
@internationalizeDocstring
|
@internationalizeDocstring
|
||||||
|
Loading…
Reference in New Issue
Block a user