diff options
author | Jilles Tjoelker <jilles@irssi.org> | 2007-07-26 14:41:35 +0000 |
---|---|---|
committer | jilles <jilles@dbcabf3a-b0e7-0310-adc4-f8d773084564> | 2007-07-26 14:41:35 +0000 |
commit | 21dee7014137dd5f83954b00e374ca626849b7c1 (patch) | |
tree | fed523d59502112b4447d00b342df45dc074d8cc /docs | |
parent | 38234003909143a08d5b6cc56dab9bd47908d311 (diff) | |
download | irssi-21dee7014137dd5f83954b00e374ca626849b7c1.zip |
Add Command/Server redirections section, mostly a
reference to perl.txt's description.
git-svn-id: http://svn.irssi.org/repos/irssi/trunk@4587 dbcabf3a-b0e7-0310-adc4-f8d773084564
Diffstat (limited to 'docs')
-rw-r--r-- | docs/manual.txt | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/docs/manual.txt b/docs/manual.txt index a8380878..2e2487a4 100644 --- a/docs/manual.txt +++ b/docs/manual.txt @@ -486,9 +486,12 @@ with /RECONNECT <n>. /RECONNECT without any arguments will disconnect from the active server and reconnect back immediately. - 5.6 Command redirections + 5.6 Server redirections - FIXME + Getting replies matched to IRC commands can be quite complicated. + Server redirection allow this in a relatively easy way. They are + used internally and are available to scripts; see Server redirections + in perl.txt for details. 5.7 Server idle command queue |