소스 검색

Remove the rule, not the user.

tags/v0.1^2
Ben Kurtovic 12 년 전
부모
커밋
1a732c62a1
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. +1
    -1
      earwigbot/config/permissions.py

+ 1
- 1
earwigbot/config/permissions.py 파일 보기

@@ -89,7 +89,7 @@ class PermissionsDB(object):
with sqlite.connect(self._dbfile) as conn:
args = (user.nick, user.ident, user.host, rank)
conn.execute(query, args)
self._data[rank].remove(user)
self._data[rank].remove(rule)
return rule
except KeyError:
pass


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