Add WeeChat configuration

This commit is contained in:
Némunaire 2012-11-24 00:09:41 +01:00
commit 41b22eb7e4
12 changed files with 826 additions and 0 deletions

13
.weechat/rmodifier.conf Normal file
View file

@ -0,0 +1,13 @@
#
# rmodifier.conf -- weechat v0.3.9.2
#
[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*"