From 538a74af8a17dd2511104e671933908325074d9b Mon Sep 17 00:00:00 2001 From: Felix Van der Jeugt Date: Fri, 14 Oct 2016 14:10:28 +0200 Subject: [PATCH] update weechat --- weechat/relay.conf | 1 + weechat/trigger.conf | 5 +++++ weechat/weechat.conf | 1 + 3 files changed, 7 insertions(+) diff --git a/weechat/relay.conf b/weechat/relay.conf index 2795023..aa38a43 100644 --- a/weechat/relay.conf +++ b/weechat/relay.conf @@ -18,6 +18,7 @@ text_bg = default text_selected = white [network] +allow_empty_password = off allowed_ips = "" bind_address = "" clients_purge_delay = 0 diff --git a/weechat/trigger.conf b/weechat/trigger.conf index 6d0c6d0..69bbe65 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 +\S+|release +\S+|regain +\S+) +)|/oper +\S+ +|/quote +pass +|/set +\S*password\S* +|/secure +(passphrase|decrypt|set +\S+) +)(.*)==$1$.*+" 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 diff --git a/weechat/weechat.conf b/weechat/weechat.conf index a88cf70..b3f4d2b 100644 --- a/weechat/weechat.conf +++ b/weechat/weechat.conf @@ -342,6 +342,7 @@ status_bitl = on;irc.bitl.*;irc_join,irc_mode,irc_quit;* status_12ul = on;irc.12ul.*;irc_mode;* horrible_announces = on;*.#HorribleSubs;nick_CR-*,nick_*Arutha*,nick_*IPv6,nick_Sadaharu,nick_Weeaboo,nick_MyMelody,nick_Belfiore,nick_Akame,nick_Cerebrate;MSG status_rust = on;*.#rust-beginners;irc_join,irc_part,irc_quit;* +status_xbps = on;*.#xbps;irc_join,irc_part,irc_quit;* [key] ctrl-? = "/input delete_previous_char"