home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 35 Internet / 35-Internet.zip / ircii30.zip / script / channel < prev    next >
Text File  |  1994-07-30  |  142b  |  7 lines

  1. # Channel alias, makes channel a part-and-join command.
  2. #
  3. alias channel {
  4.     if (([#]==[$[1]C]) || ([&] == [$[1]C])) {part $C}
  5.     join $*
  6. }
  7.