From c75411b98e4998f244cda075f6eb03398658e5e9 Mon Sep 17 00:00:00 2001 From: Ben Kurtovic Date: Fri, 4 Mar 2016 23:18:22 -0600 Subject: [PATCH] Don't need to monitor parts. --- commands/block_monitor.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/commands/block_monitor.py b/commands/block_monitor.py index dcc67fa..0506562 100644 --- a/commands/block_monitor.py +++ b/commands/block_monitor.py @@ -30,7 +30,7 @@ from earwigbot.exceptions import APIError class BlockMonitor(Command): """Monitors for on-wiki blocked users joining a particular channel.""" name = "block_monitor" - hooks = ["join", "part"] + hooks = ["join"] def setup(self): try: