summaryrefslogtreecommitdiffstats
path: root/news/newsbot.py
diff options
context:
space:
mode:
Diffstat (limited to 'news/newsbot.py')
-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")