From 7e7aa928072775240ff70ca61f2dd0e8a09242d8 Mon Sep 17 00:00:00 2001 From: Johannes Löthberg Date: Sun, 2 Feb 2014 20:35:42 +0100 Subject: (Let's pretend that this is the) initial commit --- weechat/rmodifier.conf | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 weechat/rmodifier.conf (limited to 'weechat/rmodifier.conf') diff --git a/weechat/rmodifier.conf b/weechat/rmodifier.conf new file mode 100644 index 0000000..c21d8ef --- /dev/null +++ b/weechat/rmodifier.conf @@ -0,0 +1,14 @@ +# +# rmodifier.conf -- weechat v0.4.3-dev +# + +[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*" -- cgit v1.2.3-54-g00ecf