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