# HG changeset patch # User ccr@tnsp.org # Date 1290045181 -7200 # Node ID ec1ffa2043ec7554a13372f84ae0e0861b34d0cd # Parent 5ef630818befe17bc4b89c5a9790dfa3f3025071 Updates. diff -r 5ef630818bef -r ec1ffa2043ec README.txt --- 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" + 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.