Sets the Chat Service modes on the specified servers.
See also /GetModes.
Chatcmd ServerList /SetModes=Modes
| ServerList | This switch supports multiple servers in its command line. To ensure complete setting of information, all applicable servers should be listed, in the form Server1,Server2,Server3¼. |
| Modes | The values for Modes must be separated by a plus sign (+). |
The values for Modes are described below.
| DEFAULT | Used when no other mode is selected. |
| MICONLY | Prohibits IRC connections. |
| IRCONLY | Prohibits MICONLY client connections. |
| DISABLENEW | Prohibits additional client connections. |
| NOALIAS | Returns the client's identifier (userid@host.domain). |
| NOCHANHOST | Prevents members from becoming hosts when a channel is created. |
| NODYNAMIC | Prevents clients from creating dynamic channels. |
| SYSOPISOWNER | Makes a sysop an owner in any dynamic channel. |
| INTRANET | Configures for internal network usage. |
chatcmd myserv01 /setmodes=disableirc+nochanhost | |
| Sets modes for server Myserv01. |