mirror of
https://github.com/weechat/weechat.git
synced 2026-07-01 23:36:37 +02:00
core: add secured data with optional encryption in file sec.conf
This commit is contained in:
@@ -54,6 +54,9 @@ char *rmodifier_config_default_list[][4] =
|
||||
{ "set_pass", "history_add",
|
||||
"^(/set +\\S*password\\S* +)(.*)", "1,2*"
|
||||
},
|
||||
{ "secure", "history_add,input_text_display",
|
||||
"^(/secure +(passphrase|set \\S+) +)(.*)", "1,3*"
|
||||
},
|
||||
{ NULL, NULL, NULL, NULL },
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user