mirror of
https://github.com/Mikaela/Limnoria.git
synced 2024-11-27 05:09:23 +01:00
Oops, forgot the quotes.
This commit is contained in:
parent
fd4e62599f
commit
f91a8199c7
@ -134,7 +134,7 @@ class Currency(callbacks.Privmsg):
|
||||
if '.' not in resp[0] and 'e' not in resp[0]:
|
||||
resp[0] = '%s.00' % resp[0]
|
||||
irc.reply(' '.join(resp))
|
||||
yahoo = wrap(yahoo, [optional(float, 1.0), 'lowered', 'to', 'lowered'])
|
||||
yahoo = wrap(yahoo, [optional('float', 1.0), 'lowered', 'to', 'lowered'])
|
||||
|
||||
conf.registerPlugin('Currency')
|
||||
conf.registerChannelValue(conf.supybot.plugins.Currency, 'command',
|
||||
|
Loading…
Reference in New Issue
Block a user