소스 검색

Don't need to monitor parts.

pull/10/merge
Ben Kurtovic 8 년 전
부모
커밋
c75411b98e
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. +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:


불러오는 중...
취소
저장