From 9d7f9f3fb444522e49979d024b90d1701882e031 Mon Sep 17 00:00:00 2001 From: Ruben Beltran del Rio Date: Tue, 8 Apr 2025 13:09:47 +0200 Subject: Remove old weechat config --- weechat/sec.conf | 18 ------------------ 1 file changed, 18 deletions(-) delete mode 100644 weechat/sec.conf (limited to 'weechat/sec.conf') diff --git a/weechat/sec.conf b/weechat/sec.conf deleted file mode 100644 index 8c60d03..0000000 --- a/weechat/sec.conf +++ /dev/null @@ -1,18 +0,0 @@ -# -# weechat -- sec.conf -# -# WARNING: It is NOT recommended to edit this file by hand, -# especially if WeeChat is running. -# -# Use /set or similar command to change settings in WeeChat. -# -# For more info, see: https://weechat.org/doc/quickstart -# - -[crypt] -cipher = aes256 -hash_algo = sha256 -passphrase_file = "" -salt = on - -[data] -- cgit