Thresher 1.2 Class Documentation

VersionEventHandler Delegate

The response to a Version request.

[Visual Basic]
Public Delegate Sub VersionEventHandler( _
   ByVal versionInfo As String _
)
[C#]
public delegate void VersionEventHandler(
   string versionInfo
);

Parameters

versionInfo
The information string in the form IRC: [version].[debuglevel] [server] :[comments]

Requirements

Namespace: Sharkbite.Irc

Assembly: Sharkbite.Thresher (in Sharkbite.Thresher.dll)

See Also

Sharkbite.Irc Namespace | OnVersion