Thresher 1.2 Class Documentation

IParser.CanParse Method 

Before a message is passed to the custom parser the Connection will check if the IRC message is the right kind.

[Visual Basic]
Function CanParse( _
   ByVal line As String _
) As Boolean
[C#]
bool CanParse(
   string line
);

Parameters

line
The raw message from the IRC server.

Return Value

True if this parser can process the message.

See Also

IParser Interface | Sharkbite.Irc Namespace