IRCX (new IRCX command)

Enables IRCX mode and displays IRCX status. Use MODE ISIRCX first to see if the server supports IRCX.

Syntax:

IRCX

Parameters

None.

Results

IRCRPL_IRCX

Example

Example 3.11. Enable IRCX for the connection on a server that supports IRCX and three authentication packages

Client: IRCX
Server: :<server> 800 <nick> 1 0 NTLM,DPA,ANON 512 *

[Note]Editor's Note

The IRCX command differs from MODE ISIRCX in that the IRCX command enables IRCX. MODE ISIRCX only checks if IRCX is supported by the server. If IRCX is not supported by the server, the server will return "You have not registered" (if it is done before registering your connection as a user) or "Not enough parameters" (if you have been known as a user to the server). If IRCX is supported, the server will send the IRCRPL_IRCX reply. If you have previously turned IRCX on, the "enabled" flag will be 1. Otherwise, it will be 0. This is important to note: you must not enable IRCX with MODE ISIRCX.