Update plugins/time.py

This commit is contained in:
lukeroge 2012-03-07 12:39:55 +13:00
parent 788e62034c
commit 37a3cc2030

View file

@ -240,7 +240,7 @@ def timecommand(inp, say=None):
try:
return get_time(inp)
except ValueError:
return "Could not get time for " + inp + "!"
return "Could not get the time for " + inp + "!"