Browse Source

Don't need to monitor parts.

pull/10/merge
Ben Kurtovic 8 years ago
parent
commit
c75411b98e
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      commands/block_monitor.py

+ 1
- 1
commands/block_monitor.py View File

@@ -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:


Loading…
Cancel
Save