blob: 5d411a76b4998ef6fc3eb47f6c8b60b1493329b4 (
plain)
1
2
3
4
5
6
7
8
9
10
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*"
|