home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 35 Internet / 35-Internet.zip / ezirc12o.zip / install.zip / alias / massinv.cmd < prev    next >
OS/2 REXX Batch file  |  1997-12-26  |  517b  |  13 lines

  1. /* massinv.CMD */
  2.  
  3. return /* remove this line to make this work */
  4.  
  5. /* This script is for LOCAL alias scripting.                   */
  6. /* invites multiple people, note the |  seperates lines        */
  7. /* use is as:  massinv                                         */
  8. /* channel will be gotten from the current channel             */
  9. parse arg window channel restofline
  10.         str = '/invite noname '||channel||'|/invite debb '||channel||'|/invite climbn '||channel||'|/invite zmaro '||channel
  11. return str
  12.  
  13.