CREATE (new IRCX message)

Informs the client that a new channel was created. Response to the CREATE command.

Syntax:

CREATE <channel-name> <oid>

<channel-name> The name of the created channel.

<oid> The object identifier for this new channel. The value is implementation- dependent and must equal 0 if not supported.

Remarks

The CREATE message is sent in response to a CREATE command sent by the client application if the channel specified did not previously exist and was created by the server.

Example

Example 4.2. #MyChat1 was created

Server: :<server> CREATE #MyChat1 034F8FF32

[Note]Editor's Notes

The CREATE message should only be generated if a new channel was created with the CREATE command, not if the user uses CREATE to join a channel. The JOIN message should also be sent after this, along with the standard JOIN-related replies (NAMES, for example).