Hi,
To give you a little background on my project, I'm building an IRC/MySQL gateway daemon. The piece I'm working on is receiving text from the irc client, and parsing it correctly.
I am using a select to handle all the socket communication. Once data is put into the input buffer of my...