# HG changeset patch # User Matti Hamalainen # Date 1205978463 0 # Node ID dba89c48ce02b6f6bad14abbb3eceedec7b26daf # Parent 526ba3b578d73d56962bd9ccb7184d6bc4c02efa Updated readme. diff -r 526ba3b578d7 -r dba89c48ce02 README --- a/README Thu Mar 20 01:08:01 2008 +0000 +++ b/README Thu Mar 20 02:01:03 2008 +0000 @@ -1,12 +1,59 @@ NNChat - extremely simple NN chat applet compatible client ========================================================== -Written and designed by Matti 'ccr' Hämäläinen -(C) Copyright 2008 Tecnic Software productions (TNSP) +Written and designed by Anonymous Finnish Guy (C) Copyright 2008 + + +Distributed under DWETFYWTPL (Do What Ever The Fuck You Want +To Public License), see file COPYING for more information. + + +What is this? +------------- +A extremely simple telnet-style client compatible with NewbieNudes.com +chatroom protocol. There is practically no user interface, the lines +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. + + +Usage +----- +See the help, 'nnchat --help' for options. By default it connects +to the Members Only chat (port 8005). By using other ports (option -p) +you can connect to Passion Pit (8003) and free for all (8002) chats. + +Connect as registered user to members only chat: +> nnchat -v username password + +Connect as guest to free for all main chat: +> nnchat -v -p 8002 AnonymousAndy "" -Some interesting codes +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: + + huge big text --,--'<@ @@ -16,3 +63,10 @@ bold italic + + +Notice that you have to prefix the line with '@' to send unescaped text, for +example: + +@hello everyone! +