Thresher 1.2 Class Documentation

IParser.Parse Method 

Send the raw IRC message to this custom parser. This consumes the message and it will not be processed by the default or any other custom parsers after this one.

[Visual Basic]
Sub Parse( _
   ByVal message As String _
)
[C#]
void Parse(
   string message
);

Parameters

message
The raw message from the IRC server.

See Also

IParser Interface | Sharkbite.Irc Namespace