VBcoders Guest



Don't have an account yet? Register
 


Forgot Password?



A Complete IRC Socket Parser Engine v.1.0

by Jason Newland (8 Submissions)
Category: Miscellaneous
Difficulty: Advanced
Date Added: Wed 3rd February 2021
Rating: (7 Votes)

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.
Please enjoy this, a don't forget to vote and comment on my code :)

Inputs
See code
Assumes
Requires an understanding of declaring and using class modules as an object. IE: Public WithEvents sParser As cIRCParser, Set sParser = New cIRCParser, etc
Code Returns
See Read ME
Side Effects
None.

Rate A Complete IRC Socket Parser Engine v.1.0

Download A Complete IRC Socket Parser Engine v.1.0

Download A Complete IRC Socket Parser Engine v.1.0 (37 KB)

A Complete IRC Socket Parser Engine v.1.0 Comments

No comments have been posted about A Complete IRC Socket Parser Engine v.1.0. Why not be the first to post a comment about A Complete IRC Socket Parser Engine v.1.0.

Post your comment

Subject:
Message:
0/1000 characters