Este sitio web funciona mejor con JavaScript.
Inicio
Ayuda
Iniciar sesión
ben
/
earwigbot-plugins
réplica de
https://github.com/earwig/earwigbot-plugins
Seguir
1
Destacar
1
Fork
0
Código
Lanzamientos
1
Actividad
Explorar el Código
Don't need to monitor parts.
pull/10/merge
Ben Kurtovic
hace 8 años
padre
5d5e05d33c
commit
c75411b98e
Se han
modificado 1 ficheros
con
1 adiciones
y
1 borrados
Dividir vista
Opciones de diferencias
Mostrar estadísticas
Descargar archivo de parche
Descargar archivo de diferencias
+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:
Escribir
Vista previa
Cargando…
Cancelar
Guardar