1
0
mirror of https://github.com/weechat/weechat.git synced 2026-07-01 07:16:37 +02:00

rmodifier: add default rmodifier "quote_pass" to hide password in command "/quote pass" (bug #36250)

This commit is contained in:
Sebastien Helleu
2012-04-19 11:38:21 +02:00
parent c72fa72aef
commit f4a07da0a2
2 changed files with 6 additions and 1 deletions
+3
View File
@@ -47,6 +47,9 @@ char *rmodifier_config_default_list[][4] =
{ "oper", "history_add,input_text_display",
"^(/oper +\\S+ +)(.*)", "1,2*"
},
{ "quote_pass", "history_add,input_text_display",
"^(/quote pass +)(.*)", "1,2*"
},
{ "set_pass", "history_add",
"^(/set +\\S*password\\S* +)(.*)", "1,2*"
},