IMessagesOptions Interface

AdiIRC API v2

IMessagesOptions Interface

Interface for returning Messages options

Namespace:  AdiIRCAPIv2.Interfaces
Assembly:  AdiIRCAPIv2 (in AdiIRCAPIv2.dll) Version: 2.0.1.4 (2.0.1.4)
Syntax
public interface IMessagesOptions
Public Interface IMessagesOptions
public interface class IMessagesOptions
type IMessagesOptions =  interface end

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