1
0
mirror of https://github.com/weechat/weechat.git synced 2026-07-07 10:13:12 +02:00

rmodifier: update default rmodifier for /secure (add option decrypt)

This commit is contained in:
Sebastien Helleu
2013-07-30 12:17:11 +02:00
parent 351674699c
commit ade379ac11
+1 -1
View File
@@ -55,7 +55,7 @@ char *rmodifier_config_default_list[][4] =
"^(/set +\\S*password\\S* +)(.*)", "1,2*"
},
{ "secure", "history_add,input_text_display",
"^(/secure +(passphrase|set \\S+) +)(.*)", "1,3*"
"^(/secure +(passphrase|decrypt|set \\S+) +)(.*)", "1,3*"
},
{ NULL, NULL, NULL, NULL },
};