<% @ LANGUAGE=VBSCRIPT CODEPAGE = 1252 %>
<!--#include file="../constant.inc"-->
<!--#include file="../lib/session.inc"-->
<% SendHeader 0, 1 %>
<!DOCTYPE HTML PUBLIC "-//IETF//DTD HTML 3.2//EN">
<%
'<!-- Microsoft Chat Web Access-->
'<!-- Server.asp : Chat Service Content -->
'<!-- Copyright (c) Microsoft Corporation 1993-1997. All rights reserved.-->
On Error Resume Next
urlString = Request.QueryString()
if urlString <> "" then urlString="?"+urlString
CheckSession bstrVirtRoot + "/root.asp" + urlString, "parent"
%>
<HTML>
<HEAD>
</SCRIPT>
<STYLE TYPE="text/css">
<!--
A:link { color: black; text-decoration: none}
A:visited { color: black; text-decoration: none}
A:active { color: black; text-decoration: none}
-->
</STYLE>
</HEAD>
<BODY BGCOLOR=ffffff LINK=000000 VLINK=000000 ALINK=000000 TEXT=000000>
<font size=4>Introduction</font>
<br>
<br>
As a chat sysop manager, you can use this utility to manage channels, chat users, and
server messages on a chat server. Choose any of the following links to locate information
about specific tasks:
<P><a href="../help/srvmsgh.htm">
<IMG SRC="../images/popup.gif" ALT="Server Messages" ALIGN="ABSMIDDLE" BORDER="0"></A>
<B>Server Messages</B> Create or modify the server's message of the day and the
message displayed to users when they query the server using the IRC ADMIN command.
<P><a href="../help/magchanh.htm">
<IMG SRC="../images/popup.gif" ALT="Managing Channels (Rooms)" ALIGN="ABSMIDDLE" BORDER="0"></A>
<B>Managing Channels (Rooms)</B> Create and customize
persistent channels. You can designate the channel topic or subject, set join and part messages,
impose joining and speaking restrictions, set the member limit, and specify many other
channel characteristics.
<P><a href="../help/maguserh.htm">
<IMG SRC="../images/popup.gif" ALT="Managing Users (Bans)" ALIGN="ABSMIDDLE" BORDER="0"></A>
<B>Managing Users (Bans)</B> Prevent (ban) one or more users from
connecting to the service or disconnect current users.
</BODY>
</HTML>