Explorar el Código

Don't need to monitor parts.

pull/10/merge
Ben Kurtovic hace 8 años
padre
commit
c75411b98e
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. +1
    -1
      commands/block_monitor.py

+ 1
- 1
commands/block_monitor.py Ver fichero

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


Cargando…
Cancelar
Guardar