From 1f615e196657cc69be8439c9ec407b7d5aa1e7ba Mon Sep 17 00:00:00 2001 From: Ben Kurtovic Date: Sat, 24 Mar 2012 17:09:33 -0400 Subject: [PATCH] Fix again --- earwigbot/main.py | 3 --- 1 file changed, 3 deletions(-) diff --git a/earwigbot/main.py b/earwigbot/main.py index bdec1b3..a738d5c 100644 --- a/earwigbot/main.py +++ b/earwigbot/main.py @@ -102,9 +102,6 @@ def irc_frontend(): frontend.loop() - if config.components.get("irc_watcher"): - watcher.is_running = False - def main(): if config.components.get("irc_frontend"): # Make the frontend run on our primary thread if enabled, and enable