annotate doc/index.html @ 675:534b5d90255b

Change license from custom WTFPL to 3-clause BSD.
author Matti Hamalainen <ccr@tnsp.org>
date Wed, 09 Aug 2017 11:24:41 +0300
parents 650e7a5c74c5
children
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
674
650e7a5c74c5 Add homepage and adjust Makefiles.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
1 <!DOCTYPE html>
650e7a5c74c5 Add homepage and adjust Makefiles.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
2 <html>
650e7a5c74c5 Add homepage and adjust Makefiles.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
3 <head>
650e7a5c74c5 Add homepage and adjust Makefiles.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
4 <meta charset="UTF-8">
650e7a5c74c5 Add homepage and adjust Makefiles.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
5 <meta http-equiv="Content-type" content="text/html;charset=UTF-8">
650e7a5c74c5 Add homepage and adjust Makefiles.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
6 <title>NNChat client</title>
650e7a5c74c5 Add homepage and adjust Makefiles.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
7 <link rel="stylesheet" href="readme.css" type="text/css" />
650e7a5c74c5 Add homepage and adjust Makefiles.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
8 </head>
650e7a5c74c5 Add homepage and adjust Makefiles.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
9 <body>
650e7a5c74c5 Add homepage and adjust Makefiles.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
10 <div id="messageBox"></div>
650e7a5c74c5 Add homepage and adjust Makefiles.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
11 <div id="contents">
650e7a5c74c5 Add homepage and adjust Makefiles.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
12 <div id="header">
650e7a5c74c5 Add homepage and adjust Makefiles.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
13 <img src="logo.png" alt="NNChat" />
650e7a5c74c5 Add homepage and adjust Makefiles.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
14 <div class="copyright">
675
534b5d90255b Change license from custom WTFPL to 3-clause BSD.
Matti Hamalainen <ccr@tnsp.org>
parents: 674
diff changeset
15 &copy; Copyright 2008 - 2017 Matti Hämäläinen
674
650e7a5c74c5 Add homepage and adjust Makefiles.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
16 </div>
650e7a5c74c5 Add homepage and adjust Makefiles.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
17 </div>
650e7a5c74c5 Add homepage and adjust Makefiles.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
18 <div id="license">
675
534b5d90255b Change license from custom WTFPL to 3-clause BSD.
Matti Hamalainen <ccr@tnsp.org>
parents: 674
diff changeset
19 Distributed under 3-clause BSD style license, see file
534b5d90255b Change license from custom WTFPL to 3-clause BSD.
Matti Hamalainen <ccr@tnsp.org>
parents: 674
diff changeset
20 <a href="COPYING">COPYING</a> for more information.
674
650e7a5c74c5 Add homepage and adjust Makefiles.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
21 <b>NOTICE! There is NO guarantee or warranty of ANY KIND, nor guarantee of
650e7a5c74c5 Add homepage and adjust Makefiles.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
22 applicability. This software is provided freely and free of charge, and
650e7a5c74c5 Add homepage and adjust Makefiles.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
23 as a unofficial 3rd-party development it may or may not remain compatible
650e7a5c74c5 Add homepage and adjust Makefiles.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
24 with the NN chat protocol.</b>
650e7a5c74c5 Add homepage and adjust Makefiles.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
25 </div>
650e7a5c74c5 Add homepage and adjust Makefiles.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
26
650e7a5c74c5 Add homepage and adjust Makefiles.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
27 <h2>About</h2>
650e7a5c74c5 Add homepage and adjust Makefiles.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
28 <p>
650e7a5c74c5 Add homepage and adjust Makefiles.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
29 A simple NCurses-based client compatible with NewbieNudes.com chatroom
650e7a5c74c5 Add homepage and adjust Makefiles.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
30 protocol. There is a basic line-editing interface with some bells and
650e7a5c74c5 Add homepage and adjust Makefiles.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
31 whistles, such as a input history, logging to file, ignore lists,
650e7a5c74c5 Add homepage and adjust Makefiles.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
32 persistent configuration, etc.
650e7a5c74c5 Add homepage and adjust Makefiles.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
33 </p>
650e7a5c74c5 Add homepage and adjust Makefiles.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
34 <p>
650e7a5c74c5 Add homepage and adjust Makefiles.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
35 The original Flash-based chat client can be accessed through NN website.
650e7a5c74c5 Add homepage and adjust Makefiles.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
36 </p>
650e7a5c74c5 Add homepage and adjust Makefiles.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
37
650e7a5c74c5 Add homepage and adjust Makefiles.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
38 <!-- BEGIN -->
650e7a5c74c5 Add homepage and adjust Makefiles.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
39 <table>
650e7a5c74c5 Add homepage and adjust Makefiles.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
40 <tr><td><a href="shot_unix1.png"><img src="sm_shot_unix1.png" /></a></td><td><a href="shot_windows1.png"><img src="sm_shot_windows1.png" /></a></td></tr>
650e7a5c74c5 Add homepage and adjust Makefiles.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
41 </table>
650e7a5c74c5 Add homepage and adjust Makefiles.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
42
650e7a5c74c5 Add homepage and adjust Makefiles.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
43
650e7a5c74c5 Add homepage and adjust Makefiles.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
44 <h2>Download</h2>
650e7a5c74c5 Add homepage and adjust Makefiles.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
45 <p>
650e7a5c74c5 Add homepage and adjust Makefiles.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
46 Currently only Windows version is distributed, although the software is
650e7a5c74c5 Add homepage and adjust Makefiles.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
47 mainly developed and used under Linux and other UNIX-style platforms.
650e7a5c74c5 Add homepage and adjust Makefiles.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
48 Windows binaries are compiled with 32-bit MinGW and MSI installer created
650e7a5c74c5 Add homepage and adjust Makefiles.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
49 with Freeware version of Caphyon's Advanced Installer.
650e7a5c74c5 Add homepage and adjust Makefiles.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
50 </p>
650e7a5c74c5 Add homepage and adjust Makefiles.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
51
650e7a5c74c5 Add homepage and adjust Makefiles.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
52 <table>
650e7a5c74c5 Add homepage and adjust Makefiles.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
53 <tr>
650e7a5c74c5 Add homepage and adjust Makefiles.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
54 <th><a href="nncsetup-1.3.6.msi">Download Windows installer
650e7a5c74c5 Add homepage and adjust Makefiles.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
55 for NNChat v1.3.6</a></th>
650e7a5c74c5 Add homepage and adjust Makefiles.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
56 <td>32-bit and 64-bit Windows XP, Vista or Win7.</td>
650e7a5c74c5 Add homepage and adjust Makefiles.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
57 </tr>
650e7a5c74c5 Add homepage and adjust Makefiles.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
58 <tr>
650e7a5c74c5 Add homepage and adjust Makefiles.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
59 <th><a href="nnchat-1.5.2.tar.gz">Sourcecode tar.gz for NNChat v1.5.2</a></th>
650e7a5c74c5 Add homepage and adjust Makefiles.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
60 <td>For generic UNIX, Linux, *BSD. Requires GNU Make, GCC 4.x + binutils and NCurses.</td>
650e7a5c74c5 Add homepage and adjust Makefiles.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
61 </tr>
650e7a5c74c5 Add homepage and adjust Makefiles.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
62 </table>
650e7a5c74c5 Add homepage and adjust Makefiles.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
63
650e7a5c74c5 Add homepage and adjust Makefiles.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
64 <h3>Installation on Windows</h3>
650e7a5c74c5 Add homepage and adjust Makefiles.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
65 <ol>
650e7a5c74c5 Add homepage and adjust Makefiles.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
66 <li>Run the installer provided above.</li>
650e7a5c74c5 Add homepage and adjust Makefiles.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
67 <li>Two (2) new icons should appear on desktop (and under Start - Programs -
650e7a5c74c5 Add homepage and adjust Makefiles.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
68 NNChat), one for each of NN's chatrooms respectively.</li>
650e7a5c74c5 Add homepage and adjust Makefiles.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
69 <li>Click one of them, enter your username and password.</li>
650e7a5c74c5 Add homepage and adjust Makefiles.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
70 <li>See keyboard / command instructions below.</li>
650e7a5c74c5 Add homepage and adjust Makefiles.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
71 </ol>
650e7a5c74c5 Add homepage and adjust Makefiles.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
72
650e7a5c74c5 Add homepage and adjust Makefiles.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
73 <!-- END -->
650e7a5c74c5 Add homepage and adjust Makefiles.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
74
650e7a5c74c5 Add homepage and adjust Makefiles.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
75 <h2>Usage</h2>
650e7a5c74c5 Add homepage and adjust Makefiles.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
76 <h3>Keys</h3>
650e7a5c74c5 Add homepage and adjust Makefiles.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
77 <table border="0">
650e7a5c74c5 Add homepage and adjust Makefiles.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
78 <tr><th>left/right arrow</th><td>Move cursor in the current edit buffer.</td></tr>
650e7a5c74c5 Add homepage and adjust Makefiles.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
79 <tr><th>home/end</th><td>Move cursor to beginning or the end of the current edit buffer.</td></tr>
650e7a5c74c5 Add homepage and adjust Makefiles.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
80
650e7a5c74c5 Add homepage and adjust Makefiles.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
81 <tr><th>arrow up/down</th> </th><td>Browse input history.</td></tr>
650e7a5c74c5 Add homepage and adjust Makefiles.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
82 <tr><th>ctrl+left/right arrow </th><td>Skip cursor through words.</td></tr>
650e7a5c74c5 Add homepage and adjust Makefiles.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
83
650e7a5c74c5 Add homepage and adjust Makefiles.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
84 <tr><th>ins </th><td>Toggle between insert and overwrite modes.</td></tr>
650e7a5c74c5 Add homepage and adjust Makefiles.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
85 <tr><th>del </th><td>Delete one character at cursor position.</td></tr>
650e7a5c74c5 Add homepage and adjust Makefiles.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
86 <tr><th>backspace </th><td>Delete one character left to the cursor position.</td></tr>
650e7a5c74c5 Add homepage and adjust Makefiles.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
87
650e7a5c74c5 Add homepage and adjust Makefiles.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
88 <tr><th>tab(ulator) </th><td>Try to complete a command or username. For example "an&lt;tab&gt;"
650e7a5c74c5 Add homepage and adjust Makefiles.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
89 would check the userlist for usernames beginning with
650e7a5c74c5 Add homepage and adjust Makefiles.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
90 "an" and replace this with the first match. Subsequent
650e7a5c74c5 Add homepage and adjust Makefiles.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
91 tab-keypresses will "cycle" around other matches.
650e7a5c74c5 Add homepage and adjust Makefiles.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
92 Commands must start with "/".</td></tr>
650e7a5c74c5 Add homepage and adjust Makefiles.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
93
650e7a5c74c5 Add homepage and adjust Makefiles.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
94 <tr><th>F2 </th><td>Clear current edit buffer.</td></tr>
650e7a5c74c5 Add homepage and adjust Makefiles.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
95 <tr><th>F5 </th><td>Toggle ignore mode on/off.</td></tr>
650e7a5c74c5 Add homepage and adjust Makefiles.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
96 <tr><th>F6 </th><td>Toggle "only friends allowed to PRV you" mode on/off.</td></tr>
650e7a5c74c5 Add homepage and adjust Makefiles.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
97
650e7a5c74c5 Add homepage and adjust Makefiles.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
98 <tr><th>ESC+[1..9] </th><td>Switch between sub-windows / buffers. 1 is the main room, 2..9 are PRV buffers.</td></tr>
650e7a5c74c5 Add homepage and adjust Makefiles.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
99 <tr><th>Alt+[1..9] </th><td>Same as ESC+[1..9]</td></tr>
650e7a5c74c5 Add homepage and adjust Makefiles.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
100
650e7a5c74c5 Add homepage and adjust Makefiles.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
101 <tr><th>ctrl+L </th><td>Refresh/redraw screen.</td></tr>
650e7a5c74c5 Add homepage and adjust Makefiles.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
102 </table>
650e7a5c74c5 Add homepage and adjust Makefiles.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
103
650e7a5c74c5 Add homepage and adjust Makefiles.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
104 <h3>Commands</h3>
650e7a5c74c5 Add homepage and adjust Makefiles.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
105 <p>
650e7a5c74c5 Add homepage and adjust Makefiles.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
106 In addition to normal NN commands (such as /prvon, /prvoff, etc.) NNChat
650e7a5c74c5 Add homepage and adjust Makefiles.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
107 supports following list of internal commands.
650e7a5c74c5 Add homepage and adjust Makefiles.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
108 </p>
650e7a5c74c5 Add homepage and adjust Makefiles.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
109 <p>
650e7a5c74c5 Add homepage and adjust Makefiles.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
110 <b>Remember that ALL these commands can be autocompleted via Tab key!</b>
650e7a5c74c5 Add homepage and adjust Makefiles.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
111 For example, just type /c&lt;tab&gt; and it will be expaned to /close.
650e7a5c74c5 Add homepage and adjust Makefiles.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
112 Hit Tab second time and it will "cycle" to /color, etc.
650e7a5c74c5 Add homepage and adjust Makefiles.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
113 </p>
650e7a5c74c5 Add homepage and adjust Makefiles.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
114 <table border="0">
650e7a5c74c5 Add homepage and adjust Makefiles.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
115 <tr><th>/w&nbsp;&lt;user&gt;<br />
650e7a5c74c5 Add homepage and adjust Makefiles.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
116 /profile&nbsp;&lt;user&gt;</th><td>Open profile of given username
650e7a5c74c5 Add homepage and adjust Makefiles.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
117 via system default web browser.</td></tr>
650e7a5c74c5 Add homepage and adjust Makefiles.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
118
650e7a5c74c5 Add homepage and adjust Makefiles.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
119 <tr><th>/ignore&nbsp;[user] </th><td>Toggle user to/from ignore. "/ignore" without specified
650e7a5c74c5 Add homepage and adjust Makefiles.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
120 username will list users currently on the ignore list.
650e7a5c74c5 Add homepage and adjust Makefiles.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
121 When ignore mode is ENABLED (via function key F5),
650e7a5c74c5 Add homepage and adjust Makefiles.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
122 no messages or actions from users on the list will be
650e7a5c74c5 Add homepage and adjust Makefiles.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
123 displayed. However, they will go into log file, if
650e7a5c74c5 Add homepage and adjust Makefiles.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
124 logging is active.</td></tr>
650e7a5c74c5 Add homepage and adjust Makefiles.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
125
650e7a5c74c5 Add homepage and adjust Makefiles.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
126 <tr><th>/friend&nbsp;[user] </th><td>Add or remove user to/from friend list. "/friend" without specified
650e7a5c74c5 Add homepage and adjust Makefiles.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
127 username will list users currently on the friends list.
650e7a5c74c5 Add homepage and adjust Makefiles.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
128 Names on the friends list will be highlighted differently
650e7a5c74c5 Add homepage and adjust Makefiles.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
129 and cannot be placed on ignore.</td></tr>
650e7a5c74c5 Add homepage and adjust Makefiles.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
130
650e7a5c74c5 Add homepage and adjust Makefiles.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
131 <tr><th>/color&nbsp;&lt;color&gt; </th><td>Changes your current user color visible to OTHER people
650e7a5c74c5 Add homepage and adjust Makefiles.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
132 using the regular NN chat. Of course, this does not
650e7a5c74c5 Add homepage and adjust Makefiles.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
133 affect this client in any way, as user colors are
650e7a5c74c5 Add homepage and adjust Makefiles.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
134 ignored. Color must be specified as a hexadecimal value,
650e7a5c74c5 Add homepage and adjust Makefiles.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
135 for example 006080.</td></tr>
650e7a5c74c5 Add homepage and adjust Makefiles.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
136
650e7a5c74c5 Add homepage and adjust Makefiles.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
137 <tr><th>/save </th><td>Save current configuration (username, password, color, etc.)
650e7a5c74c5 Add homepage and adjust Makefiles.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
138 Notice that this may be a risk, if your computer
650e7a5c74c5 Add homepage and adjust Makefiles.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
139 has several users as just starting the client will
650e7a5c74c5 Add homepage and adjust Makefiles.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
140 automatically log into the chat with your username and
650e7a5c74c5 Add homepage and adjust Makefiles.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
141 password!</td></tr>
650e7a5c74c5 Add homepage and adjust Makefiles.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
142
650e7a5c74c5 Add homepage and adjust Makefiles.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
143 <tr><th>/names</th><td>Lists all users on the chat currently.</td></tr>
650e7a5c74c5 Add homepage and adjust Makefiles.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
144
650e7a5c74c5 Add homepage and adjust Makefiles.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
145 <tr><th>/list</th><td>Alias for NN server-side command /listallusers</td></tr>
650e7a5c74c5 Add homepage and adjust Makefiles.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
146
650e7a5c74c5 Add homepage and adjust Makefiles.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
147
650e7a5c74c5 Add homepage and adjust Makefiles.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
148 <tr><th>/query&nbsp;&lt;user&gt;</th><td>Start a PRV chat ("query") with the specified user.</td></tr>
650e7a5c74c5 Add homepage and adjust Makefiles.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
149
650e7a5c74c5 Add homepage and adjust Makefiles.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
150 <tr><th>/close&nbsp;[user]</th><td>Close the specified PRV buffer / window or if no argument given ("/close"), then just close the current "window".</td></tr>
650e7a5c74c5 Add homepage and adjust Makefiles.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
151
650e7a5c74c5 Add homepage and adjust Makefiles.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
152 <tr><th>/win&nbsp;[number]</th><td>Switch to given window, or show information about current "window".</td></tr>
650e7a5c74c5 Add homepage and adjust Makefiles.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
153
650e7a5c74c5 Add homepage and adjust Makefiles.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
154 <tr><th>/quit</th><td>Quit the chat.</td></tr>
650e7a5c74c5 Add homepage and adjust Makefiles.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
155
650e7a5c74c5 Add homepage and adjust Makefiles.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
156 </table>
650e7a5c74c5 Add homepage and adjust Makefiles.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
157
650e7a5c74c5 Add homepage and adjust Makefiles.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
158 </div>
650e7a5c74c5 Add homepage and adjust Makefiles.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
159 </body>
650e7a5c74c5 Add homepage and adjust Makefiles.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
160 </html>