Thresher 1.2 Class Documentation | |
CtcpListener.IsCtcpMessage Method
Test if the message contains CTCP commands.
[Visual Basic]Public Shared Function IsCtcpMessage( _
ByVal
message As
String _
) As
Boolean [C#]public static
bool IsCtcpMessage(
string message);
Parameters
- message
- The raw message from the IRC server
Return Value
True if this is a Ctcp request or reply.
See Also
CtcpListener Class | Sharkbite.Irc Namespace