Thresher 1.2 Class Documentation

LusersEventHandler Delegate

The response to a Lusers request.

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

Parameters

message
An information string.

Requirements

Namespace: Sharkbite.Irc

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

See Also

Sharkbite.Irc Namespace | OnLusers