Switch test network to OFTC

FossilOrigin-Name: fed4052de94b0d81a2b4fbf7459ed0612546d0e782aba1a4f912570bce42496a
This commit is contained in:
Jonathan Schleifer 2024-05-04 21:34:26 +00:00
parent 2737e5fb0e
commit 893c2e143a

View file

@ -38,7 +38,7 @@ OF_APPLICATION_DELEGATE(TestApp)
{
IRCConnection *connection = [[IRCConnection alloc] init];
connection.server = @"irc.freenode.net";
connection.server = @"irc.oftc.net";
connection.nickname = @"ObjIRC";
connection.username = @"ObjIRC";
connection.realname = @"ObjIRC";