mirror of
https://github.com/Mikaela/Limnoria.git
synced 2024-11-26 20:59:27 +01:00
Forgot to convert the response of time parsing to a string before replying with it.
This commit is contained in:
parent
5ca79f0f49
commit
10e496eed0
@ -97,7 +97,7 @@ class Time(callbacks.Privmsg):
|
||||
now = int(time.time())
|
||||
new = parse(s)
|
||||
if new != now:
|
||||
irc.reply(new)
|
||||
irc.reply(str(new))
|
||||
else:
|
||||
irc.error('That\'s right now!')
|
||||
at = wrap(at, ['text'])
|
||||
|
Loading…
Reference in New Issue
Block a user