Fix typo that broke everything
This commit is contained in:
parent
93345c990d
commit
66fe0ec167
@ -299,7 +299,7 @@ def check_priv(priv):
|
|||||||
if not acc:
|
if not acc:
|
||||||
acc = USERS[nick]["account"]
|
acc = USERS[nick]["account"]
|
||||||
|
|
||||||
if not var.DISABLE_ACCOUNTS and acc and acc != "*":
|
if not DISABLE_ACCOUNTS and acc and acc != "*":
|
||||||
for pattern in accounts:
|
for pattern in accounts:
|
||||||
if fnmatch.fnmatch(acc.lower(), pattern.lower()):
|
if fnmatch.fnmatch(acc.lower(), pattern.lower()):
|
||||||
return True
|
return True
|
||||||
|
Loading…
x
Reference in New Issue
Block a user