1!	 $Id: sendline,v 1.3 2002-02-19 19:43:28 f Exp $
2!
3! Copyright (c) 1990-2001  Michael Sandrof, Troy Rollo, Matthew Green,
4! and other ircII contributors.
5!
6! All rights reserved.  See the HELP SCROLLZ COPYRIGHT file for more
7! information.
8!
9Usage: SENDLINE <line of text>
10  SENDLINE will send a line to the client EXACTLY as though you had
11  typed it at the command line.  However, unlike TYPE it is not
12  displayed in the command line.  All alias expansion or command
13  processing is done after it's sent as it normally would be when you
14  send a line with RETURN.  It can be used with ON ^INPUT
15  if you're extremely careful.
16
17See Also:
18  ON INPUT
19  SET INPUT_PROTECTION
20