Add mozilla irc server to weechat config
This commit is contained in:
parent
0067943037
commit
b84018775e
1 changed files with 40 additions and 0 deletions
|
@ -309,3 +309,43 @@ rizon.msg_kick
|
||||||
rizon.msg_part
|
rizon.msg_part
|
||||||
rizon.msg_quit
|
rizon.msg_quit
|
||||||
rizon.notify
|
rizon.notify
|
||||||
|
mozilla.addresses = "${sec.data.zncaddr}"
|
||||||
|
mozilla.proxy
|
||||||
|
mozilla.ipv6
|
||||||
|
mozilla.ssl = on
|
||||||
|
mozilla.ssl_cert
|
||||||
|
mozilla.ssl_priorities
|
||||||
|
mozilla.ssl_dhkey_size
|
||||||
|
mozilla.ssl_fingerprint
|
||||||
|
mozilla.ssl_verify
|
||||||
|
mozilla.password = "${sec.data.zncuser}/Mozilla:${sec.data.zncpass}"
|
||||||
|
mozilla.capabilities
|
||||||
|
mozilla.sasl_mechanism
|
||||||
|
mozilla.sasl_username
|
||||||
|
mozilla.sasl_password
|
||||||
|
mozilla.sasl_key
|
||||||
|
mozilla.sasl_timeout
|
||||||
|
mozilla.sasl_fail
|
||||||
|
mozilla.autoconnect = on
|
||||||
|
mozilla.autoreconnect
|
||||||
|
mozilla.autoreconnect_delay
|
||||||
|
mozilla.nicks = "nonick"
|
||||||
|
mozilla.nicks_alternate
|
||||||
|
mozilla.username
|
||||||
|
mozilla.realname
|
||||||
|
mozilla.local_hostname
|
||||||
|
mozilla.usermode
|
||||||
|
mozilla.command
|
||||||
|
mozilla.command_delay
|
||||||
|
mozilla.autojoin
|
||||||
|
mozilla.autorejoin
|
||||||
|
mozilla.autorejoin_delay
|
||||||
|
mozilla.connection_timeout
|
||||||
|
mozilla.anti_flood_prio_high
|
||||||
|
mozilla.anti_flood_prio_low
|
||||||
|
mozilla.away_check
|
||||||
|
mozilla.away_check_max_nicks
|
||||||
|
mozilla.msg_kick
|
||||||
|
mozilla.msg_part
|
||||||
|
mozilla.msg_quit
|
||||||
|
mozilla.notify
|
||||||
|
|
Loading…
Reference in a new issue