Merge pull request #637 from GLolol/spellit-no-space

Filter: remove unneeded leading space from !spellit output
This commit is contained in:
Valentin Lorentz 2014-05-17 12:54:29 +02:00
commit de41d6f89d
1 changed files with 1 additions and 1 deletions

View File

@ -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