mirror of
https://github.com/moparisthebest/hexchat
synced 2024-11-26 19:22:22 -05:00
Add staticbox network
Also default to SASL on some more networks
This commit is contained in:
parent
9d4a1a3b4f
commit
62d52d55b2
@ -207,7 +207,7 @@ static const struct defaultserver def[] =
|
|||||||
{"EnterTheGame", 0},
|
{"EnterTheGame", 0},
|
||||||
{0, "IRC.EnterTheGame.Com"},
|
{0, "IRC.EnterTheGame.Com"},
|
||||||
|
|
||||||
{"EntropyNet", 0},
|
{"EntropyNet", 0, 0, 0, LOGIN_SASL},
|
||||||
#ifdef USE_OPENSSL
|
#ifdef USE_OPENSSL
|
||||||
{0, "irc.entropynet.net/+6697"},
|
{0, "irc.entropynet.net/+6697"},
|
||||||
#endif
|
#endif
|
||||||
@ -510,7 +510,7 @@ static const struct defaultserver def[] =
|
|||||||
{0, "moo.slashnet.org"},
|
{0, "moo.slashnet.org"},
|
||||||
{0, "radon.slashnet.org"},
|
{0, "radon.slashnet.org"},
|
||||||
|
|
||||||
{"Snoonet", 0},
|
{"Snoonet", 0, 0, 0, LOGIN_SASL},
|
||||||
#ifdef USE_OPENSSL
|
#ifdef USE_OPENSSL
|
||||||
{0, "irc.snoonet.org/+6697"},
|
{0, "irc.snoonet.org/+6697"},
|
||||||
#endif
|
#endif
|
||||||
@ -550,6 +550,9 @@ static const struct defaultserver def[] =
|
|||||||
{0, "tahoma.starchat.net"},
|
{0, "tahoma.starchat.net"},
|
||||||
{0, "neo.starchat.net"},
|
{0, "neo.starchat.net"},
|
||||||
|
|
||||||
|
{"StaticBox", 0, 0, 0, LOGIN_SASL},
|
||||||
|
{0, "irc.staticbox.net"},
|
||||||
|
|
||||||
{"Station51", 0},
|
{"Station51", 0},
|
||||||
#ifdef USE_OPENSSL
|
#ifdef USE_OPENSSL
|
||||||
{0, "irc.station51.net/+6697"},
|
{0, "irc.station51.net/+6697"},
|
||||||
|
Loading…
Reference in New Issue
Block a user