/DeleteBan

Deletes a banned user from the ban list.

See also /AddBan, /SetBan, /GetBan, /ListBans.

Syntax

chatcmd Server /DeleteBan:FullBanName

Parts

Server This switch does not support multiple servers in its command line.
FullBanName  

The FullBanName is made up of a nickname, user name, and host name (the user's IP or DNS address), in that order, as follows:

NickName!UserName@HostName
All parts of the syntax must be specified for the information to be retrieved.
Note  The asterisk (*) can be used as a wildcard character to match any nickname, user name, or domain name. The question mark (?) can be used as a wildcard character to match any character.

Examples

chatcmd myserv01 /deleteban:jim!*@*
     Deletes the ban on any user with nickname Jim.
  
chatcmd myserv01 /deleteban:*!jjj8025@*  
     Deletes the ban on all users in all domains with user ID Jjj8025.
  
chatcmd myserv01 /deleteban:*!*@litware.com
     Deletes the ban on all users in the domain litware.com.
  
chatcmd myserv01 /deleteban:*!jjj8025@litware.com
     Deletes the ban on user Jjj8025 in the domain litware.com.


© 1998 Microsoft Corporation. All rights reserved.