1# $EPIC: say,v 1.4 2001/05/07 15:48:41 jnelson Exp $
2Synopsis:
3   say <text>
4
5Description:
6   This command sends a message to the current window's current channel.
7   This is useful when you want to send a message to the current channel
8   of a window that has a QUERY active.
9
10   This is the command that you would use an a BIND, ALIAS, ON, or other
11   commands to send a message to the current channel.
12
13   The SEND command sends a message to the current target, which may
14   be different than the current channel!
15
16   SAY can only send a message to the current channel of a window.  To
17   send a message to a non-current channel, either use the MSG command,
18   or use the SWITCH_CHANNELS key binding to make the desired channel
19   the current channel.
20
21Examples:
22   To send a message to the current channel:
23      /say hello all!
24
25   To someone else on irc, your message may appear like this:
26      <your_nick> hello all!
27
28   To you, your message may appear like this:
29      > hello all!
30
31See Also:
32   msg(1); send(5);
33