IServer.UseGlobalQuitMessage Property

AdiIRC API v2

IServerUseGlobalQuitMessage Property

Returns whether the the IServer uses the global or custom quit message.

Namespace:  AdiIRCAPIv2.Interfaces
Assembly:  AdiIRCAPIv2 (in AdiIRCAPIv2.dll) Version: 2.0.1.4 (2.0.1.4)
Syntax
bool UseGlobalQuitMessage { get; }
ReadOnly Property UseGlobalQuitMessage As Boolean
	Get
property bool UseGlobalQuitMessage {
	bool get ();
}
abstract UseGlobalQuitMessage : bool with get

Property Value

Type: Boolean
See Also