37 lines
908 B
HTML
37 lines
908 B
HTML
<html>
|
|
<head>
|
|
<title>Connection Preferences</title>
|
|
</head>
|
|
<body bgcolor="#FFFFEE" link="#0000FF" vlink="#990099" alink="#009900" text="#000000">
|
|
<basefont face="Arial" size="3" color="#000000">
|
|
|
|
<h1>Preferences: Connection</h1>
|
|
|
|
<h2>Server Settings</h2>
|
|
|
|
<blockquote>
|
|
<b>CyanChat Host</b>
|
|
<blockquote>
|
|
The name of the CC server. Default is <code>cho.cyan.com</code>
|
|
</blockquote>
|
|
|
|
<b>Port</b>
|
|
<blockquote>
|
|
The port that the CC server will listen to you from. Default is <code>1812</code>,
|
|
while port <code>1813</code> is used for testing.
|
|
</blockquote>
|
|
|
|
<b>Automatically connect when PCCC starts</b>
|
|
<blockquote>
|
|
When checked, PCCC will automatically connect to the server when it starts.
|
|
</blockquote>
|
|
|
|
<b>Attempt to reconnect when disconnected</b>
|
|
<blockquote>
|
|
When checked, PCCC will attempt to reconnect when it has been disconnected.
|
|
</blockquote>
|
|
</blockquote>
|
|
|
|
</body>
|
|
</html>
|