home *** CD-ROM | disk | FTP | other *** search
/ Planet Source Code Jumbo …e CD Visual Basic 1 to 7 / 5_2007-2008.ISO / data / Zips / A_Complete2049172212007.psc / @PSC_ReadMe_67928_1.txt next >
Text File  |  2007-02-21  |  1KB  |  8 lines

  1. Title: A Complete IRC Socket Parser Engine v.1.0
  2. Description: This is a complete IRC socket and parser engine suitable for simply dropping in your project. It contains the socket API, socket control commands (similar to normal winsock properteries .connect, etc.. see Read Me for more details). It will also parse out the raw socket data, split it into its relevant parts, raise an event that the data has parsed, which can then be sent on to the second parser. The second parser splits the data into events, such as TEXTCHAN, ACTIONCHAN, JOIN, PART, etc and raises its associated event. All you need to simply do is supply the code to tell your client what to do after that event has been raised. Makes making an IRC client a lot simpler in the long run, as most of the hard work (the parser) has been done for you.
  3. Please enjoy this, a don't forget to vote and comment on my code :)
  4. This file came from Planet-Source-Code.com...the home millions of lines of source code
  5. You can view comments on this code/and or vote on it at: http://www.Planet-Source-Code.com/vb/scripts/ShowCode.asp?txtCodeId=67928&lngWId=1
  6.  
  7. The author may have retained certain copyrights to this code...please observe their request and the law by reviewing all copyright conditions at the above URL.
  8.