changeset 18:150d3d7d6aac

Updated.
author Matti Hamalainen <ccr@tnsp.org>
date Tue, 25 Mar 2008 00:08:00 +0000
parents 19b2cbc91c2a
children e80072e26178
files README
diffstat 1 files changed, 1 insertions(+), 42 deletions(-) [+]
line wrap: on
line diff
--- a/README	Mon Mar 24 20:04:00 2008 +0000
+++ b/README	Tue Mar 25 00:08:00 2008 +0000
@@ -14,18 +14,7 @@
 you type will be sent to the chat when you press enter (empty lines
 won't be sent).
 
-Lines prefixed with '@' will be sent "raw", see the end of this document
-for what you can do with it...
-
-
-!!! BIG FAT WARNING !!!
------------------------
-The moderators of NN and site operators apparently don't like this kind
-of "disruption", like this client enables you to do. I got banned from
-the chat and also gained an infectuous IP-ban ...
-
-
-If you get yourself banned for using this client, well -- you were warned.
+Lines prefixed with '@' will be sent "raw".
 
 
 Usage
@@ -40,33 +29,3 @@
 Connect as guest to free for all main chat:
 > nnchat -v -p 8002 AnonymousAndy ""
 
-
-
-Some interesting notes
-----------------------
-Because this client is capable of sending unescaped ("raw") text to the
-server, and because the server and original client itself do not perform
-any kind of input sanitization, you can do some interesting things ...
-
-The Flash-based chat uses Flash-plugin's simple HTML-rendering features
-for the main window. Thus few HTML codes are supported and can be used
-arbitrarily to format the text - you can change the font size and colours,
-etc. Some examples of working tags:
-
-
-<font size='20'>huge big text</font>
-
-<b><font color='#00FF00'>--,--'</font><font color='#FF0000'>&lt;@</font></b>
-
-<u>underlined</u>
-
-<b>bold</b>
-
-<i>italic</i>
-
-
-Notice that you have to prefix the line with '@' to send unescaped text, for
-example:
-
-@hello <u>everyone</u>!
-