summaryrefslogtreecommitdiffstats
path: root/weechat/rmodifier.conf
diff options
context:
space:
mode:
authorJesse Luehrs <doy@tozt.net>2013-04-11 19:57:13 -0500
committerJesse Luehrs <doy@tozt.net>2013-04-11 20:01:33 -0500
commite75ab7cfa30804925fede5b54b38a838c1078b4b (patch)
tree438de9d820c0b491ec8ce0512a1141171df2a1fd /weechat/rmodifier.conf
parent020ab89c7bda81cc5cfc24eb576920095487af59 (diff)
downloadconf-e75ab7cfa30804925fede5b54b38a838c1078b4b.tar.gz
conf-e75ab7cfa30804925fede5b54b38a838c1078b4b.zip
switch to weechat
Diffstat (limited to 'weechat/rmodifier.conf')
-rw-r--r--weechat/rmodifier.conf13
1 files changed, 13 insertions, 0 deletions
diff --git a/weechat/rmodifier.conf b/weechat/rmodifier.conf
new file mode 100644
index 0000000..169dec3
--- /dev/null
+++ b/weechat/rmodifier.conf
@@ -0,0 +1,13 @@
+#
+# rmodifier.conf -- weechat v0.3.8
+#
+
+[look]
+hide_char = "*"
+
+[modifier]
+nickserv = "history_add,input_text_display;^(/(msg|quote) +nickserv +(id|identify|ghost \S+|release \S+) +)(.*);1,4*"
+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*"