PROP

The PROP command is used to view or modify channel properties.

Channel Properties
Usage: PROP <channel> *|<property>[,<property>]
<channel> The channel name.
* Lists all available properties for the specified channel.
<property> A specific property to view. Multiple properties can be listed, separated by commas.

Usage: PROP <channel> <property> :<new value>
<channel> The channel name.
<property> The property to modify.
<new value> The new value for the property.

Usage: PROP <channel> <property> :
<channel> The channel name.
<property> The property to clear (remove the value of).

This command allows users to inspect or change various channel settings, such as topic, join/part messages, channel passwords, and other channel-specific parameters defined within the IRCX protocol.

The following channel properties are available:
OID Internal object identifier for the channel.
Name The name of the channel (Character Limit: 63).
Creation The timestamp of channel creation.
Creator The identity of the user that created the channel.
Account The account associated with the channel (Character Limit: 31).
Class If set, only permits the specified Class (Client Rule) to enter the channel.
Client Client-specified information (Character Limit: 255).
ClientGuid The client protocol to be used within the channel.
Language The preferred language (RFC 1766) (Character Limit: 31).
Lag The lag setting for the channel (Numeric Limit: 2).
Throttle The join throttle setting for the channel (Numeric Limit: 60).
OwnerKey The owner keyword for owner access (Character Limit: 31).
HostKey The host keyword for host access (Character Limit: 31).
AideKey The aide keyword for aide access (Character Limit: 31).
VoiceKey The voice keyword for voice access (Character Limit: 31).
MemberKey The member keyword for member access (Character Limit: 31).
OnJoin The join message for the channel (Character Limit: 255).
OnPart The part message for the channel (Character Limit: 255).
Topic The topic of the channel (Character Limit: 160).
Subject The subject of the channel (Character Limit: 31).
PICS The PICS rating for the channel (Character Limit: 255).
ServicePath The path of the server-side extension that is used to control the channel operation.

(See section 5.12 of IRCX)