
o Internet Relay Chat (IRC) 
	
tinyirc V1.1 mini client.


	# irc [nick] [server] [port]


o Usage

    /SERVER server	connect to server

    /LIST               Lists all current irc channels, number of
                        users, and topic.
    /NAMES              Shows the nicknames of all users on each
                        channel
    /JOIN <channel>     Join the named channel.  All non-commands
                        you type will now go to everyone on that
                        channel
    /MSG <nick> <msg>   Sends a private message to the specified
                        person.  Only the specified nickname will
                        see this message.
    /NICK               Change your nickname
    /QUIT               Exits irc.
    /HELP <topic>       Gets help on all IRCII commands.
    /WHO <channel>      Shows who is on a given channel,
                        including nickname, user name and host,
                        and realname.
    /WHOIS <nick>       Shows the "true" indentity of someone
                        Use this often to make sure you know who
                        you are talking to, because nicknames are
                        NOT owned so any number of people could
                        use a nickname.
