Index: tests/tests.m ================================================================== --- tests/tests.m +++ tests/tests.m @@ -36,11 +36,11 @@ @implementation TestApp - (void)applicationDidFinishLaunching: (OFNotification *)notification { IRCConnection *connection = [[IRCConnection alloc] init]; - connection.server = @"irc.freenode.net"; + connection.server = @"irc.oftc.net"; connection.nickname = @"ObjIRC"; connection.username = @"ObjIRC"; connection.realname = @"ObjIRC"; connection.delegate = self;