[weechat] Updates after running v1.4
This commit is contained in:
parent
38273737e8
commit
772f8637b8
13 changed files with 116 additions and 16 deletions
|
@ -1,8 +1,10 @@
|
|||
#
|
||||
# irc.conf -- weechat v0.4.3
|
||||
# weechat -- irc.conf
|
||||
#
|
||||
|
||||
[look]
|
||||
buffer_open_before_autojoin = on
|
||||
buffer_open_before_join = off
|
||||
buffer_switch_autojoin = on
|
||||
buffer_switch_join = on
|
||||
color_nicks_in_names = off
|
||||
|
@ -26,10 +28,11 @@ highlight_pv = "$nick"
|
|||
highlight_server = "$nick"
|
||||
highlight_tags_restrict = "irc_privmsg,irc_notice"
|
||||
item_away_message = on
|
||||
item_channel_modes_hide_key = off
|
||||
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
|
||||
|
@ -57,6 +60,7 @@ smart_filter_join_unmask = 30
|
|||
smart_filter_mode = "ovh"
|
||||
smart_filter_nick = on
|
||||
smart_filter_quit = on
|
||||
temporary_servers = off
|
||||
topic_strip_colors = off
|
||||
|
||||
[color]
|
||||
|
@ -65,20 +69,22 @@ item_away = yellow
|
|||
item_channel_modes = default
|
||||
item_lag_counting = default
|
||||
item_lag_finished = yellow
|
||||
item_nick_modes = default
|
||||
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 = darkgray
|
||||
|
||||
[network]
|
||||
alternate_nick = on
|
||||
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,10 +125,13 @@ default_msg_quit = "WeeChat %v"
|
|||
ipv6 = off
|
||||
local_hostname = ""
|
||||
nicks = "eryn,eryn1,eryn2,eryn3,eryn4"
|
||||
nicks_alternate = on
|
||||
notify = ""
|
||||
password = ""
|
||||
proxy = ""
|
||||
realname = ""
|
||||
sasl_fail = continue
|
||||
sasl_key = ""
|
||||
sasl_mechanism = plain
|
||||
sasl_password = ""
|
||||
sasl_timeout = 15
|
||||
|
@ -150,17 +159,20 @@ freenode.capabilities
|
|||
freenode.sasl_mechanism
|
||||
freenode.sasl_username
|
||||
freenode.sasl_password
|
||||
freenode.sasl_key
|
||||
freenode.sasl_timeout
|
||||
freenode.sasl_fail
|
||||
freenode.autoconnect
|
||||
freenode.autoreconnect
|
||||
freenode.autoreconnect_delay
|
||||
freenode.nicks = "erynofwales"
|
||||
freenode.nicks_alternate
|
||||
freenode.username = "erynofwales"
|
||||
freenode.realname = "Eryn Wells"
|
||||
freenode.local_hostname
|
||||
freenode.command
|
||||
freenode.command_delay
|
||||
freenode.autojoin = "#megabitsapp"
|
||||
freenode.autojoin
|
||||
freenode.autorejoin
|
||||
freenode.autorejoin_delay
|
||||
freenode.connection_timeout
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue