Click or drag to resize

IMessagesOptions Interface

Interface for returning Messages options

Namespace:  AdiIRCAPI
Assembly:  AdiIRCAPI (in AdiIRCAPI.dll) Version: 1.8.0.0 (1.8.0.0)
Syntax
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