diff options
author | Timo Sirainen <cras@irssi.org> | 2001-10-01 08:20:38 +0000 |
---|---|---|
committer | cras <cras@dbcabf3a-b0e7-0310-adc4-f8d773084564> | 2001-10-01 08:20:38 +0000 |
commit | 6c2480b44f453961204ff28b5571c07a80c55e3b (patch) | |
tree | f07f4906ad86d3e6c190c7923714bd0134b47c51 /docs | |
parent | de0ab101451106198302bcededa7b562b511a124 (diff) | |
download | irssi-6c2480b44f453961204ff28b5571c07a80c55e3b.zip |
/HELP say by peter@catslair.demon.nl
git-svn-id: http://svn.irssi.org/repos/irssi/trunk@1816 dbcabf3a-b0e7-0310-adc4-f8d773084564
Diffstat (limited to 'docs')
-rw-r--r-- | docs/help/in/say.in | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/docs/help/in/say.in b/docs/help/in/say.in new file mode 100644 index 00000000..6997743d --- /dev/null +++ b/docs/help/in/say.in @@ -0,0 +1,11 @@ + +SAY <message> +(alias for "/MSG *") + +The actual command used to put <message> into the current channel. A very +useful command if you need aliases for often used phrases. + +For example: /alias brb say I'm off for a while, be right back. + +This would allow you to use /brb to put the "I'm off*" into the channel. + |