mirror of
https://github.com/weechat/weechat.git
synced 2026-06-28 13:56:37 +02:00
rmodifier: rename default rmodifier "nickserv" to "command_auth" (with new modifier "irc_command_auth"), add default rmodifier "message_auth" (modifier "irc_message_auth")
This commit is contained in:
@@ -36,8 +36,11 @@ struct t_config_option *rmodifier_config_look_hide_char;
|
||||
|
||||
char *rmodifier_config_default_list[][4] =
|
||||
{
|
||||
{ "nickserv", "history_add,input_text_display",
|
||||
"^(/(msg|quote) +nickserv +(id|identify|ghost \\S+|release \\S+) +)(.*)", "1,4*"
|
||||
{ "command_auth", "history_add,input_text_display,irc_command_auth",
|
||||
"^(/(msg|quote) +nickserv +(id|identify|register|ghost \\S+|release \\S+) +)(.*)", "1,4*"
|
||||
},
|
||||
{ "message_auth", "irc_message_auth",
|
||||
"^(.*(id|identify|register|ghost \\S+|release \\S+) +)(.*)", "1,3*"
|
||||
},
|
||||
{ "server", "history_add,input_text_display",
|
||||
"^(/(server|connect) .*-(sasl_)?password=)(\\S+)(.*)", "1,4*,5"
|
||||
|
||||
Reference in New Issue
Block a user