From aca6370146f453f45ccebd020eb8315b54fd0e5b Mon Sep 17 00:00:00 2001 From: Ben Beltran Date: Sat, 20 Oct 2012 13:14:07 -0500 Subject: Add weechat, ack, git and nethack --- weechat/rmodifier.conf | 11 +++++++++++ 1 file changed, 11 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..5d411a7 --- /dev/null +++ b/weechat/rmodifier.conf @@ -0,0 +1,11 @@ +# +# rmodifier.conf -- weechat v0.3.8 +# + +[look] +hide_char = "*" + +[modifier] +nickserv = "history_add,input_text_display;^(/(msg|quote) +nickserv +(identify|ghost \S+) +)(.*);1,4*" +oper = "history_add,input_text_display;^(/oper +\S+ +)(.*);1,2*" +set_pass = "history_add;^(/set +\S*password\S* +)(.*);1,2*" -- cgit