Don't ignore host stasis if user is identified
This commit is contained in:
parent
c55b6703c5
commit
a6c4303e3e
@ -6364,7 +6364,6 @@ def is_user_stasised(nick):
|
||||
if acc and acc != "*":
|
||||
if acc in var.STASISED_ACCS:
|
||||
return True, var.STASISED_ACCS[acc]
|
||||
return False, None
|
||||
if cloak in var.STASISED:
|
||||
return True, var.STASISED[cloak]
|
||||
return False, None
|
||||
|
Loading…
x
Reference in New Issue
Block a user