diff options
Diffstat (limited to 'weechat/irc.conf')
-rw-r--r-- | weechat/irc.conf | 84 |
1 files changed, 82 insertions, 2 deletions
diff --git a/weechat/irc.conf b/weechat/irc.conf index 33c5db9..e96a0a9 100644 --- a/weechat/irc.conf +++ b/weechat/irc.conf @@ -327,7 +327,7 @@ HypeIRC.sasl_password HypeIRC.sasl_key HypeIRC.sasl_timeout HypeIRC.sasl_fail -HypeIRC.autoconnect = on +HypeIRC.autoconnect = off HypeIRC.autoreconnect HypeIRC.autoreconnect_delay HypeIRC.nicks @@ -367,7 +367,7 @@ fc00.sasl_password fc00.sasl_key fc00.sasl_timeout fc00.sasl_fail -fc00.autoconnect = on +fc00.autoconnect = off fc00.autoreconnect fc00.autoreconnect_delay fc00.nicks @@ -470,3 +470,83 @@ mozilla.msg_kick mozilla.msg_part mozilla.msg_quit mozilla.notify +OFTC.addresses +OFTC.proxy +OFTC.ipv6 +OFTC.ssl +OFTC.ssl_cert +OFTC.ssl_priorities +OFTC.ssl_dhkey_size +OFTC.ssl_fingerprint +OFTC.ssl_verify +OFTC.password = "kyrias/oftc:" +OFTC.capabilities +OFTC.sasl_mechanism +OFTC.sasl_username +OFTC.sasl_password +OFTC.sasl_key +OFTC.sasl_timeout +OFTC.sasl_fail +OFTC.autoconnect = on +OFTC.autoreconnect +OFTC.autoreconnect_delay +OFTC.nicks +OFTC.nicks_alternate +OFTC.username +OFTC.realname +OFTC.local_hostname +OFTC.usermode +OFTC.command +OFTC.command_delay +OFTC.autojoin +OFTC.autorejoin +OFTC.autorejoin_delay +OFTC.connection_timeout +OFTC.anti_flood_prio_high +OFTC.anti_flood_prio_low +OFTC.away_check +OFTC.away_check_max_nicks +OFTC.msg_kick +OFTC.msg_part +OFTC.msg_quit +OFTC.notify +twitch.addresses = "irc.chat.twitch.tv/443" +twitch.proxy +twitch.ipv6 +twitch.ssl +twitch.ssl_cert +twitch.ssl_priorities +twitch.ssl_dhkey_size +twitch.ssl_fingerprint +twitch.ssl_verify +twitch.password = "" +twitch.capabilities = "twitch.tv/commands,twitch.tv/commands" +twitch.sasl_mechanism +twitch.sasl_username +twitch.sasl_password +twitch.sasl_key +twitch.sasl_timeout +twitch.sasl_fail +twitch.autoconnect +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 |