From f91a8199c76987b5d4147b0ed1933c1848a75b5c Mon Sep 17 00:00:00 2001 From: Jeremy Fincher Date: Mon, 22 Nov 2004 07:33:35 +0000 Subject: [PATCH] Oops, forgot the quotes. --- plugins/Currency.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/Currency.py b/plugins/Currency.py index 4308f5666..8bf765f31 100644 --- a/plugins/Currency.py +++ b/plugins/Currency.py @@ -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',