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:
@@ -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*"
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user