From 1f5fdaccd6c2a7506c47f4ae00df28bef8d76146 Mon Sep 17 00:00:00 2001 From: snedmore Date: Mon, 30 Dec 2024 02:05:07 -0500 Subject: [PATCH] force disable NCR button --- config/NoChatReports/NCR-Encryption.json | 28 ++++++++++++++++++++++++ 1 file changed, 28 insertions(+) create mode 100644 config/NoChatReports/NCR-Encryption.json diff --git a/config/NoChatReports/NCR-Encryption.json b/config/NoChatReports/NCR-Encryption.json new file mode 100644 index 0000000..94e43fd --- /dev/null +++ b/config/NoChatReports/NCR-Encryption.json @@ -0,0 +1,28 @@ +{ + "skipWarning": false, + "enableEncryption": false, + "encryptPublic": true, + "showEncryptionButton": false, + "showEncryptionIndicators": true, + "encryptionKey": "blfrngArk3chG6wzncOZ5A\u003d\u003d", + "encryptionPassphrase": "", + "algorithmName": "AES/CFB8+Base64", + "encryptableCommands": [ + "msg:1", + "w:1", + "whisper:1", + "tell:1", + "r:0", + "dm:1", + "me:0", + "m:1", + "t:1", + "pm:1", + "emsg:1", + "epm:1", + "etell:1", + "ewhisper:1", + "message:1", + "reply:0" + ] +} \ No newline at end of file