Ce site fonctionne mieux avec JavaScript.
Accueil
Aide
Connexion
ben
/
earwigbot-plugins
miroir de
https://github.com/earwig/earwigbot-plugins
Suivre
1
Ajouter aux favoris
1
Bifurcation
0
Code
Versions
1
Activité
Parcourir la source
Don't need to monitor parts.
pull/10/merge
Ben Kurtovic
il y a 8 ans
Parent
5d5e05d33c
révision
c75411b98e
1 fichiers modifiés
avec
1 ajouts
et
1 suppressions
Vue séparée
Option de Diff
Voir les Statistiques
Télécharger le Fichier Patch
Télécharger le Fichier des Différences
+1
-1
commands/block_monitor.py
+ 1
- 1
commands/block_monitor.py
Voir le fichier
@@ -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:
Écrire
Aperçu
Chargement…
Annuler
Enregistrer