diff options
author | Tharre <tharre3@gmail.com> | 2018-06-14 19:36:48 +0200 |
---|---|---|
committer | Tharre <tharre3@gmail.com> | 2018-06-14 19:36:48 +0200 |
commit | 1e24ce138a3ab95289ac17b626e039dda25367a0 (patch) | |
tree | d97a33815c2fc6e705fb813565114943f3fce27f /.weechat/sec.conf | |
parent | 651e4ed9de8bf71e0ea759ef054911626bde8a7d (diff) | |
download | dotfiles-1e24ce138a3ab95289ac17b626e039dda25367a0.tar.gz dotfiles-1e24ce138a3ab95289ac17b626e039dda25367a0.tar.xz dotfiles-1e24ce138a3ab95289ac17b626e039dda25367a0.zip |
Add initial weechat configuration
Diffstat (limited to '.weechat/sec.conf')
-rw-r--r-- | .weechat/sec.conf | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/.weechat/sec.conf b/.weechat/sec.conf new file mode 100644 index 0000000..21967cc --- /dev/null +++ b/.weechat/sec.conf @@ -0,0 +1,20 @@ +# +# 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] +__passphrase__ = on +zncpass = "A5852BA2AB7C083AA55EE471FCECE2E7E9C84533FF4D7A4A729D6FA31FCAD571325E4048746D8A750FE12F02EE5AAAFBB42EAE8806BF29A23DAC188889FCD0AD0B9A199E7CD4AF2EDCD50FAADFE07829B1046C63E03172EDB05070" |