summaryrefslogtreecommitdiff
path: root/docs/manual.txt
diff options
context:
space:
mode:
authorEmanuele Giaquinta <exg@irssi.org>2008-12-08 16:55:29 +0000
committerexg <exg@dbcabf3a-b0e7-0310-adc4-f8d773084564>2008-12-08 16:55:29 +0000
commit8a5aa22ed82ea33cc51758b11008a4f8a53a5857 (patch)
tree4922a7d5c72004c0d6b961d807926be6a30549b2 /docs/manual.txt
parent770c906a1c9495fff5016477871299c4a0dfdf97 (diff)
downloadirssi-8a5aa22ed82ea33cc51758b11008a4f8a53a5857.zip
Document command syntax.
git-svn-id: file:///var/www/svn.irssi.org/SVN/irssi/trunk@4955 dbcabf3a-b0e7-0310-adc4-f8d773084564
Diffstat (limited to 'docs/manual.txt')
-rw-r--r--docs/manual.txt15
1 files changed, 14 insertions, 1 deletions
diff --git a/docs/manual.txt b/docs/manual.txt
index 7d16463b..43d77550 100644
--- a/docs/manual.txt
+++ b/docs/manual.txt
@@ -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