Thresher 1.2 Class Documentation

MotdEventHandler Delegate

The server's "Message of the Day" if any.

[Visual Basic]
Public Delegate Sub MotdEventHandler( _
   ByVal message As String, _
   ByVal last As Boolean _
)
[C#]
public delegate void MotdEventHandler(
   string message,
   bool last
);

Parameters

message
An information string.
last
True if this is the last in the set of messages.

Requirements

Namespace: Sharkbite.Irc

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

See Also

Sharkbite.Irc Namespace | OnMotd