Skip to content
Snippets Groups Projects

Use hold in place of blocked for state.

2 files
+ 2
2
Compare changes
  • Side-by-side
  • Inline
Files
2
@@ -31,7 +31,7 @@ def manage_acct(ch, method, properties, body):
current = tracking[username] = {}
if op == 'request':
if state == 'blocked' or state == 'certification':
if state == 'hold' or state == 'certification':
msg["action"] = "lock"
elif state == 'ok':
msg["action"] = "unlock"
Loading