From d68bb6c556fa7da246697d309a886daed4cae9c6 Mon Sep 17 00:00:00 2001 From: lassulus Date: Sat, 11 Jan 2014 13:27:30 +0100 Subject: news: more sanity! --- 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 c0016cc8..94f48b63 100755 --- a/news/controller.py +++ b/news/controller.py @@ -55,7 +55,7 @@ class NewsBot(irc.bot.SingleServerIRCBot): class commands(): def add(args): - if args[1] not in bots: + if args[1] not in bots and not knews.name: bot = rssbot.RssBot(args[2], args[1], url_shortener=url_shortener) bots[args[1]] = bot bot.start() -- cgit v1.2.3