How can I get the nickname and message from raw IRC data in vb.net

Posted by Rob on Stack Overflow See other posts from Stack Overflow or by Rob
Published on 2010-06-02T03:11:34Z Indexed on 2010/06/02 3:13 UTC
Read the original article Hit count: 305

Filed under:
|
|

Well basically I've got a vb.net script connecting to IRC, and I'm working on making it a basic chat system, but I've run into a problem.

Say I receive this:

:[email protected] PRIVMSG #channel :message

I want to grab specific information to output to the user.

I want to grab nickname and message

How can I go about doing this?

I thought about using regex, but I can't figure out how to make regex grab message since there's nothing after it.

© Stack Overflow or respective owner

Related posts about vb.net

Related posts about regex