Renegade Public Forums
C&C: Renegade --> Dying since 2003™, resurrected in 2024!
Home » Renegade Discussions » Mod Forum » Learn2IRC!
Re: Learn2IRC! [message #420191 is a reply to message #420116] Thu, 18 February 2010 05:37 Go to previous messageGo to previous message
Omar007 is currently offline  Omar007
Messages: 1711
Registered: December 2007
Location: Amsterdam
Karma:
General (1 Star)
That is indeed alot of data xD

It is weird, your channel join code looks OK and mine joins the channel (now and then Sarcasm ). There is only 1 channel join command and we both wrote it the same (well beside that you only end it with '\n' and i have '\r\n' would that matter?) it should be right Huh

Also why not use a loop for the input check?? Writing the code 4 times seems pretty useless :V
And what if there is even more input??

IE:
while(1)
{
	if(recv(kSock, buf1, 4096, 0) <= 0)
	{
		printf(">>Server: No Data\n");
		break;
	}
	printf(">>Server: %s\n", receiveData);
}


http://tiberiumredux.omarpakker.nl/Old Unused Parts/Plaatjes/PromoteBanner_Hades_small.jpg

[Updated on: Thu, 18 February 2010 05:39]

Report message to a moderator

 
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Previous Topic: .lsd and .ldd .dbb... What should I use?
Next Topic: How do i remove...
Goto Forum:
  


Current Time: Tue Dec 31 20:06:58 MST 2024

Total time taken to generate the page: 0.01392 seconds