Logging into a game server

User avatar
kevutian
Posts: 217
Joined: Fri Aug 20, 2010 8:18 pm
Location: United Kingdom
Contact:

Re: Logging into a game server

Post by kevutian »

Maybe I am getting mixed up here, but I added in support for multiple IRC servers a few weeks ago and was certain that was the function I used!

Maybe I need to lay off the Scotch ;)

User avatar
kevutian
Posts: 217
Joined: Fri Aug 20, 2010 8:18 pm
Location: United Kingdom
Contact:

Re: Logging into a game server

Post by kevutian »

Ok, now I am confused....

Code: Select all

session->connectToServer("irc.freenode.net", 6667);
??

User avatar
Vadi
Posts: 5042
Joined: Sat Mar 14, 2009 3:13 pm

Re: Logging into a game server

Post by Vadi »

TLuaInterpreter is a different object than the IRC sessions object.

Post Reply