aboutsummaryrefslogtreecommitdiffstats
path: root/weechat/trigger.conf
diff options
context:
space:
mode:
authorJohannes Löthberg <johannes@kyriasis.com>2016-10-05 11:06:16 +0200
committerJohannes Löthberg <johannes@kyriasis.com>2017-06-01 18:37:33 +0200
commitc06e64a6556f1703f9455ad91299c521ad8b3ed8 (patch)
treef8ad6e602df47c837251c6525f4dfb4a8b04ab1b /weechat/trigger.conf
parentbca24f634795b670883348f7aaca95f987e0c388 (diff)
downloaddotfiles-c06e64a6556f1703f9455ad91299c521ad8b3ed8.tar.xz
weechat: I give up
Signed-off-by: Johannes Löthberg <johannes@kyriasis.com>
Diffstat (limited to 'weechat/trigger.conf')
-rw-r--r--weechat/trigger.conf5
1 files changed, 5 insertions, 0 deletions
diff --git a/weechat/trigger.conf b/weechat/trigger.conf
index 191ad7b..e0b506c 100644
--- a/weechat/trigger.conf
+++ b/weechat/trigger.conf
@@ -9,6 +9,7 @@ monitor_strip_colors = off
[color]
flag_command = lightgreen
flag_conditions = yellow
+flag_post_action = lightblue
flag_regex = lightcyan
flag_return_code = lightmagenta
regex = white
@@ -22,6 +23,7 @@ beep.command = "/print -beep"
beep.conditions = "${tg_highlight} || ${tg_msg_pv}"
beep.enabled = on
beep.hook = print
+beep.post_action = none
beep.regex = ""
beep.return_code = ok
cmd_pass.arguments = "5000|input_text_display;5000|history_add;5000|irc_command_auth"
@@ -29,6 +31,7 @@ cmd_pass.command = ""
cmd_pass.conditions = ""
cmd_pass.enabled = on
cmd_pass.hook = modifier
+cmd_pass.post_action = none
cmd_pass.regex = "==^((/(msg|quote) +nickserv +(id|identify|register|ghost +[^ ]+|release +[^ ]+|regain +[^ ]+) +)|/oper +[^ ]+ +|/quote +pass +|/set +[^ ]*password[^ ]* +|/secure +(passphrase|decrypt|set +[^ ]+) +)(.*)==${re:1}${hide:*,${re:+}}"
cmd_pass.return_code = ok
msg_auth.arguments = "5000|irc_message_auth"
@@ -36,6 +39,7 @@ msg_auth.command = ""
msg_auth.conditions = ""
msg_auth.enabled = on
msg_auth.hook = modifier
+msg_auth.post_action = none
msg_auth.regex = "==^(.*(id|identify|register|ghost \S+|release \S+) +)(.*)==$1$.*+"
msg_auth.return_code = ok
server_pass.arguments = "5000|input_text_display;5000|history_add"
@@ -43,5 +47,6 @@ server_pass.command = ""
server_pass.conditions = ""
server_pass.enabled = on
server_pass.hook = modifier
+server_pass.post_action = none
server_pass.regex = "==^(/(server|connect) .*-(sasl_)?password=)(\S+)(.*)==$1$.*4$5"
server_pass.return_code = ok