From 020fab58ce23a4f61f82f94a2c3b804d659e9dcd Mon Sep 17 00:00:00 2001 From: lassulus Date: Mon, 6 Jan 2014 00:42:42 +0100 Subject: ircbot: info with lastpull --- ircbot/contoller.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ircbot/contoller.py b/ircbot/contoller.py index b3938b63..dc1663c9 100755 --- a/ircbot/contoller.py +++ b/ircbot/contoller.py @@ -125,7 +125,7 @@ class commands(): for data in ['title', 'link', 'updated']: if data in bots[args[1]].feed.feed: output_buffer += data + ': ' + bots[args[1]].feed.feed[data] + '\n' - print(output_buffer) + output_buffer += 'lastpull: ' + bots[args[1]].lastpull.isoformat() return output_buffer else: return 'bot not found' -- cgit v1.2.3