view README @ 43:40ba8cdcf03a

Cleanups, added a silly morse code conversion mode.
author Matti Hamalainen <ccr@tnsp.org>
date Mon, 27 Oct 2008 01:00:49 +0200
parents cfbdd75946f4
children dfe6b835a745
line wrap: on
line source

NNChat - extremely simple NN chat applet compatible client
==========================================================
Written and designed by Matti 'ccr' Hämäläinen (C) Copyright 2008 TNSP


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".


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 ""


Installation
------------
NNChat requires ncurses library.

1) Edit Makefile (optional)

2) make / gmake

3) ./nnchat --help