diff options
author | Sebastien Helleu <flashcode@flashtux.org> | 2012-04-19 11:38:21 +0200 |
---|---|---|
committer | Sebastien Helleu <flashcode@flashtux.org> | 2012-04-19 11:38:21 +0200 |
commit | f4a07da0a27f292f176295be424a0969bdc02725 (patch) | |
tree | 0fbc091709df083441222a35100e43b583b0c42a /src/plugins | |
parent | c72fa72aeff0c3dc814d678e4e0aeb40781dedcd (diff) | |
download | weechat-f4a07da0a27f292f176295be424a0969bdc02725.zip |
rmodifier: add default rmodifier "quote_pass" to hide password in command "/quote pass" (bug #36250)
Diffstat (limited to 'src/plugins')
-rw-r--r-- | src/plugins/rmodifier/rmodifier-config.c | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/plugins/rmodifier/rmodifier-config.c b/src/plugins/rmodifier/rmodifier-config.c index 80246b537..2609b132b 100644 --- a/src/plugins/rmodifier/rmodifier-config.c +++ b/src/plugins/rmodifier/rmodifier-config.c @@ -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*" }, |