Search found 3 matches

by Daman
Sat Jul 26, 2008 4:04 pm
Forum: Support and Development
Topic: Attempting an IRC client via Luasocket
Replies: 5
Views: 10358

Re: Attempting an IRC client via Luasocket

Yeah, I just copied that out of something else I made. Trying to get this to not lag so I can do more stuff in that.
by Daman
Sat Jul 26, 2008 5:22 am
Forum: Support and Development
Topic: Attempting an IRC client via Luasocket
Replies: 5
Views: 10358

Re: Attempting an IRC client via Luasocket

After changing quite a bit, I'm noticing my fps near-die after finishing connecting to a server, having the motd pass bye and modes set on me. It pretty much comes to one update every minute. I think this is due to I/O blocking, but I set the timeout to 10 seconds. I'm not sure how to get around it....
by Daman
Fri Jul 25, 2008 9:17 pm
Forum: Support and Development
Topic: Attempting an IRC client via Luasocket
Replies: 5
Views: 10358

Attempting an IRC client via Luasocket

Ok, I wanted to try and make an IRC client through Löve. I thought it'd be interesting. I know of Luasocket for networking, so I figure I could just plop that where needed and include it in the main.lua file. Everything seemed fine. Didn't return errors(I should've had it assert if nil at the beginn...