comparison README.txt @ 200:ec1ffa2043ec

Updates.
author ccr@tnsp.org
date Thu, 18 Nov 2010 03:53:01 +0200
parents a2e9bbd8ca18
children 00b0eb4ac656
comparison
equal deleted inserted replaced
199:5ef630818bef 200:ec1ffa2043ec
1 NNChat - extremely simple NN chat applet compatible client 1 NNChat - extremely simple NN chat applet compatible client
2 ========================================================== 2 ==========================================================
3 Written and designed by Matti 'ccr' Hämäläinen 3 Written and designed by Anonymous Finnish Guy
4 (C) Copyright 2008-2010 TNSP 4 (C) Copyright 2008-2010 Anonymous Finnish Guy
5 5
6 6
7 Distributed under DWETFYWTPL (Do What Ever The Fuck You Want 7 Distributed under DWETFYWTPL (Do What Ever The Fuck You Want
8 To Public License), see file COPYING for more information. 8 To Public License), see file COPYING for more information.
9 9
42 42
43 ins - Toggle between insert and overwrite modes. 43 ins - Toggle between insert and overwrite modes.
44 del - Delete one character at cursor position. 44 del - Delete one character at cursor position.
45 backspace - Delete one character left to the cursor position. 45 backspace - Delete one character left to the cursor position.
46 46
47 tab(ulator) - Try to complete a username. For example "an<tab>"
48 would check the userlist for usernames beginning with
49 "an" and replace this with the first match. Subsequent
50 tab-keypresses will "cycle" around other matches.
51
47 F2 - Clear current edit buffer. 52 F2 - Clear current edit buffer.
48 F5 - Toggle ignore mode on/off. 53 F5 - Toggle ignore mode on/off.
49 F7 - Clear current PRV target, if any. 54 F7 - Clear current PRV target, if any.
50 F8 - Toggle private chat mode on/off. 55 F8 - Toggle private chat mode on/off.
51 F9 - Quit. 56 F9 - Quit.
61 public. Private chat mode is indicated by "username>" 66 public. Private chat mode is indicated by "username>"
62 on the input line. 67 on the input line.
63 68
64 /ignore [user] - Toggle user to/from ignore. "/ignore" without specified 69 /ignore [user] - Toggle user to/from ignore. "/ignore" without specified
65 username will list users currently on the ignore list. 70 username will list users currently on the ignore list.
66 When ignore mode is ENABLED (via function key F4), 71 When ignore mode is ENABLED (via function key F5),
67 no messages or actions from users on the list will be 72 no messages or actions from users on the list will be
68 displayed. However, they will go into log file, if 73 displayed. However, they will go into log file, if
69 logging is active. 74 logging is active.
70 75
71 /color <color> - Changes your current user color visible to OTHER people 76 /color <color> - Changes your current user color visible to OTHER people