================================
  zsIRC - IRC-client for the Pocket PC
================================

--------------------
1. Revision history
----------------------------------------

- 2007. 03. 03.
  * Fixed: Added option for offscreen buffering - read .ini for details!!
  * Fixed: ACTION in query windows

- 2007. 02. 27.
  * Fixed: Flickering
  * Fixed: ForegroundColor didn't work
  * Added: Codepage parameter in .ini

- 2007. 02. 10.
  * Fixed: Removed silly deprecated VERSION reply
  * Fixed: Resolving code was broke with IP-s
  * Added: ForegroundColor parameter in .ini (DOH!)
  * Added: StripColorCodes parameter in .ini

- 2006. 10. 28.
  * Fixed: Bad logging format
  * Fixed: Space delimiting
  * Added: PassCommandsRaw parameter in .ini
  * Added: Ctrl-enter disregards leading slash
  * Added: WHOWAS reply

- 2006. 09. 09.
  * Fixed: Forced disconnect broke reconnect
  * Fixed: Cut/copy to clipboard (sheesh)
  * Added: Temporary copy solution - click on a line to copy
    the entire line to clipboard (I know, not perfect, but
    this is the most I can provide right now)

- 2006. 07. 23.
  * Fixed: Multi-line /names.
  * Fixed: Weird crashbug on disconnect.
  * Fixed: Empty notices (--)
  * Fixed: Moving down in the buffer preserves previous line
  * Fixed: Linebreak after session closed in logs
  * Fixed: double popup of context-menus
  * Fixed: Editbox didnt adapt to rotation
  * Added: /invite
  * Added: Nick-complete on TAB
  * Added: stuff ;)

- 2006. 07. 20.
  * Fixed: Word-wrap bug that caused zsIRC to hang up completely
  * Fixed: Bug in settings loader caused server name to reset
  * Fixed: Autoconnect didn't work (jeez)
  * Fixed: Empty notify list didn't compute (JEEZ)
  * Added: Support for BACK button on Smartphones
    (Please test/try this and report to the forum, I only have one device)

- 2006. 07. 12.
  * Fixed: Weird JOIN's without delimiting colon
  * Fixed: Much better wordwrap
  * Added: Multi-line paste
  * Added: Notify list

- 2006. 07. 07.
  * Added: Rewrote setting system, added /set
  * Fixed: Fixed the networking
  * Fixed: Timestamp parsing
  * Fixed: Nickchange made user lose op/voice
  * Added: Version info to about + introductory text
  * Added: Update check + homepage link
  * Added: Autoconnect
  * Added: Server password
  * Added: Option to close windows or rejoin 

- 2006. 06. 13.
  * First public beta.

--------------------
2. Terms of use
----------------------------------------

zsIRC is a freeware program, copyright of Gergely Szelei.

You can use and distribute it freely as long as you wish.
(I don't see what else would you want to do with it...)
Normally it's also pointed out that not nice to use it commercially,
but sheesh, if your job requires IRC, feel free to do it - it's your loss anyway.

(To disambiguate some false conclusions:
 The above means that zsIRC IS free for commercial use,
 but I seriously can't imagine a situation
 where it would be needed...)

zsIRC is provided "as-is" - no warranty of any kind is expressed or implied.

--------------------
3. Requirements
----------------------------------------

- A Pocket PC with
  - Windows Mobile 2003
  - 200k data space
  - some ~1MB of memory

The app was tested on a HP iPAQ hx2400.

--------------------
4. Commands
----------------------------------------

zsIRC has the usual "/cmd" command syntax.

  /server <server> [port]
    Connects to a server.
  
  /raw <command>
    Sends a raw command to the IRC server.

  /join <channel> [password]
  /j <channel> [password]
    Joins a channel

  /query <user>
    Opens a query window to a given user

  /nick <new nick>
    Changes your nick

  /me <message>
    Uh... hard to describe, you should know it already.

  /mode [channel] <...>
    Same here. The typical /mode command

  /part [channel] [message]
    Leaves a channel. if you don't specify a channel, it leaves the active one.

  /whois <user>
    Useless data about a given user

  /msg <user/channel> <message>
    Sends a simple message

  /quit <message>
    Waves goodbye to the server.

  /set <option> <value>
    Sets a new value for an internal zsIRC option.
    For the list of options, see zsIRC.ini.

  /notify <user>
  /unnotify <user>
    Add/remove user to/from notify list.

  /invite <user> <channel>
    Invites user to the channel

There might be some more commands, but you shouldn't care about those. Heh heh.

--------------------
5. Contacts
----------------------------------------
Download the latest version of zsIRC at

    http://umlaut.                                                                                                                                                                                                            