|
@@ -30,7 +30,7 @@ from earwigbot.exceptions import APIError |
|
|
class BlockMonitor(Command): |
|
|
class BlockMonitor(Command): |
|
|
"""Monitors for on-wiki blocked users joining a particular channel.""" |
|
|
"""Monitors for on-wiki blocked users joining a particular channel.""" |
|
|
name = "block_monitor" |
|
|
name = "block_monitor" |
|
|
hooks = ["join", "part"] |
|
|
|
|
|
|
|
|
hooks = ["join"] |
|
|
|
|
|
|
|
|
def setup(self): |
|
|
def setup(self): |
|
|
try: |
|
|
try: |
|
|