summaryrefslogtreecommitdiffstats
path: root/news
diff options
context:
space:
mode:
authorlassulus <lassulus@googlemail.com>2014-01-15 15:33:00 +0100
committerlassulus <lassulus@googlemail.com>2014-01-15 15:33:00 +0100
commit46ed619c2bd334f64e2d0a9eaa43cf73f5fd5bde (patch)
tree41ce094657bcf5bcea5dd1563ae49422c6730af5 /news
parentec8862ee06a785656d03840ece949e4237e645c5 (diff)
news: control channel now #news
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 5850e4e9..54a2e7d2 100644
--- a/news/newsbot.py
+++ b/news/newsbot.py
@@ -221,7 +221,7 @@ url_shortener = 'http://wall'
init_channels = ['#news']
bots = {}
-knews = NewsBot('knews')
+knews = NewsBot('knews', init_channels)
#config file reading
F = open(feedfile, "r")