FuelRats / pipsqueak

ED Fuel rats IRC bot
Other
13 stars 14 forks source link

fix !quiet reporting strange time #234

Closed SteseDav closed 6 years ago

SteseDav commented 6 years ago

Changed line - 1834: if minutes > 60:

to if minutes >= 60: # evaluates anything over an hour as 1 hour, x mins, x seconds, rather than 60 mins and x seconds.