mirror of https://tildegit.org/ben/dotfiles
237 lines
5.0 KiB
Plaintext
237 lines
5.0 KiB
Plaintext
#
|
|
# weechat -- irc.conf
|
|
#
|
|
# WARNING: It is NOT recommended to edit this file by hand,
|
|
# especially if WeeChat is running.
|
|
#
|
|
# Use /set or similar command to change settings in WeeChat.
|
|
#
|
|
# For more info, see: https://weechat.org/doc/quickstart
|
|
#
|
|
|
|
[look]
|
|
buffer_open_before_autojoin = on
|
|
buffer_open_before_join = off
|
|
buffer_switch_autojoin = on
|
|
buffer_switch_join = on
|
|
color_nicks_in_names = off
|
|
color_nicks_in_nicklist = on
|
|
color_nicks_in_server_messages = on
|
|
color_pv_nick_like_channel = on
|
|
ctcp_time_format = "%a, %d %b %Y %T %z"
|
|
display_away = local
|
|
display_ctcp_blocked = on
|
|
display_ctcp_reply = on
|
|
display_ctcp_unknown = on
|
|
display_host_join = on
|
|
display_host_join_local = on
|
|
display_host_quit = on
|
|
display_join_message = "329,332,333,366"
|
|
display_old_topic = on
|
|
display_pv_away_once = on
|
|
display_pv_back = on
|
|
highlight_channel = "$nick"
|
|
highlight_pv = "$nick"
|
|
highlight_server = "$nick"
|
|
highlight_tags_restrict = "irc_privmsg,irc_notice"
|
|
item_channel_modes_hide_args = "k"
|
|
item_display_server = buffer_plugin
|
|
item_nick_modes = on
|
|
item_nick_prefix = on
|
|
join_auto_add_chantype = off
|
|
msgbuffer_fallback = current
|
|
new_channel_position = none
|
|
new_pv_position = none
|
|
nick_completion_smart = speakers
|
|
nick_mode = prefix
|
|
nick_mode_empty = off
|
|
nicks_hide_password = "nickserv"
|
|
notice_as_pv = auto
|
|
notice_welcome_redirect = on
|
|
notice_welcome_tags = ""
|
|
notify_tags_ison = "notify_message"
|
|
notify_tags_whois = "notify_message"
|
|
part_closes_buffer = off
|
|
pv_buffer = independent
|
|
pv_tags = "notify_private"
|
|
raw_messages = 256
|
|
server_buffer = independent
|
|
smart_filter = on
|
|
smart_filter_chghost = on
|
|
smart_filter_delay = 5
|
|
smart_filter_join = on
|
|
smart_filter_join_unmask = 30
|
|
smart_filter_mode = "+"
|
|
smart_filter_nick = on
|
|
smart_filter_quit = on
|
|
temporary_servers = off
|
|
topic_strip_colors = off
|
|
|
|
[color]
|
|
input_nick = lightcyan
|
|
item_channel_modes = lightcyan
|
|
item_lag_counting = default
|
|
item_lag_finished = 130
|
|
item_nick_modes = lightgreen
|
|
message_chghost = brown
|
|
message_join = green
|
|
message_quit = red
|
|
mirc_remap = "1,-1:darkgray"
|
|
nick_prefixes = "q:lightred;a:lightcyan;o:lightgreen;h:lightmagenta;v:yellow;*:lightblue"
|
|
notice = green
|
|
reason_quit = default
|
|
topic_current = default
|
|
topic_new = white
|
|
topic_old = default
|
|
|
|
[network]
|
|
autoreconnect_delay_growing = 2
|
|
autoreconnect_delay_max = 600
|
|
ban_mask_default = "*!$ident@$host"
|
|
channel_encode = off
|
|
colors_receive = on
|
|
colors_send = on
|
|
lag_check = 60
|
|
lag_max = 1800
|
|
lag_min_show = 500
|
|
lag_reconnect = 0
|
|
lag_refresh_interval = 1
|
|
notify_check_ison = 1
|
|
notify_check_whois = 5
|
|
sasl_fail_unavailable = on
|
|
send_unknown_commands = off
|
|
whois_double_nick = off
|
|
|
|
[msgbuffer]
|
|
|
|
[ctcp]
|
|
|
|
[ignore]
|
|
|
|
[server_default]
|
|
addresses = ""
|
|
anti_flood_prio_high = 2
|
|
anti_flood_prio_low = 2
|
|
autoconnect = off
|
|
autojoin = ""
|
|
autoreconnect = on
|
|
autoreconnect_delay = 10
|
|
autorejoin = off
|
|
autorejoin_delay = 30
|
|
away_check = 0
|
|
away_check_max_nicks = 25
|
|
capabilities = ""
|
|
command = ""
|
|
command_delay = 0
|
|
connection_timeout = 60
|
|
ipv6 = on
|
|
local_hostname = ""
|
|
msg_kick = ""
|
|
msg_part = "WeeChat ${info:version}"
|
|
msg_quit = "WeeChat ${info:version}"
|
|
nicks = "ben,ben1,ben2,ben3,ben4"
|
|
nicks_alternate = on
|
|
notify = ""
|
|
password = ""
|
|
proxy = ""
|
|
realname = ""
|
|
sasl_fail = continue
|
|
sasl_key = ""
|
|
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_priorities = "NORMAL"
|
|
ssl_verify = on
|
|
usermode = ""
|
|
username = "${env:USER}"
|
|
|
|
[server]
|
|
tilde.addresses = "localhost"
|
|
tilde.proxy
|
|
tilde.ipv6
|
|
tilde.ssl
|
|
tilde.ssl_cert
|
|
tilde.ssl_priorities
|
|
tilde.ssl_dhkey_size
|
|
tilde.ssl_fingerprint
|
|
tilde.ssl_verify
|
|
tilde.password
|
|
tilde.capabilities
|
|
tilde.sasl_mechanism
|
|
tilde.sasl_username
|
|
tilde.sasl_password
|
|
tilde.sasl_key
|
|
tilde.sasl_timeout
|
|
tilde.sasl_fail
|
|
tilde.autoconnect = on
|
|
tilde.autoreconnect
|
|
tilde.autoreconnect_delay
|
|
tilde.nicks
|
|
tilde.nicks_alternate
|
|
tilde.username
|
|
tilde.realname
|
|
tilde.local_hostname
|
|
tilde.usermode
|
|
tilde.command
|
|
tilde.command_delay
|
|
tilde.autojoin = "#meta,#team"
|
|
tilde.autorejoin
|
|
tilde.autorejoin_delay
|
|
tilde.connection_timeout
|
|
tilde.anti_flood_prio_high
|
|
tilde.anti_flood_prio_low
|
|
tilde.away_check
|
|
tilde.away_check_max_nicks
|
|
tilde.msg_kick
|
|
tilde.msg_part
|
|
tilde.msg_quit
|
|
tilde.notify
|
|
tilde.split_msg_max_length
|
|
hashbang.addresses = "irc.hashbang.sh/6697"
|
|
hashbang.proxy
|
|
hashbang.ipv6
|
|
hashbang.ssl = on
|
|
hashbang.ssl_cert
|
|
hashbang.ssl_priorities
|
|
hashbang.ssl_dhkey_size
|
|
hashbang.ssl_fingerprint
|
|
hashbang.ssl_verify
|
|
hashbang.password
|
|
hashbang.capabilities
|
|
hashbang.sasl_mechanism
|
|
hashbang.sasl_username
|
|
hashbang.sasl_password
|
|
hashbang.sasl_key
|
|
hashbang.sasl_timeout
|
|
hashbang.sasl_fail
|
|
hashbang.autoconnect
|
|
hashbang.autoreconnect
|
|
hashbang.autoreconnect_delay
|
|
hashbang.nicks
|
|
hashbang.nicks_alternate
|
|
hashbang.username
|
|
hashbang.realname
|
|
hashbang.local_hostname
|
|
hashbang.usermode
|
|
hashbang.command
|
|
hashbang.command_delay
|
|
hashbang.autojoin
|
|
hashbang.autorejoin
|
|
hashbang.autorejoin_delay
|
|
hashbang.connection_timeout
|
|
hashbang.anti_flood_prio_high
|
|
hashbang.anti_flood_prio_low
|
|
hashbang.away_check
|
|
hashbang.away_check_max_nicks
|
|
hashbang.msg_kick
|
|
hashbang.msg_part
|
|
hashbang.msg_quit
|
|
hashbang.notify
|
|
hashbang.split_msg_max_length
|