[weechat] upgrade weechat

pull/28/head
Alpha Chen 8 years ago
parent 606f430950
commit 69dc818db2

@ -1,6 +1,13 @@
# #
# weechat -- alias.conf # weechat -- alias.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
#
[cmd] [cmd]
AAWAY = "allserv /away" AAWAY = "allserv /away"

@ -1,6 +1,13 @@
# #
# weechat -- autosort.conf # weechat -- autosort.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
#
[sorting] [sorting]
case_sensitive = off case_sensitive = off

@ -1,6 +1,13 @@
# #
# weechat -- buffers.conf # weechat -- buffers.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
#
[color] [color]
current_bg = lightred current_bg = lightred

@ -1,6 +1,13 @@
# #
# weechat -- charset.conf # weechat -- charset.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
#
[default] [default]
decode = "iso-8859-1" decode = "iso-8859-1"

@ -1,6 +1,13 @@
# #
# weechat -- colorize_nicks.conf # weechat -- colorize_nicks.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] [look]
blacklist_channels = "" blacklist_channels = ""

@ -1,6 +1,13 @@
# #
# weechat -- exec.conf # weechat -- exec.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
#
[command] [command]
default_options = "" default_options = ""

@ -1,6 +1,13 @@
# #
# weechat -- irc.conf # 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] [look]
buffer_open_before_autojoin = on buffer_open_before_autojoin = on
@ -138,6 +145,7 @@ ssl_dhkey_size = 2048
ssl_fingerprint = "" ssl_fingerprint = ""
ssl_priorities = "NORMAL:-VERS-SSL3.0" ssl_priorities = "NORMAL:-VERS-SSL3.0"
ssl_verify = on ssl_verify = on
usermode = ""
username = "alpha" username = "alpha"
[server] [server]
@ -166,6 +174,7 @@ alydipha.nicks_alternate
alydipha.username = "alpha/alydipha" alydipha.username = "alpha/alydipha"
alydipha.realname alydipha.realname
alydipha.local_hostname alydipha.local_hostname
alydipha.usermode
alydipha.command alydipha.command
alydipha.command_delay alydipha.command_delay
alydipha.autojoin alydipha.autojoin
@ -205,6 +214,7 @@ cloudfoundry.nicks_alternate
cloudfoundry.username = "alpha/cloudfoundry" cloudfoundry.username = "alpha/cloudfoundry"
cloudfoundry.realname cloudfoundry.realname
cloudfoundry.local_hostname cloudfoundry.local_hostname
cloudfoundry.usermode
cloudfoundry.command cloudfoundry.command
cloudfoundry.command_delay cloudfoundry.command_delay
cloudfoundry.autojoin cloudfoundry.autojoin
@ -244,6 +254,7 @@ pivotal.nicks_alternate
pivotal.username = "alpha/pivotal" pivotal.username = "alpha/pivotal"
pivotal.realname pivotal.realname
pivotal.local_hostname pivotal.local_hostname
pivotal.usermode
pivotal.command pivotal.command
pivotal.command_delay pivotal.command_delay
pivotal.autojoin pivotal.autojoin
@ -283,6 +294,7 @@ mozilla.nicks_alternate
mozilla.username = "alpha/mozilla" mozilla.username = "alpha/mozilla"
mozilla.realname mozilla.realname
mozilla.local_hostname mozilla.local_hostname
mozilla.usermode
mozilla.command mozilla.command
mozilla.command_delay mozilla.command_delay
mozilla.autojoin = "#rust,#rust-beginners" mozilla.autojoin = "#rust,#rust-beginners"

@ -1,6 +1,13 @@
# #
# weechat -- iset.conf # weechat -- iset.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
#
[color] [color]
bg_selected = red bg_selected = red

@ -1,6 +1,13 @@
# #
# weechat -- logger.conf # weechat -- logger.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] [look]
backlog = 20 backlog = 20

@ -1,6 +1,13 @@
# #
# weechat -- plugins.conf # weechat -- plugins.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
#
[var] [var]
fifo.fifo = "on" fifo.fifo = "on"
@ -30,6 +37,7 @@ python.go.message = "Go to: "
python.go.short_name = "off" python.go.short_name = "off"
python.go.sort = "number,beginning" python.go.sort = "number,beginning"
python.go.use_core_instead_weechat = "off" python.go.use_core_instead_weechat = "off"
ruby.check_license = "off"
tcl.check_license = "off" tcl.check_license = "off"
[desc] [desc]

@ -1,6 +1,13 @@
# #
# weechat -- relay.conf # weechat -- relay.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] [look]
auto_open_buffer = on auto_open_buffer = on

@ -1,6 +1,13 @@
# #
# weechat -- script.conf # weechat -- script.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] [look]
columns = "%s %n %V %v %u | %d | %t" columns = "%s %n %V %v %u | %d | %t"

Binary file not shown.

@ -1,6 +1,13 @@
# #
# weechat -- trigger.conf # weechat -- trigger.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] [look]
enabled = on enabled = on

@ -1,6 +1,13 @@
# #
# weechat -- weechat.conf # weechat -- weechat.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
#
[debug] [debug]
@ -13,6 +20,7 @@ sys_rlimit = ""
[look] [look]
align_end_of_lines = message align_end_of_lines = message
align_multiline_words = on
bar_more_down = "++" bar_more_down = "++"
bar_more_left = "<<" bar_more_left = "<<"
bar_more_right = ">>" bar_more_right = ">>"
@ -318,6 +326,7 @@ title.size_max = 0
title.type = window title.type = window
[layout] [layout]
_zoom.window = "1;0;0;0;irc;pivotal.alidaka"
[notify] [notify]

@ -1,6 +1,13 @@
# #
# weechat -- xfer.conf # weechat -- xfer.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] [look]
auto_open_buffer = on auto_open_buffer = on

Loading…
Cancel
Save