README 1.1 KB

123456789101112131415161718192021222324252627282930313233
  1. README - LostIRC
  2. ----------------
  3. LostIRC is a simple, yet very useful IRC client. It has features such as
  4. tab-autocompletion, multiple server support, automatic joining of
  5. servers/channels, logging and DCC sending which should cover the needs of
  6. most people. Another goal that the application has in mind, is 100% keyboard
  7. controlability. It was written using the gtkmm GUI library.
  8. LostIRC is licensed under the GPL. See included COPYING file.
  9. If it has your interest, there's an IRC channel for LostIRC where you can
  10. get help/support or just a small chat on irc.freenode.net, #lostirc.
  11. You can also subscribe to LostIRC mailing lists:
  12. * lostirc-users <Lostirc-users@lists.sourceforge.net>: for any
  13. help/support with LostIRC usage.
  14. * lostirc-devel <lostirc-devel@lists.sourceforge.net>: for development
  15. informations/contribution
  16. INSTALLATION
  17. ------------
  18. See included INSTALL file.
  19. HELP
  20. ----
  21. If you have any questions, please do not hesitate to write me an e-mail.
  22. If you're a C++ programmer and have any suggestions/patches for the code,
  23. then that would be highly appreciated as well.
  24. - Morten Brix Pedersen <morten@wtf.dk>