mirror of
				https://tildegit.org/ben/dotfiles.git
				synced 2025-08-10 05:02:03 +00:00 
			
		
		
		
	add tilde.cat
This commit is contained in:
		
							parent
							
								
									c5396a56a6
								
							
						
					
					
						commit
						41cf0cb7a5
					
				@ -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
 | 
			
		||||
 | 
			
		||||
@ -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 = ""
 | 
			
		||||
 | 
			
		||||
@ -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"
 | 
			
		||||
 | 
			
		||||
 | 
			
		||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user