summaryrefslogtreecommitdiffstats
path: root/news
diff options
context:
space:
mode:
authorlassulus <lassulus@googlemail.com>2014-01-22 03:02:55 +0100
committerlassulus <lassulus@googlemail.com>2014-01-22 03:02:55 +0100
commit3ca518888e9e72f80984dccb8afb1bde31a547dd (patch)
tree3c118e639e2a3c2d63ab911516accc49074912eb /news
parent224433f4b7bffd545f5b74c6a041262487d0f335 (diff)
news/ircasy: handle kick correctly
Diffstat (limited to 'news')
-rw-r--r--news/newsbot.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/news/newsbot.py b/news/newsbot.py
index 54a2e7d2..f1ab9ce5 100644
--- a/news/newsbot.py
+++ b/news/newsbot.py
@@ -231,7 +231,7 @@ F.close()
for line in lines:
line = line.strip('\n')
linear = line.split('|')
- bot = RssBot(linear[1], linear[0], init_channels + linear[2].split(), url_shortener=url_shortener)
+ bot = RssBot(linear[1], linear[0], linear[2].split(), url_shortener=url_shortener)
bot.start_rss()
bots[linear[0]] = bot