From bc99b60e6db3aed9d1f4130185df97639e6daf66 Mon Sep 17 00:00:00 2001 From: lassulus Date: Fri, 10 Jan 2014 14:16:35 +0100 Subject: ircbot: fix save --- news/controller.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'news') diff --git a/news/controller.py b/news/controller.py index 5277d626..7d41fd6f 100755 --- a/news/controller.py +++ b/news/controller.py @@ -81,7 +81,7 @@ class commands(): def save(args): output_buffer = '' for bot in bots: - if bot.loop: + if bots[bot].loop: output_buffer += bot + '|' + bots[bot].url + '|' + ' '.join(bots[bot].channels) + '\n' F = open(feedfile, "w") -- cgit v1.2.3