X-Git-Url: https://git.rmz.io/dotfiles.git/blobdiff_plain/11a39d4125198c0bf9816492e664ef508ed7cb3c..ae2fe673d167d2199420799b2041c286433c4f56:/weechat/rmodifier.conf diff --git a/weechat/rmodifier.conf b/weechat/rmodifier.conf new file mode 100644 index 0000000..a135a67 --- /dev/null +++ b/weechat/rmodifier.conf @@ -0,0 +1,14 @@ +# +# rmodifier.conf -- weechat v0.4.1 +# + +[look] +hide_char = "*" + +[modifier] +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*" +oper = "history_add,input_text_display;^(/oper +\S+ +)(.*);1,2*" +quote_pass = "history_add,input_text_display;^(/quote pass +)(.*);1,2*" +server = "history_add,input_text_display;^(/(server|connect) .*-(sasl_)?password=)(\S+)(.*);1,4*,5" +set_pass = "history_add;^(/set +\S*password\S* +)(.*);1,2*"