1# $EPIC: raw,v 1.3 2001/05/08 23:23:29 jnelson Exp $
2Synopsis:
3   dcc raw <fd> <host> <message>
4
5Description:
6   The DCC RAW command implements the underlying functionality for the
7   MSG =<fd> <message> command.  You should prefer to use MSG instead
8   because you do not then have to keep track of the hostname.
9
10   The <fd> must be the value previously returned by the $connect() function,
11   or $1 from /ON DCC_RAW "% % N %", or $2 from /ON DCC_CONNECT "% RAW % %"
12
13   The <host> must be the first argument you passed to the $connect() function,
14   or $0 from /ON DCC_RAW "% % N %", or $0 from /ON DCC_CONNECT "% RAW % %".
15
16   It is just easier to use /MSG =<fd>.
17
18Examples:
19   To send a message to blah.foo.com over an existing raw DCC connection:
20      /dcc raw 6 blah.foo.com This is a sample message.
21   or even simpler:
22      /msg =6 This is a sample message.
23
24See Also:
25   connect(6); listen(6); on(5) dcc_raw
26
27