This website works better with JavaScript.
首頁
說明
登入
ben
/
earwigbot-plugins
镜像来自
https://github.com/earwig/earwigbot-plugins
關註
1
收藏
1
複製
0
程式碼
版本發佈
1
Activity
瀏覽代碼
Don't need to monitor parts.
pull/10/merge
Ben Kurtovic
8 年之前
父節點
5d5e05d33c
當前提交
c75411b98e
共有
1 個文件被更改
,包括
1 次插入
和
1 次删除
分割檢視
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
commands/block_monitor.py
+ 1
- 1
commands/block_monitor.py
查看文件
@@ -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:
Write
Preview
Loading…
取消
儲存