summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rwxr-xr-xircbot/contoller.py2
1 files changed, 1 insertions, 1 deletions
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'