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