feat(weechat): new options
no idea what they do, here's a commit so push me maybe?
This commit is contained in:
parent
3cefaf6f28
commit
466af8ee65
3 changed files with 9 additions and 0 deletions
|
@ -139,6 +139,7 @@ sasl_mechanism = plain
|
|||
sasl_password = ""
|
||||
sasl_timeout = 15
|
||||
sasl_username = ""
|
||||
split_msg_max_length = 512
|
||||
ssl = off
|
||||
ssl_cert = ""
|
||||
ssl_dhkey_size = 2048
|
||||
|
@ -189,6 +190,7 @@ snoonet.msg_kick
|
|||
snoonet.msg_part
|
||||
snoonet.msg_quit
|
||||
snoonet.notify
|
||||
snoonet.split_msg_max_length
|
||||
freenode.addresses = "${sec.data.zncaddr}"
|
||||
freenode.proxy
|
||||
freenode.ipv6
|
||||
|
@ -229,6 +231,7 @@ freenode.msg_kick
|
|||
freenode.msg_part
|
||||
freenode.msg_quit
|
||||
freenode.notify
|
||||
freenode.split_msg_max_length
|
||||
synirc.addresses = "${sec.data.zncaddr}"
|
||||
synirc.proxy
|
||||
synirc.ipv6
|
||||
|
@ -269,6 +272,7 @@ synirc.msg_kick
|
|||
synirc.msg_part
|
||||
synirc.msg_quit
|
||||
synirc.notify
|
||||
synirc.split_msg_max_length
|
||||
rizon.addresses = "${sec.data.zncaddr}"
|
||||
rizon.proxy
|
||||
rizon.ipv6
|
||||
|
@ -309,6 +313,7 @@ rizon.msg_kick
|
|||
rizon.msg_part
|
||||
rizon.msg_quit
|
||||
rizon.notify
|
||||
rizon.split_msg_max_length
|
||||
mozilla.addresses = "${sec.data.zncaddr}"
|
||||
mozilla.proxy
|
||||
mozilla.ipv6
|
||||
|
@ -349,3 +354,4 @@ mozilla.msg_kick
|
|||
mozilla.msg_part
|
||||
mozilla.msg_quit
|
||||
mozilla.notify
|
||||
mozilla.split_msg_max_length
|
||||
|
|
|
@ -11,6 +11,7 @@
|
|||
|
||||
[look]
|
||||
backlog = 20
|
||||
backlog_conditions = ""
|
||||
|
||||
[color]
|
||||
backlog_end = default
|
||||
|
@ -19,6 +20,7 @@ backlog_line = default
|
|||
[file]
|
||||
auto_log = off
|
||||
flush_delay = 120
|
||||
fsync = off
|
||||
info_lines = off
|
||||
mask = "%Y/%m/$plugin.$name.weechatlog"
|
||||
name_lower_case = on
|
||||
|
|
|
@ -218,6 +218,7 @@ partial_completion_command = off
|
|||
partial_completion_command_arg = off
|
||||
partial_completion_count = on
|
||||
partial_completion_other = off
|
||||
partial_completion_templates = "config_options"
|
||||
|
||||
[history]
|
||||
display_default = 5
|
||||
|
|
Loading…
Reference in a new issue