소스 검색

'add users' -> 'add or remove users'

tags/v0.2
Ben Kurtovic 10 년 전
부모
커밋
d411f55c30
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. +1
    -1
      earwigbot/commands/access.py

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

@@ -112,7 +112,7 @@ class Access(Command):

def get_user_from_args(self, data, permdb):
if not permdb.is_owner(data):
msg = "You must be a bot owner to add users to the access list."
msg = "You must be a bot owner to add or remove users to the access list."
self.reply(data, msg)
return
levels = ["owner", "owners", "admin", "admins"]


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