dotfiles/weechat/irc.conf

247 lines
5.3 KiB
Text
Raw Normal View History

2014-04-18 15:55:54 -07:00
#
2016-01-31 08:58:03 -08:00
# weechat -- irc.conf
2014-04-18 15:55:54 -07:00
#
2018-04-18 21:07:59 -07:00
# 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
#
2014-04-18 15:55:54 -07:00
[look]
2016-01-31 08:58:03 -08:00
buffer_open_before_autojoin = on
buffer_open_before_join = off
2014-04-18 15:55:54 -07:00
buffer_switch_autojoin = on
buffer_switch_join = on
color_nicks_in_names = off
color_nicks_in_nicklist = off
color_nicks_in_server_messages = on
color_pv_nick_like_channel = on
2014-04-18 23:07:05 +00:00
ctcp_time_format = "%a, %d %b %Y %T %z"
2014-04-18 15:55:54 -07:00
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
2014-04-18 23:07:05 +00:00
display_join_message = "329,332,333,366"
2014-04-18 15:55:54 -07:00
display_old_topic = on
display_pv_away_once = on
display_pv_back = on
2021-11-29 13:33:44 -08:00
display_pv_warning_address = off
2014-04-18 15:55:54 -07:00
highlight_channel = "$nick"
highlight_pv = "$nick"
highlight_server = "$nick"
2014-04-18 23:07:05 +00:00
highlight_tags_restrict = "irc_privmsg,irc_notice"
2016-01-31 08:58:03 -08:00
item_channel_modes_hide_args = "k"
2014-04-18 15:55:54 -07:00
item_display_server = buffer_plugin
item_nick_modes = on
item_nick_prefix = on
2016-01-31 08:58:03 -08:00
join_auto_add_chantype = off
2014-04-18 15:55:54 -07:00
msgbuffer_fallback = current
new_channel_position = none
new_pv_position = none
nick_completion_smart = speakers
2014-04-18 23:07:05 +00:00
nick_mode = prefix
nick_mode_empty = off
nicks_hide_password = "nickserv"
2014-04-18 15:55:54 -07:00
notice_as_pv = auto
2014-04-18 23:07:05 +00:00
notice_welcome_redirect = on
notice_welcome_tags = ""
2014-04-18 15:55:54 -07:00
notify_tags_ison = "notify_message"
notify_tags_whois = "notify_message"
part_closes_buffer = off
2014-04-18 23:07:05 +00:00
pv_buffer = independent
pv_tags = "notify_private"
2014-04-18 15:55:54 -07:00
raw_messages = 256
server_buffer = merge_with_core
smart_filter = on
2021-11-29 13:33:44 -08:00
smart_filter_account = on
smart_filter_chghost = on
2014-04-18 15:55:54 -07:00
smart_filter_delay = 5
smart_filter_join = on
2014-04-18 23:07:05 +00:00
smart_filter_join_unmask = 30
smart_filter_mode = "ovh"
2014-04-18 15:55:54 -07:00
smart_filter_nick = on
smart_filter_quit = on
2016-01-31 08:58:03 -08:00
temporary_servers = off
2014-04-18 15:55:54 -07:00
topic_strip_colors = off
[color]
input_nick = lightcyan
item_channel_modes = default
item_lag_counting = default
item_lag_finished = yellow
2016-01-31 08:58:03 -08:00
item_nick_modes = default
2021-11-29 13:33:44 -08:00
message_account = cyan
message_chghost = brown
2014-04-18 15:55:54 -07:00
message_join = green
2021-11-29 13:33:44 -08:00
message_kick = red
2014-04-18 15:55:54 -07:00
message_quit = red
mirc_remap = "1,-1:darkgray"
nick_prefixes = "q:lightred;a:lightcyan;o:lightgreen;h:lightmagenta;v:yellow;*:lightblue"
notice = green
2021-11-29 13:33:44 -08:00
reason_kick = default
2014-04-18 15:55:54 -07:00
reason_quit = default
2016-01-31 08:58:03 -08:00
topic_current = default
2014-04-18 15:55:54 -07:00
topic_new = white
topic_old = darkgray
[network]
autoreconnect_delay_growing = 2
autoreconnect_delay_max = 1800
2014-04-18 23:07:05 +00:00
ban_mask_default = "*!$user@$host"
2014-04-18 15:55:54 -07:00
colors_receive = on
colors_send = on
lag_check = 60
2014-04-18 23:07:05 +00:00
lag_max = 1800
2014-04-18 15:55:54 -07:00
lag_min_show = 500
2014-04-18 23:07:05 +00:00
lag_reconnect = 0
2014-04-18 15:55:54 -07:00
lag_refresh_interval = 1
notify_check_ison = 1
notify_check_whois = 5
2018-04-18 21:07:59 -07:00
sasl_fail_unavailable = on
2014-04-18 15:55:54 -07:00
send_unknown_commands = off
2014-04-18 23:07:05 +00:00
whois_double_nick = on
2014-04-18 15:55:54 -07:00
[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 = ""
2021-11-29 13:33:44 -08:00
charset_message = message
2014-04-18 15:55:54 -07:00
command = ""
command_delay = 0
connection_timeout = 60
ipv6 = off
local_hostname = ""
2018-04-18 21:07:59 -07:00
msg_kick = ""
msg_part = "WeeChat ${info:version}"
msg_quit = "WeeChat ${info:version}"
2014-04-18 15:55:54 -07:00
nicks = "eryn,eryn1,eryn2,eryn3,eryn4"
2016-01-31 08:58:03 -08:00
nicks_alternate = on
2014-04-18 15:55:54 -07:00
notify = ""
password = ""
proxy = ""
realname = ""
2016-01-31 08:58:03 -08:00
sasl_fail = continue
sasl_key = ""
2014-04-18 15:55:54 -07:00
sasl_mechanism = plain
sasl_password = ""
sasl_timeout = 15
sasl_username = ""
2021-11-29 13:33:44 -08:00
split_msg_max_length = 512
2014-04-18 15:55:54 -07:00
ssl = off
ssl_cert = ""
ssl_dhkey_size = 2048
2014-04-18 23:07:05 +00:00
ssl_fingerprint = ""
2021-11-29 13:33:44 -08:00
ssl_password = ""
2014-04-18 15:55:54 -07:00
ssl_priorities = "NORMAL"
ssl_verify = on
2018-04-18 21:07:59 -07:00
usermode = ""
2014-04-18 15:55:54 -07:00
username = "eryn"
[server]
2016-04-10 18:09:00 -07:00
freenode.addresses = "chat.freenode.net/7000"
2014-04-18 15:55:54 -07:00
freenode.proxy
freenode.ipv6 = on
freenode.ssl = on
freenode.ssl_cert
2021-11-29 13:33:44 -08:00
freenode.ssl_password
2014-04-18 15:55:54 -07:00
freenode.ssl_priorities
freenode.ssl_dhkey_size = 1024
2014-04-18 23:07:05 +00:00
freenode.ssl_fingerprint
2014-04-18 15:55:54 -07:00
freenode.ssl_verify
freenode.password
freenode.capabilities
freenode.sasl_mechanism
2016-04-10 18:09:00 -07:00
freenode.sasl_username = "erynofwales"
freenode.sasl_password = "${sec.data.freenode_password}"
2016-01-31 08:58:03 -08:00
freenode.sasl_key
2014-04-18 15:55:54 -07:00
freenode.sasl_timeout
2016-01-31 08:58:03 -08:00
freenode.sasl_fail
2014-04-18 15:55:54 -07:00
freenode.autoconnect
freenode.autoreconnect
freenode.autoreconnect_delay
freenode.nicks = "erynofwales"
2016-01-31 08:58:03 -08:00
freenode.nicks_alternate
2014-04-18 15:55:54 -07:00
freenode.username = "erynofwales"
freenode.realname = "Eryn Wells"
freenode.local_hostname
2018-04-18 21:07:59 -07:00
freenode.usermode
2014-04-18 15:55:54 -07:00
freenode.command
freenode.command_delay
2016-01-31 08:58:03 -08:00
freenode.autojoin
2014-04-18 15:55:54 -07:00
freenode.autorejoin
freenode.autorejoin_delay
freenode.connection_timeout
freenode.anti_flood_prio_high
freenode.anti_flood_prio_low
freenode.away_check
freenode.away_check_max_nicks
2018-04-18 21:07:59 -07:00
freenode.msg_kick
freenode.msg_part
freenode.msg_quit
2014-04-18 15:55:54 -07:00
freenode.notify
2021-11-29 13:33:44 -08:00
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