summaryrefslogtreecommitdiffstats
path: root/news
diff options
context:
space:
mode:
authorlassulus <lassulus@googlemail.com>2014-01-22 03:22:24 +0100
committerlassulus <lassulus@googlemail.com>2014-01-22 03:22:24 +0100
commit07a3ca010414bf249a8e865eca9e597c9013a986 (patch)
tree095c528710d6315c8629aec7fa4363a51a06a240 /news
parent7c579f4692198045e9fe4d6957eaaa210df76c75 (diff)
news: rssbot same
Diffstat (limited to 'news')
-rw-r--r--news/newsbot.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/news/newsbot.py b/news/newsbot.py
index 40f2c385..899c5dd2 100644
--- a/news/newsbot.py
+++ b/news/newsbot.py
@@ -216,6 +216,7 @@ class RssBot(asybot):
def on_invite(self, prefix, command, params, rest):
for chan in rest.split():
self.push('JOIN ' + chan)
+ self.channels.append(chan)
feedfile = 'new_feeds'
url_shortener = 'http://wall'