home *** CD-ROM | disk | FTP | other *** search
/ The Datafile PD-CD 5 / DATAFILE_PDCD5.iso / utilities / i / ichat / !Help next >
Text File  |  1997-02-23  |  4KB  |  111 lines

  1. Name    : !iChat
  2. Purpose : IRC Client for RISC OS
  3. Author  : © T.Lawton/ARMageddon Systems 1997
  4. Version : 0.38
  5.  
  6. Introduction
  7. ~~~~~~~~~~~~
  8.     This was written partly as a programming exercise and partly because
  9. I just was so fed up with IRClient crashing. I'm hoping it will become a good
  10. IRC client, not as powerful or configurable as IRClient but hopefully more
  11. aesthetically pleasing and usable.
  12.     This is not yet a completed program. Parts are missing etc but
  13. hopefully they will be added soon. Sections of program are generally written
  14. as and when I find a need for them (selfish, huh? :) )
  15.     This client is partially mIRC compatible in that it displays colours,
  16. underlines, bold correctly. You can now see channels as vibrant as they
  17. should be, and as most PC users see them. Sounds have also been added but
  18. they require converting before use.
  19.  
  20.  
  21. Use
  22. ~~~
  23.     I haven't the time to write a full help file (it's 6am, I'm
  24. tired) but..
  25.     
  26.     Start by clicking on the icon to open the 'Connect' window. The
  27. settings within should be altered, and can be saved for later use. Click on
  28. 'connect' to connect.
  29.  
  30.  
  31. Sounds
  32. ~~~~~~
  33.     iChat supports CTCP sound requests, in a limited fashion. It uses the
  34. 'PlaySample' module from SoundCon, written by Rick Hudson. Either SoundCon or
  35. the module must be loaded to play sounds. The sounds should be placed in the
  36. 'Sounds' directory within iChat with names truncated to fit if necessary eg
  37. the file 'bigsound.wav' would be there as 'bigsound/w'. They must have been
  38. converted (SoundCon can do this) to Armadeus format before use or there will
  39. be problems.
  40.  
  41. SoundCon is available from:
  42.  ftp://ftp.demon.co.uk/pub/acorn/sound/
  43.  ftp://micros.hensa.ac.uk/micros/arch/riscos/d/d044/
  44.  
  45.  
  46. Commands
  47. ~~~~~~~~
  48.  
  49. /PING <nick>          - Pings the person
  50. /ME <text>           - for actions eg '/me smiles'
  51. /JOIN <channel>      - join the channel
  52. /PART <channel>      - leave the channel
  53. /LEAVE <channel>     - leave the channel
  54. /QUIT <message>      - disconnect from IRC, and leave a message
  55. /MSG <nick> <text>    - send a private message to someone
  56. /NICK <new nick>    - change your nickname
  57. /QUERY <nick>        - opens a window to talk to someone privately
  58. /WHOIS <nick>        - gives information about someone
  59. /KICK <nick>        - kick someone from the current channel
  60. /LIST <specifier>    - lists channels matching specifier
  61. /FINGER <nick>        - gives some information about the user
  62. /SOUND <filename>    - plays the sound, if available, to the channel
  63. /CTCP <nick> <command>    - transmits a CTCP command to someone
  64. /QUOTE            _ send text direct to the server (if you know what
  65. /RAW              you're doing
  66.  
  67.  
  68. To add
  69. ~~~~~~
  70.     Various commands/server responses must be understood
  71.     channel modes should be displayed
  72.     much tidying up
  73.     display needs coding in assembler - too slow
  74.     much more...
  75.  
  76. Legal Bits
  77. ~~~~~~~~~~
  78.     iChat is 'RegisterWare'. It's totally free to use, so long as you
  79. simply send me a message to tell me you're using it. The copyright remains
  80. mine at all times but feel free to distribute it so long as all files are in
  81. their original state and all files are included.
  82.     
  83.     The author, and ARMageddon Systems, do not accept responsibility for
  84. any damage or loss caused by iChat.
  85.  
  86.  
  87.      Send ideas/registrations to:
  88.       tlawton@docnet.org.uk
  89.       
  90.      I would also be grateful for any ideas/bug reports/anything else..
  91.  
  92.  
  93. Thanks to
  94. ~~~~~~~~~
  95.  
  96. All of #coolbreeze on DALnet - for being the friendliest channel on the net
  97.  
  98. Jonathan Potts - for constantly whingeing about Sian
  99.  
  100. Peter Wightman - for keeping me up-to-date on the world's non-events
  101.  
  102. Lucy Ficenec and Helen Mason - for stepping in at the last minute
  103.  
  104. Julien Levi - for not stepping out
  105.  
  106. Nick De Pennington - for being a complete rowing god
  107.  
  108. Nick London - for being a wonderful coach
  109.  
  110. Chris 'Hippy Happy' Hardy - for being a nutter
  111.