Browse Source

Pop the nacl box on /reset

parazyd 4 năm trước cách đây
mục cha
commit
f779fa4719
1 tập tin đã thay đổi với 4 bổ sung0 xóa
  1. 4 0
      mallumo.py

+ 4 - 0
mallumo.py

@@ -429,6 +429,10 @@ def command_cb(data, buf, args):
 
 
         command("", f"/unset plugins.var.python.{SCRIPT_NAME}.pubkey_{nick}")
         command("", f"/unset plugins.var.python.{SCRIPT_NAME}.pubkey_{nick}")
         prnt(buf, f"Public key for {nick} has been unset.")
         prnt(buf, f"Public key for {nick} has been unset.")
+
+        SODIUM_BOXES.pop(nick)
+        prnt(buf, f"Box for {nick} has been burned.")
+
         return wc.WEECHAT_RC_OK
         return wc.WEECHAT_RC_OK
 
 
     if arg_parts[0] == "status":
     if arg_parts[0] == "status":