ChannelServerModeUserOwneredArgs.MessageTags Property

AdiIRC API v2

ChannelServerModeUserOwneredArgsMessageTags Property

Returns a list of IRCv3 tags found in the raw line

Namespace:  AdiIRCAPIv2.Arguments.ChannelServerModes
Assembly:  AdiIRCAPIv2 (in AdiIRCAPIv2.dll) Version: 2.0.1.4 (2.0.1.4)
Syntax
public IDictionary<string, string> MessageTags { get; }
Public ReadOnly Property MessageTags As IDictionary(Of String, String)
	Get
public:
property IDictionary<String^, String^>^ MessageTags {
	IDictionary<String^, String^>^ get ();
}
member MessageTags : IDictionary<string, string> with get

Property Value

Type: IDictionaryString, String
See Also