Home » Renegade Discussions » Mod Forum » Learn2IRC!
Re: Learn2IRC! [message #420187 is a reply to message #420184] |
Thu, 18 February 2010 02:12 |
|
reborn
Messages: 3231 Registered: September 2004 Location: uk - london
Karma:
|
General (3 Stars) |
|
|
Omar007 wrote on Wed, 17 February 2010 17:41 | LOL reborn we are working on the same thing, walking into the same problem!!
I already had ravens idea but it has already lost connection when it enters the loop.
This is what i did. I put it in 1 statement. That should work right?
memset(sendData, 0, 255);
sprintf(sendData, "NICK %s\r\nUSER %s 0 0 :OTROSSB\r\n", nick, nick);
Sock.SendData(sendData, strlen(sendData));
Also it doesnt show in the channel (rarely it does )
And does it also crashes your FDS on 'quit'??
EDIT: Oh and i think my message parser is OK too but i cant test that when it loses connection xD
Reborn, i would use a hostname instead of static IP if you want more 'normal' users to use it easily
And sorry for sort of hijacking your topic but i have the same problem xD
|
When I've done mine, I will show you.
Sir Kane wrote on Thu, 18 February 2010 02:00 | int len;
if ((len = sprintf(sendData, "NICK %s\r\nUSER %s 0 0 :OTROSSB\r\n", nick, nick)) != -1)
Sock.SendData(sendData, len);
|
Thank you, that's kind.
After the tips in this thread, I am finally getting somewhere...
|
|
|
|
|
Learn2IRC!
By: reborn on Wed, 17 February 2010 05:55
|
|
|
Re: Learn2IRC!
|
|
|
Re: Learn2IRC!
By: reborn on Wed, 17 February 2010 08:21
|
|
|
Re: Learn2IRC!
By: Sir Kane on Wed, 17 February 2010 10:56
|
|
|
Re: Learn2IRC!
|
|
|
Re: Learn2IRC!
By: reborn on Wed, 17 February 2010 14:06
|
|
|
Re: Learn2IRC!
By: raven on Wed, 17 February 2010 15:13
|
|
|
Re: Learn2IRC!
By: reborn on Wed, 17 February 2010 15:24
|
|
|
Re: Learn2IRC!
By: raven on Wed, 17 February 2010 15:28
|
|
|
Re: Learn2IRC!
By: Omar007 on Wed, 17 February 2010 15:41
|
|
|
Re: Learn2IRC!
By: Sir Kane on Thu, 18 February 2010 00:00
|
|
|
Re: Learn2IRC!
By: reborn on Thu, 18 February 2010 02:12
|
|
|
Re: Learn2IRC!
By: reborn on Thu, 18 February 2010 04:49
|
|
|
Re: Learn2IRC!
By: Omar007 on Thu, 18 February 2010 05:37
|
|
|
Re: Learn2IRC!
By: reborn on Thu, 18 February 2010 06:59
|
|
|
Re: Learn2IRC!
By: Omar007 on Thu, 18 February 2010 07:10
|
|
|
Re: Learn2IRC!
|
|
|
Re: Learn2IRC!
By: Omar007 on Thu, 18 February 2010 07:48
|
|
|
Re: Learn2IRC!
By: reborn on Thu, 18 February 2010 07:49
|
|
|
Re: Learn2IRC!
By: reborn on Thu, 18 February 2010 08:05
|
|
|
Re: Learn2IRC!
|
|
|
Re: Learn2IRC!
|
|
|
Re: Learn2IRC!
By: Omar007 on Thu, 18 February 2010 14:53
|
Goto Forum:
Current Time: Tue Dec 31 21:12:57 MST 2024
Total time taken to generate the page: 0.01004 seconds
|