]> git.rmz.io Git - dotfiles.git/blob - weechat/trigger.conf
weechat: rotate and zip logs
[dotfiles.git] / weechat / trigger.conf
1 #
2 # weechat -- trigger.conf
3 #
4 # WARNING: It is NOT recommended to edit this file by hand,
5 # especially if WeeChat is running.
6 #
7 # Use commands like /set or /fset to change settings in WeeChat.
8 #
9 # For more info, see: https://weechat.org/doc/quickstart/
10 #
11
12 [look]
13 enabled = on
14 monitor_strip_colors = off
15
16 [color]
17 flag_command = lightgreen
18 flag_conditions = yellow
19 flag_post_action = lightblue
20 flag_regex = lightcyan
21 flag_return_code = lightmagenta
22 identifier = cyan
23 regex = white
24 replace = cyan
25 trigger = green
26 trigger_disabled = red
27
28 [trigger]
29 beep.arguments = ""
30 beep.command = "/print -beep"
31 beep.conditions = "${tg_highlight} || ${tg_msg_pv}"
32 beep.enabled = on
33 beep.hook = print
34 beep.post_action = none
35 beep.regex = ""
36 beep.return_code = ok
37 cmd_pass.arguments = "5000|input_text_display;5000|history_add;5000|irc_command_auth"
38 cmd_pass.command = ""
39 cmd_pass.conditions = ""
40 cmd_pass.enabled = on
41 cmd_pass.hook = modifier
42 cmd_pass.post_action = none
43 cmd_pass.regex = "==^((/(msg|quote) +nickserv +(id|identify|register|ghost +\S+|release +\S+|regain +\S+) +)|/oper +\S+ +|/quote +pass +|/set +\S*password\S* +|/secure +(passphrase|decrypt|set +\S+) +)(.*)==$1$.*+"
44 cmd_pass.return_code = ok
45 msg_auth.arguments = "5000|irc_message_auth"
46 msg_auth.command = ""
47 msg_auth.conditions = ""
48 msg_auth.enabled = on
49 msg_auth.hook = modifier
50 msg_auth.post_action = none
51 msg_auth.regex = "==^(.*(id|identify|register|ghost +\S+|release +\S+) +)(.*)==$1$.*+"
52 msg_auth.return_code = ok
53 server_pass.arguments = "5000|input_text_display;5000|history_add"
54 server_pass.command = ""
55 server_pass.conditions = ""
56 server_pass.enabled = on
57 server_pass.hook = modifier
58 server_pass.post_action = none
59 server_pass.regex = "==^(/(server|connect) .*-(sasl_)?password=)(\S+)(.*)==$1$.*4$5"
60 server_pass.return_code = ok