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