Thresher 1.2 Class Documentation

IsonEventHandler Delegate

The response to a Ison request.

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

Parameters

nicks
If someone with this nick is on the same IRC network their nick will be returned here. Otherwise nick will be an empty string.

Requirements

Namespace: Sharkbite.Irc

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

See Also

Sharkbite.Irc Namespace | OnIson