IChannel.OnlyOpsSetTopic Property

AdiIRC API v2

IChannelOnlyOpsSetTopic Property

Gets whether only operators can set topic in IChannel.

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

Property Value

Type: Boolean
See Also