/SetTitle_W

Set the Unicode server title, or friendly name.

Each chat server can contain an ANSI and Unicode title to provide a server friendly name for clients. The ANSI version of the title is provided to IRC clients and to MICONLY clients that query with an ANSI message. The Unicode version of the title is provided to MICONLY clients that query with a Unicode message. Unlike most properties, the title can contain different values for the ANSI and Unicode versions.

Note  Only the Unicode title is set.

See also /GetTitle, /GetTitle_A, /SetTitle, /SetTitle_A, /SetTitle_W.

Syntax

Chatcmd ServerList /SetTitle_W="TextString"

Parts

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¼.
TextString Each server on a chat network may have an ANSI and Unicode title of up to 63 characters.

Examples

chatcmd myserv01,myserv02 /settitle_a="Company Chat Service 001"
     Sets the Unicode version of the server friendly name for Myserv01 and Myserv02 to "Company Chat Service 001."
  
chatcmd * /settitle_a="Company Chat Service 001"
     Sets the Unicode version of the server friendly name for the default server to "Company Chat Service 001."


© 1998 Microsoft Corporation. All rights reserved.