| Conditions | 1 |
| Total Lines | 3 |
| Lines | 0 |
| Ratio | 0 % |
| Changes | 0 | ||
| 1 | import time |
||
| 28 | def _uptime(self, channel): |
||
| 29 | #print timedelta(seconds=time.time() - self.starttime) |
||
| 30 | self.say(channel,"I've been up " +str(timedelta(seconds=time.time() - self.bot.mem_store['uptime']['starttime'])).split(".")[0] + ", since "+time.strftime("%a, %d %b %Y %H:%M:%S -0800", self.bot.mem_store['uptime']['localtime'])) |
||
| 31 |