소스 검색

Merge 86639a977c into c19a1bde2e

pull/33/merge
Yulli Equine 12 년 전
부모
커밋
0a293ac4dc
1개의 변경된 파일3개의 추가작업 그리고 1개의 파일을 삭제
  1. +3
    -1
      earwigbot/commands/chanops.py

+ 3
- 1
earwigbot/commands/chanops.py 파일 보기

@@ -33,7 +33,9 @@ class ChanOps(Command):
msg = "Available commands are !voice, !devoice, !op, !deop, !join, and !part."
self.reply(data, msg)
return
if data.host not in self.config.irc["permissions"]["admins"]:
if data.command[:2] == "de" and not data.args:
target = data.nick
elif data.host not in self.config.irc["permissions"]["admins"]:
self.reply(data, "You must be a bot admin to use this command.")
return



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