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

  1. # prefix each message with the channel name 
  2. on ^public * echo $1 <$0> $2-
  3. on ^public_other * echo $1 <$0> $2-
  4. on ^public_msg * echo $1 \($0) $2-
  5. on ^send_public * echo $C <$N> $1-
  6. set input_prompt $T> 
  7. # lynx90
  8.