raw data parsing bugfix
Brought to you by:
meebey
This fixes a bug found in the function parsing the raw
data read from the socket.
a) If no newline was found in the received text, the
first character will no longer be removed.
b) If an incomplete message is received, it will
properly be stored until the remaining part of the
message was received.
patch against SmartIRC.php CVS 1.90