summary refs log tree commit diff stats
path: root/src
diff options
context:
space:
mode:
authorKen Spencer <iota@electrocode.net>2017-10-11 12:47:23 -0400
committerTingPing <tingping@tingping.se>2017-10-11 12:47:23 -0400
commit6f8b8c3d3ca272f141f3fc36961802607d0c2289 (patch)
tree60cb8b6cefdbaa1a6c4c559b193276f918836bc3 /src
parent8ddd5e37788dd49561bf8148844a02e2696131e0 (diff)
servlist: Add BuddyIM network (#2072)
Diffstat (limited to 'src')
-rw-r--r--src/common/servlist.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/common/servlist.c b/src/common/servlist.c
index 53e02bf2..449f982b 100644
--- a/src/common/servlist.c
+++ b/src/common/servlist.c
@@ -94,7 +94,8 @@ static const struct defaultserver def[] =
 
 	{"BetaChat", 0, 0, 0, LOGIN_SASL},
 	{0,			"irc.betachat.net"},
-
+	{"BuddyIM", 0, 0, 0, LOGIN_SASL, 0, TRUE},
+	{0,			"irc.buddy.im"},
 	{"Canternet", 0, 0, 0, LOGIN_SASL, 0, TRUE},
 	{0,			"irc.canternet.org"},