1
0
mirror of https://github.com/irssi/irssi.git synced 2024-07-21 03:14:16 -04:00

Document command syntax.

git-svn-id: file:///var/www/svn.irssi.org/SVN/irssi/trunk@4955 dbcabf3a-b0e7-0310-adc4-f8d773084564
This commit is contained in:
Emanuele Giaquinta 2008-12-08 16:55:29 +00:00 committed by exg
parent 770c906a1c
commit 8a5aa22ed8

View File

@ -20,7 +20,7 @@
11. Logging
( not written yet: )
12. Aliases
12. Commands
13. Themes
14. Last log (currently text version only)
15. Nick and word completion
@ -977,6 +977,19 @@ If <color> is a
You can disable this feature by setting awaylog_level to NONE.
12. Commands
Any char in the `cmdchars' setting can begin a command. The
syntax for a command is the following:
<CMDCHAR>[<CMDCHAR>][^]<DATA>
If <CMDCHAR> is repeated two times, alias expansion is
disabled, enabled otherwise. If `^' is present, command output
is disabled. If <DATA> begins with a space, command lookup is
inhibited and the data is sent to the active window item
(useful to send a line that begins with <CMDCHAR>).
16. Recode
irssi supports selective encoding of incoming/outgoing messages