Weechat upgrade
This commit is contained in:
parent
55688639c5
commit
aa09d040c4
9 changed files with 139 additions and 54 deletions
|
|
@ -1,13 +1,16 @@
|
|||
#
|
||||
# rmodifier.conf -- weechat v0.3.9.2
|
||||
# rmodifier.conf -- weechat v0.4.2
|
||||
#
|
||||
|
||||
[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*"
|
||||
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*"
|
||||
secure = "history_add,input_text_display;^(/secure +(passphrase|decrypt|set \S+) +)(.*);1,3*"
|
||||
server = "history_add,input_text_display;^(/(server|connect) .*-(sasl_)?password=)(\S+)(.*);1,4*,5"
|
||||
set_pass = "history_add;^(/set +\S*password\S* +)(.*);1,2*"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue