diff options
-rw-r--r-- | .weechat/irc.conf | 123 |
1 files changed, 82 insertions, 41 deletions
diff --git a/.weechat/irc.conf b/.weechat/irc.conf index fd66b89..2c2912f 100644 --- a/.weechat/irc.conf +++ b/.weechat/irc.conf @@ -150,44 +150,85 @@ usermode = "" username = "Tharre" [server] -ZNC.addresses = "znc.th73.ovh/7777" -ZNC.proxy -ZNC.ipv6 -ZNC.ssl = on -ZNC.ssl_cert -ZNC.ssl_priorities -ZNC.ssl_dhkey_size -ZNC.ssl_fingerprint -ZNC.ssl_verify -ZNC.password = "Tharre/freenode:${sec.data.zncpass}" -ZNC.capabilities = "account-notify,away-notify,cap-notify,multi-prefix,server-time,znc.in/server-time-iso,znc.in/self-message" -ZNC.sasl_mechanism -ZNC.sasl_username -ZNC.sasl_password -ZNC.sasl_key -ZNC.sasl_timeout -ZNC.sasl_fail -ZNC.autoconnect = on -ZNC.autoreconnect -ZNC.autoreconnect_delay -ZNC.nicks -ZNC.nicks_alternate -ZNC.username = "Tharre/freenode" -ZNC.realname -ZNC.local_hostname -ZNC.usermode -ZNC.command -ZNC.command_delay -ZNC.autojoin -ZNC.autorejoin -ZNC.autorejoin_delay -ZNC.connection_timeout -ZNC.anti_flood_prio_high -ZNC.anti_flood_prio_low -ZNC.away_check -ZNC.away_check_max_nicks -ZNC.msg_kick -ZNC.msg_part -ZNC.msg_quit -ZNC.notify -ZNC.split_msg_max_length +freenode.addresses = "znc.th73.ovh/7777" +freenode.proxy +freenode.ipv6 +freenode.ssl = on +freenode.ssl_cert +freenode.ssl_priorities +freenode.ssl_dhkey_size +freenode.ssl_fingerprint +freenode.ssl_verify +freenode.password = "Tharre/freenode:${sec.data.zncpass}" +freenode.capabilities = "account-notify,away-notify,cap-notify,multi-prefix,server-time,znc.in/server-time-iso,znc.in/self-message" +freenode.sasl_mechanism +freenode.sasl_username +freenode.sasl_password +freenode.sasl_key +freenode.sasl_timeout +freenode.sasl_fail +freenode.autoconnect = on +freenode.autoreconnect +freenode.autoreconnect_delay +freenode.nicks +freenode.nicks_alternate +freenode.username = "Tharre/freenode" +freenode.realname +freenode.local_hostname +freenode.usermode +freenode.command +freenode.command_delay +freenode.autojoin +freenode.autorejoin +freenode.autorejoin_delay +freenode.connection_timeout +freenode.anti_flood_prio_high +freenode.anti_flood_prio_low +freenode.away_check +freenode.away_check_max_nicks +freenode.msg_kick +freenode.msg_part +freenode.msg_quit +freenode.notify +freenode.split_msg_max_length +twitch.addresses = "znc.th73.ovh/7777" +twitch.proxy +twitch.ipv6 +twitch.ssl = on +twitch.ssl_cert +twitch.ssl_priorities +twitch.ssl_dhkey_size +twitch.ssl_fingerprint +twitch.ssl_verify +twitch.password = "Tharre/twitch:${sec.data.zncpass}" +twitch.capabilities = "account-notify,away-notify,cap-notify,multi-prefix,server-time,znc.in/server-time-iso,znc.in/self-message" +twitch.sasl_mechanism +twitch.sasl_username +twitch.sasl_password +twitch.sasl_key +twitch.sasl_timeout +twitch.sasl_fail +twitch.autoconnect = on +twitch.autoreconnect +twitch.autoreconnect_delay +twitch.nicks +twitch.nicks_alternate +twitch.username +twitch.realname +twitch.local_hostname +twitch.usermode +twitch.command +twitch.command_delay +twitch.autojoin +twitch.autorejoin +twitch.autorejoin_delay +twitch.connection_timeout +twitch.anti_flood_prio_high +twitch.anti_flood_prio_low +twitch.away_check +twitch.away_check_max_nicks +twitch.msg_kick +twitch.msg_part +twitch.msg_quit +twitch.notify +twitch.split_msg_max_length |