Click or drag to resize

IMessagesOptions Interface

Interface for returning Messages options

Namespace:  AdiIRCAPIv2.Interfaces
Assembly:  AdiIRCAPIv2 (in AdiIRCAPIv2.dll) Version: 2.0.1.7 (2.0.1.7)
Syntax
C#
public interface IMessagesOptions

The IMessagesOptions type exposes the following members.

Properties
  NameDescription
Public propertyPrefixCtcp
Returns the nick prefix/syntax to use for CTCP messages
Public propertyPrefixEmote
Returns the nick prefix/syntax to use for emote messages
Public propertyPrefixSys
Returns the nick prefix/syntax to use for system messages
Public propertyPrefixUser
Returns the nick prefix/syntax to use for regular messages
Public propertyTimeFormat
Returns the time format to use for messages
Public propertyUseTimestamp
Returns whether global timestamps is enabled or disabled
Top
See Also