Iwant: Fix syntax.

master
Valentin Lorentz 2011-11-18 18:46:21 +01:00
parent 92f562404f
commit 02c1eb8769
1 changed files with 1 additions and 1 deletions

View File

@ -91,7 +91,7 @@ class Iwant(callbacks.Plugin):
if len(wishlist) < id:
irc.error(_('No thing has this id.'))
return
irc.reply(_('Wish #%i is %s.' % (id, wishlist[id - 1])))
irc.reply(_('Wish #%i is %s.') % (id, wishlist[id - 1]))
get = wrap(get, ['channel', 'id'])