Weechat update to v1.1
This commit is contained in:
parent
83863aa05c
commit
3ac7a7504b
18 changed files with 766 additions and 27 deletions
|
|
@ -1,8 +1,10 @@
|
|||
#
|
||||
# irc.conf -- weechat v0.4.3
|
||||
# irc.conf -- weechat v1.1
|
||||
#
|
||||
|
||||
[look]
|
||||
buffer_open_before_autojoin = on
|
||||
buffer_open_before_join = off
|
||||
buffer_switch_autojoin = on
|
||||
buffer_switch_join = on
|
||||
color_nicks_in_names = on
|
||||
|
|
@ -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 = on
|
||||
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,6 +69,7 @@ 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"
|
||||
|
|
@ -123,6 +128,7 @@ notify = ""
|
|||
password = ""
|
||||
proxy = ""
|
||||
realname = "Némunaire"
|
||||
sasl_fail = continue
|
||||
sasl_mechanism = plain
|
||||
sasl_password = ""
|
||||
sasl_timeout = 15
|
||||
|
|
@ -151,6 +157,7 @@ minbif.sasl_mechanism
|
|||
minbif.sasl_username
|
||||
minbif.sasl_password
|
||||
minbif.sasl_timeout
|
||||
minbif.sasl_fail
|
||||
minbif.autoconnect = on
|
||||
minbif.autoreconnect
|
||||
minbif.autoreconnect_delay
|
||||
|
|
@ -164,8 +171,8 @@ minbif.autojoin
|
|||
minbif.autorejoin
|
||||
minbif.autorejoin_delay
|
||||
minbif.connection_timeout
|
||||
minbif.anti_flood_prio_high
|
||||
minbif.anti_flood_prio_low
|
||||
minbif.anti_flood_prio_high = 0
|
||||
minbif.anti_flood_prio_low = 1
|
||||
minbif.away_check
|
||||
minbif.away_check_max_nicks
|
||||
minbif.default_msg_kick
|
||||
|
|
@ -187,6 +194,7 @@ geeknode.sasl_mechanism
|
|||
geeknode.sasl_username
|
||||
geeknode.sasl_password
|
||||
geeknode.sasl_timeout
|
||||
geeknode.sasl_fail
|
||||
geeknode.autoconnect = on
|
||||
geeknode.autoreconnect
|
||||
geeknode.autoreconnect_delay
|
||||
|
|
@ -223,6 +231,7 @@ worldnet.sasl_mechanism
|
|||
worldnet.sasl_username
|
||||
worldnet.sasl_password
|
||||
worldnet.sasl_timeout
|
||||
worldnet.sasl_fail
|
||||
worldnet.autoconnect = on
|
||||
worldnet.autoreconnect
|
||||
worldnet.autoreconnect_delay
|
||||
|
|
@ -259,6 +268,7 @@ epiknet.sasl_mechanism
|
|||
epiknet.sasl_username
|
||||
epiknet.sasl_password
|
||||
epiknet.sasl_timeout
|
||||
epiknet.sasl_fail
|
||||
epiknet.autoconnect = on
|
||||
epiknet.autoreconnect
|
||||
epiknet.autoreconnect_delay
|
||||
|
|
@ -295,6 +305,7 @@ freenode.sasl_mechanism
|
|||
freenode.sasl_username
|
||||
freenode.sasl_password
|
||||
freenode.sasl_timeout
|
||||
freenode.sasl_fail
|
||||
freenode.autoconnect = on
|
||||
freenode.autoreconnect
|
||||
freenode.autoreconnect_delay
|
||||
|
|
@ -308,8 +319,8 @@ freenode.autojoin
|
|||
freenode.autorejoin
|
||||
freenode.autorejoin_delay
|
||||
freenode.connection_timeout
|
||||
freenode.anti_flood_prio_high
|
||||
freenode.anti_flood_prio_low
|
||||
freenode.anti_flood_prio_high = 3
|
||||
freenode.anti_flood_prio_low = 10
|
||||
freenode.away_check
|
||||
freenode.away_check_max_nicks
|
||||
freenode.default_msg_kick
|
||||
|
|
@ -331,6 +342,7 @@ rezosup.sasl_mechanism
|
|||
rezosup.sasl_username
|
||||
rezosup.sasl_password
|
||||
rezosup.sasl_timeout
|
||||
rezosup.sasl_fail
|
||||
rezosup.autoconnect = on
|
||||
rezosup.autoreconnect
|
||||
rezosup.autoreconnect_delay
|
||||
|
|
@ -367,6 +379,7 @@ mongueurs.sasl_mechanism
|
|||
mongueurs.sasl_username
|
||||
mongueurs.sasl_password
|
||||
mongueurs.sasl_timeout
|
||||
mongueurs.sasl_fail
|
||||
mongueurs.autoconnect = on
|
||||
mongueurs.autoreconnect
|
||||
mongueurs.autoreconnect_delay
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue