changeset 200:ec1ffa2043ec

Updates.
author ccr@tnsp.org
date Thu, 18 Nov 2010 03:53:01 +0200
parents 5ef630818bef
children f7b571debd81
files README.txt
diffstat 1 files changed, 8 insertions(+), 3 deletions(-) [+]
line wrap: on
line diff
--- a/README.txt	Thu Nov 18 01:27:03 2010 +0200
+++ b/README.txt	Thu Nov 18 03:53:01 2010 +0200
@@ -1,7 +1,7 @@
 NNChat - extremely simple NN chat applet compatible client
 ==========================================================
-Written and designed by Matti 'ccr' Hämäläinen
-(C) Copyright 2008-2010 TNSP
+Written and designed by Anonymous Finnish Guy
+(C) Copyright 2008-2010 Anonymous Finnish Guy
 
 
 Distributed under DWETFYWTPL (Do What Ever The Fuck You Want
@@ -44,6 +44,11 @@
 del               - Delete one character at cursor position.
 backspace         - Delete one character left to the cursor position.
 
+tab(ulator)       - Try to complete a username. For example "an<tab>"
+                    would check the userlist for usernames beginning with
+                    "an" and replace this with the first match. Subsequent
+                    tab-keypresses will "cycle" around other matches.
+
 F2                - Clear current edit buffer.
 F5                - Toggle ignore mode on/off.
 F7                - Clear current PRV target, if any.
@@ -63,7 +68,7 @@
 
 /ignore [user]    - Toggle user to/from ignore. "/ignore" without specified
                     username will list users currently on the ignore list.
-                    When ignore mode is ENABLED (via function key F4),
+                    When ignore mode is ENABLED (via function key F5),
                     no messages or actions from users on the list will be
                     displayed. However, they will go into log file, if
                     logging is active.