home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #20 / NN_1992_20.iso / spool / alt / irc / 3112 < prev    next >
Encoding:
Text File  |  1992-09-15  |  684 b   |  23 lines

  1. Newsgroups: alt.irc
  2. Path: sparky!uunet!cs.utexas.edu!torn!csd.unb.ca!a8jb
  3. From: a8jb@jupiter.sun.csd.unb.ca (G. Youssef EE)
  4. Subject: Re: question about /ON
  5. Message-ID: <1992Sep15.180231.13423@jupiter.sun.csd.unb.ca>
  6. Organization: University of New Brunswick
  7. References: <OWHITE.92Sep14163253@zeste.nmsu.edu>
  8. Distribution: alt
  9. Date: Tue, 15 Sep 1992 18:02:31 GMT
  10. Lines: 11
  11.  
  12. In article <OWHITE.92Sep14163253@zeste.nmsu.edu> owhite@nmsu.edu (smouldering dog) writes:
  13.  
  14. >why does the /ON command change the output of /SEND?
  15. >if I type in 
  16. >/ON MSG * /SEND send a message
  17.  
  18. To prevent infinite loops within your script.  A solution is to use this:
  19.  
  20. /on msg "* *" /exec -out $C $1- 
  21.  
  22. Wizard
  23.