<p><FONT FACE="Arial" SIZE=3 COLOR=#800000>This method returns TRUE and requires a String parameter (LPCTSTR for those </FONT><FONT FACE="Arial" SIZE=3 COLOR=#800000>using Visual C++). This method will almost always return true unless something </FONT><FONT FACE="Arial" SIZE=3 COLOR=#800000>drastic goes wrong or you're not connected to server. The string you pass into the </FONT><FONT FACE="Arial" SIZE=3 COLOR=#800000>function is sent 'raw' to the server except for it is appended with a cr&lf if not </FONT><FONT FACE="Arial" SIZE=3 COLOR=#800000>present. This method is used to send all msgs to server as of now.</FONT></p>
<p></p>
<p><FONT FACE="Arial" SIZE=3 COLOR=#800000>In upcoming versions i will keep this method, but add other methods like </FONT><FONT FACE="Arial" SIZE=3 COLOR=#800000>'ChanMsg', which will accept two parameters: Channel name, and message to be </FONT><FONT FACE="Arial" SIZE=3 COLOR=#800000>sent, so you won't have to call Send("PRIVMSG </FONT><i><FONT FACE="Arial" SIZE=3 COLOR=#800000><chan></FONT></i><FONT FACE="Arial" SIZE=3 COLOR=#800000> :</FONT><i><FONT FACE="Arial" SIZE=3 COLOR=#800000><text></FONT></i><FONT FACE="Arial" SIZE=3 COLOR=#800000>").</FONT></p>
<p></p>
<p><FONT FACE="Arial" SIZE=3 COLOR=#800000>It is always a good idea to download the RFC (Request For Comment) to any </FONT><FONT FACE="Arial" SIZE=3 COLOR=#800000>project you are working on. The IRC RFC is 1459, and the IdentD is 1413.</FONT></p>
<p></p>
<p><FONT FACE="Arial" SIZE=3 COLOR=#800000>In case your too lazy to download these RFCs, I've included a few examples </FONT><FONT FACE="Arial" SIZE=3 COLOR=#800000>to help you use the Send method better:</FONT></p>
<p></p>
<p><FONT FACE="Arial" SIZE=3 COLOR=#800000>Register yourself: NICK </FONT><i><FONT FACE="Arial" SIZE=3 COLOR=#800000><nick></FONT></i></p>
<p><b><FONT FACE="Arial" SIZE=3 COLOR=#800000>Don't forget the colon!</FONT></b><FONT FACE="Arial" SIZE=3 COLOR=#800000> It is used to specify that the remaining text should not be </FONT><FONT FACE="Arial" SIZE=3 COLOR=#800000>parsed, but used as one parameter. Often times if you forget the colon, only the </FONT><FONT FACE="Arial" SIZE=3 COLOR=#800000>first word will show in many clients.</FONT><FONT FACE="Arial" SIZE=1> </FONT></p>