update weechat

This commit is contained in:
Felix Van der Jeugt 2016-10-14 14:10:28 +02:00
parent 9297739cfe
commit 538a74af8a
3 changed files with 7 additions and 0 deletions

View File

@ -18,6 +18,7 @@ text_bg = default
text_selected = white text_selected = white
[network] [network]
allow_empty_password = off
allowed_ips = "" allowed_ips = ""
bind_address = "" bind_address = ""
clients_purge_delay = 0 clients_purge_delay = 0

View File

@ -9,6 +9,7 @@ monitor_strip_colors = off
[color] [color]
flag_command = lightgreen flag_command = lightgreen
flag_conditions = yellow flag_conditions = yellow
flag_post_action = lightblue
flag_regex = lightcyan flag_regex = lightcyan
flag_return_code = lightmagenta flag_return_code = lightmagenta
regex = white regex = white
@ -22,6 +23,7 @@ beep.command = "/print -beep"
beep.conditions = "${tg_highlight} || ${tg_msg_pv}" beep.conditions = "${tg_highlight} || ${tg_msg_pv}"
beep.enabled = on beep.enabled = on
beep.hook = print beep.hook = print
beep.post_action = none
beep.regex = "" beep.regex = ""
beep.return_code = ok beep.return_code = ok
cmd_pass.arguments = "5000|input_text_display;5000|history_add;5000|irc_command_auth" 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.conditions = ""
cmd_pass.enabled = on cmd_pass.enabled = on
cmd_pass.hook = modifier 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.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 cmd_pass.return_code = ok
msg_auth.arguments = "5000|irc_message_auth" msg_auth.arguments = "5000|irc_message_auth"
@ -36,6 +39,7 @@ msg_auth.command = ""
msg_auth.conditions = "" msg_auth.conditions = ""
msg_auth.enabled = on msg_auth.enabled = on
msg_auth.hook = modifier msg_auth.hook = modifier
msg_auth.post_action = none
msg_auth.regex = "==^(.*(id|identify|register|ghost +\S+|release +\S+) +)(.*)==$1$.*+" msg_auth.regex = "==^(.*(id|identify|register|ghost +\S+|release +\S+) +)(.*)==$1$.*+"
msg_auth.return_code = ok msg_auth.return_code = ok
server_pass.arguments = "5000|input_text_display;5000|history_add" server_pass.arguments = "5000|input_text_display;5000|history_add"
@ -43,5 +47,6 @@ server_pass.command = ""
server_pass.conditions = "" server_pass.conditions = ""
server_pass.enabled = on server_pass.enabled = on
server_pass.hook = modifier server_pass.hook = modifier
server_pass.post_action = none
server_pass.regex = "==^(/(server|connect) .*-(sasl_)?password=)(\S+)(.*)==$1$.*4$5" server_pass.regex = "==^(/(server|connect) .*-(sasl_)?password=)(\S+)(.*)==$1$.*4$5"
server_pass.return_code = ok server_pass.return_code = ok

View File

@ -342,6 +342,7 @@ status_bitl = on;irc.bitl.*;irc_join,irc_mode,irc_quit;*
status_12ul = on;irc.12ul.*;irc_mode;* 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 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_rust = on;*.#rust-beginners;irc_join,irc_part,irc_quit;*
status_xbps = on;*.#xbps;irc_join,irc_part,irc_quit;*
[key] [key]
ctrl-? = "/input delete_previous_char" ctrl-? = "/input delete_previous_char"