e.mikerin Posted March 23, 2012 Share Posted March 23, 2012 UnigineSDK-source-2012-02-26/source/plugins/Network/source/irc_client/IRCClient.cpp from line 285 to 336 printf("%s",message.toString()); needs to change to: printf("%s",message.toString().c_str()); Hope you already fix it!=) You should update our sources btw =) Link to comment
binstream Posted March 24, 2012 Share Posted March 24, 2012 IRC client is still in the development, it isn't production-ready. Link to comment
Guest anet Posted March 26, 2012 Share Posted March 26, 2012 Yes, this is fixed already :) Thank you! Link to comment
Recommended Posts