home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 35 Internet / 35-Internet.zip / ezirc12o.zip / install.zip / alias / ezirc.als < prev    next >
Text File  |  1997-12-26  |  2KB  |  45 lines

  1. : This the the scripts file for ALIAS commands.
  2. :
  3. : Format for commands is: commandfile.cmd command
  4. :
  5. : do not list the / on the command.  ie to do a rose to a nick, you would
  6. : type '/rose nick'. But in this file, you only list 'rose.cmd rose'. The /
  7. : on the command it assumed.
  8. :
  9. : Data passed to the scripts, is WINDOW NICK STR2
  10. : You can use this info, or ignore it. IE in greet, it just does a
  11. : '/me is etc.' While the ROSE.cmd uses the NICK to return a msg of.
  12. : '/me gives '||nick||' a @}------%---------. '||str2  with the str2 being
  13. : added to the end of the line. So a '/rose climbn For such a nice guy.'
  14. : Would become:
  15. : yournick gives climbn a @}------%---------. For such a nice guy.
  16. :
  17. : Play around with it, you can use ALIAS commands to speed thing that you
  18. : commonly type. Enjoy the included alias commands. (Remember to customise
  19. : those that need it.
  20.  
  21. : Scripts that need editing.
  22. : Send your greeting line.
  23. greet.cmd greet
  24.  
  25. : Scripts that do not need any editing to use.
  26. :Send a rose to someone
  27. rose.cmd rose
  28. :Buy a beer for someone
  29. beer.cmd beer
  30. :send a ctcp sound command to another user or to a channel
  31. sound.cmd sound
  32. :short form for /join
  33. j.cmd j
  34. : TYPE_IT.CMD will type any file you place in the same dir with the
  35. : extension of .txt    Just create any files you want to be able to
  36. : type at a moments notice, then to use it type   /type filename
  37. : the script will automatically append the extension.
  38. : ie for file MESSAGE.TXT, you would type   /type message
  39. type_it.cmd type
  40. : To Kick Someone (note you have to be an OPerator to use it)
  41. kickhim.cmd kickhim
  42. : Mass-Invite, invite a group of your friends to a channel.
  43. : NOTE: EDIT BEFORE USE
  44. massinv.cmd massinv
  45.