add tilde.cat

This commit is contained in:
Ben Harris 2018-11-08 15:45:22 -05:00
parent c5396a56a6
commit 41cf0cb7a5
3 changed files with 92 additions and 2 deletions

View File

@ -426,7 +426,7 @@ oftc.local_hostname
oftc.usermode
oftc.command
oftc.command_delay
oftc.autojoin = "#fish,#debian-next,#debian,#msys2,#debian-devel"
oftc.autojoin = "#fish,#debian-next,#debian,#debian-devel"
oftc.autorejoin
oftc.autorejoin_delay
oftc.connection_timeout
@ -562,3 +562,85 @@ dgrove.msg_part
dgrove.msg_quit
dgrove.notify
dgrove.split_msg_max_length
cat.addresses = "tilde.cat"
cat.proxy
cat.ipv6
cat.ssl = off
cat.ssl_cert
cat.ssl_priorities
cat.ssl_dhkey_size
cat.ssl_fingerprint
cat.ssl_verify
cat.password
cat.capabilities
cat.sasl_mechanism
cat.sasl_username
cat.sasl_password
cat.sasl_key
cat.sasl_timeout
cat.sasl_fail
cat.autoconnect = on
cat.autoreconnect
cat.autoreconnect_delay
cat.nicks
cat.nicks_alternate
cat.username
cat.realname
cat.local_hostname
cat.usermode
cat.command
cat.command_delay
cat.autojoin = "#tilde.cat"
cat.autorejoin
cat.autorejoin_delay
cat.connection_timeout
cat.anti_flood_prio_high
cat.anti_flood_prio_low
cat.away_check
cat.away_check_max_nicks
cat.msg_kick
cat.msg_part
cat.msg_quit
cat.notify
cat.split_msg_max_length
bitlbee.addresses = "irc.net/6697"
bitlbee.proxy
bitlbee.ipv6
bitlbee.ssl = on
bitlbee.ssl_cert
bitlbee.ssl_priorities
bitlbee.ssl_dhkey_size
bitlbee.ssl_fingerprint
bitlbee.ssl_verify
bitlbee.password
bitlbee.capabilities
bitlbee.sasl_mechanism
bitlbee.sasl_username
bitlbee.sasl_password
bitlbee.sasl_key
bitlbee.sasl_timeout
bitlbee.sasl_fail
bitlbee.autoconnect = on
bitlbee.autoreconnect
bitlbee.autoreconnect_delay
bitlbee.nicks = "benharri"
bitlbee.nicks_alternate
bitlbee.username
bitlbee.realname
bitlbee.local_hostname
bitlbee.usermode
bitlbee.command = "/msg &bitlbee identify ${sec.data.pass}"
bitlbee.command_delay
bitlbee.autojoin = "&bitlbee,#tilde.zone_ben"
bitlbee.autorejoin
bitlbee.autorejoin_delay
bitlbee.connection_timeout
bitlbee.anti_flood_prio_high
bitlbee.anti_flood_prio_low
bitlbee.away_check
bitlbee.away_check_max_nicks
bitlbee.msg_kick
bitlbee.msg_part
bitlbee.msg_quit
bitlbee.notify
bitlbee.split_msg_max_length

View File

@ -41,6 +41,14 @@ cmd_pass.hook = modifier
cmd_pass.post_action = none
cmd_pass.regex = "==^((/(msg|m|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
greentext.arguments = "weechat_print"
greentext.command = ""
greentext.conditions = "${tg_message_nocolor} =~ ^>[^:._]"
greentext.enabled = on
greentext.hook = modifier
greentext.post_action = none
greentext.regex = "/(.*)/${tg_prefix}\t${color:34}${tg_message}"
greentext.return_code = ok
msg_auth.arguments = "5000|irc_message_auth"
msg_auth.command = ""
msg_auth.conditions = ""

View File

@ -132,7 +132,7 @@ time_format = "%a, %d %b %Y %T"
window_auto_zoom = off
window_separator_horizontal = on
window_separator_vertical = on
window_title = "WeeChat ${info:version}"
window_title = "irc"
word_chars_highlight = "!\u00A0,-,_,|,alnum"
word_chars_input = "!\u00A0,-,_,|,alnum"