Switch test network to OFTC
FossilOrigin-Name: fed4052de94b0d81a2b4fbf7459ed0612546d0e782aba1a4f912570bce42496a
This commit is contained in:
parent
2737e5fb0e
commit
893c2e143a
1 changed files with 1 additions and 1 deletions
|
@ -38,7 +38,7 @@ OF_APPLICATION_DELEGATE(TestApp)
|
||||||
{
|
{
|
||||||
IRCConnection *connection = [[IRCConnection alloc] init];
|
IRCConnection *connection = [[IRCConnection alloc] init];
|
||||||
|
|
||||||
connection.server = @"irc.freenode.net";
|
connection.server = @"irc.oftc.net";
|
||||||
connection.nickname = @"ObjIRC";
|
connection.nickname = @"ObjIRC";
|
||||||
connection.username = @"ObjIRC";
|
connection.username = @"ObjIRC";
|
||||||
connection.realname = @"ObjIRC";
|
connection.realname = @"ObjIRC";
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue