[weechat] A bunch of new files
This commit is contained in:
parent
3ad5ca79ce
commit
07dfe159c7
12 changed files with 199 additions and 2 deletions
|
@ -30,6 +30,7 @@ display_join_message = "329,332,333,366"
|
|||
display_old_topic = on
|
||||
display_pv_away_once = on
|
||||
display_pv_back = on
|
||||
display_pv_warning_address = off
|
||||
highlight_channel = "$nick"
|
||||
highlight_pv = "$nick"
|
||||
highlight_server = "$nick"
|
||||
|
@ -57,6 +58,8 @@ pv_tags = "notify_private"
|
|||
raw_messages = 256
|
||||
server_buffer = merge_with_core
|
||||
smart_filter = on
|
||||
smart_filter_account = on
|
||||
smart_filter_chghost = on
|
||||
smart_filter_delay = 5
|
||||
smart_filter_join = on
|
||||
smart_filter_join_unmask = 30
|
||||
|
@ -72,11 +75,15 @@ item_channel_modes = default
|
|||
item_lag_counting = default
|
||||
item_lag_finished = yellow
|
||||
item_nick_modes = default
|
||||
message_account = cyan
|
||||
message_chghost = brown
|
||||
message_join = green
|
||||
message_kick = red
|
||||
message_quit = red
|
||||
mirc_remap = "1,-1:darkgray"
|
||||
nick_prefixes = "q:lightred;a:lightcyan;o:lightgreen;h:lightmagenta;v:yellow;*:lightblue"
|
||||
notice = green
|
||||
reason_kick = default
|
||||
reason_quit = default
|
||||
topic_current = default
|
||||
topic_new = white
|
||||
|
@ -86,7 +93,6 @@ topic_old = darkgray
|
|||
autoreconnect_delay_growing = 2
|
||||
autoreconnect_delay_max = 1800
|
||||
ban_mask_default = "*!$user@$host"
|
||||
channel_encode = off
|
||||
colors_receive = on
|
||||
colors_send = on
|
||||
lag_check = 60
|
||||
|
@ -119,6 +125,7 @@ autorejoin_delay = 30
|
|||
away_check = 0
|
||||
away_check_max_nicks = 25
|
||||
capabilities = ""
|
||||
charset_message = message
|
||||
command = ""
|
||||
command_delay = 0
|
||||
connection_timeout = 60
|
||||
|
@ -139,10 +146,12 @@ sasl_mechanism = plain
|
|||
sasl_password = ""
|
||||
sasl_timeout = 15
|
||||
sasl_username = ""
|
||||
split_msg_max_length = 512
|
||||
ssl = off
|
||||
ssl_cert = ""
|
||||
ssl_dhkey_size = 2048
|
||||
ssl_fingerprint = ""
|
||||
ssl_password = ""
|
||||
ssl_priorities = "NORMAL"
|
||||
ssl_verify = on
|
||||
usermode = ""
|
||||
|
@ -154,6 +163,7 @@ freenode.proxy
|
|||
freenode.ipv6 = on
|
||||
freenode.ssl = on
|
||||
freenode.ssl_cert
|
||||
freenode.ssl_password
|
||||
freenode.ssl_priorities
|
||||
freenode.ssl_dhkey_size = 1024
|
||||
freenode.ssl_fingerprint
|
||||
|
@ -189,3 +199,48 @@ freenode.msg_kick
|
|||
freenode.msg_part
|
||||
freenode.msg_quit
|
||||
freenode.notify
|
||||
freenode.split_msg_max_length
|
||||
freenode.charset_message
|
||||
w3c.addresses = "irc.w3.org"
|
||||
w3c.proxy
|
||||
w3c.ipv6
|
||||
w3c.ssl
|
||||
w3c.ssl_cert
|
||||
w3c.ssl_password
|
||||
w3c.ssl_priorities
|
||||
w3c.ssl_dhkey_size
|
||||
w3c.ssl_fingerprint
|
||||
w3c.ssl_verify
|
||||
w3c.password
|
||||
w3c.capabilities
|
||||
w3c.sasl_mechanism
|
||||
w3c.sasl_username
|
||||
w3c.sasl_password
|
||||
w3c.sasl_key
|
||||
w3c.sasl_timeout
|
||||
w3c.sasl_fail
|
||||
w3c.autoconnect
|
||||
w3c.autoreconnect
|
||||
w3c.autoreconnect_delay
|
||||
w3c.nicks
|
||||
w3c.nicks_alternate
|
||||
w3c.username
|
||||
w3c.realname
|
||||
w3c.local_hostname
|
||||
w3c.usermode
|
||||
w3c.command
|
||||
w3c.command_delay
|
||||
w3c.autojoin
|
||||
w3c.autorejoin
|
||||
w3c.autorejoin_delay
|
||||
w3c.connection_timeout
|
||||
w3c.anti_flood_prio_high
|
||||
w3c.anti_flood_prio_low
|
||||
w3c.away_check
|
||||
w3c.away_check_max_nicks
|
||||
w3c.msg_kick
|
||||
w3c.msg_part
|
||||
w3c.msg_quit
|
||||
w3c.notify
|
||||
w3c.split_msg_max_length
|
||||
w3c.charset_message
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue