Thresher 1.2 Class Documentation

Sender.Motd Method (String)

Request the "Message Of The Day" from the given server.

[Visual Basic]
Overloads Public Sub Motd( _
   ByVal targetServer As String _
)
[C#]
public void Motd(
   string targetServer
);

Parameters

targetServer
The FQDN of the IRC server to query. Wildcards are allowed. Must be a server part of the same IRC network this connection is connected to.

Remarks

Possible Errors

See Also

Sender Class | Sharkbite.Irc Namespace | Sender.Motd Overload List | OnMotd