Thresher 1.2 Class Documentation | |
ReplyEventHandler Delegate
Messages that are not handled by other events and are not errors.
[Visual Basic]Public Delegate Sub ReplyEventHandler( _
ByVal
code As
ReplyCode, _
ByVal
message As
String _
)
Parameters
- code
- The RFC 2812 numeric code.
- message
- The unparsed message text.
Requirements
Namespace: Sharkbite.Irc
Assembly: Sharkbite.Thresher (in Sharkbite.Thresher.dll)
See Also
Sharkbite.Irc Namespace | OnReply