Specifies the Unicode administration information.
Each chat server can contain an ANSI and Unicode administration string to provide information for clients. The ANSI version of the administration information is provided to IRC clients and to MICONLY clients that query with an ANSI message. The Unicode version is provided to MICONLY clients that query with a Unicode message. Unlike most properties, the administration information can contain different values for the ANSI and Unicode versions.
Note Only the Unicode string is set by this command switch.
The administration information can be displayed by IRC clients by using the /ADMIN command and by MICONLY clients by retrieving the MIC_PROP_SERVER_ADMIN property.
See also /SetAdmin, /SetAdmin_A, /GetAdmin, /GetAdmin_A, /GetAdmin_W.
Chatcmd ServerList /SetAdmin_W="TextString"
| ServerList | This switch supports multiple servers in its command line. Setting the Admin_A string on one server does not update the other servers on the network. All applicable servers should be listed, in the form Server1,Server2,Server3¼. |
| TextString | The string can be up to 119 characters. Multiple lines are delimited by embedding "\n" in the string. Only the first three lines are displayed to clients using the IRC protocol. |
chatcmd * /setadmin_w="company\nmiami, fl\nadmin@litware.com" | |
| Sets the Unicode string for the default server. |