1
0
mirror of https://github.com/weechat/weechat.git synced 2026-06-28 22:06:38 +02:00

rmodifier: add option "release" in default rmodifier "nickserv" (used to hide passwords in command "/msg nickserv") (bug #35705)

This commit is contained in:
Sebastien Helleu
2012-03-03 12:38:35 +01:00
parent 5f11df74e3
commit d43e9c11e5
3 changed files with 10 additions and 3 deletions
+1 -1
View File
@@ -39,7 +39,7 @@ struct t_config_option *rmodifier_config_look_hide_char;
char *rmodifier_config_default_list[][4] =
{
{ "nickserv", "history_add,input_text_display",
"^(/(msg|quote) +nickserv +(identify|ghost \\S+) +)(.*)", "1,4*"
"^(/(msg|quote) +nickserv +(id|identify|ghost \\S+|release \\S+) +)(.*)", "1,4*"
},
{ "oper", "history_add,input_text_display",
"^(/oper +\\S+ +)(.*)", "1,2*"