summaryrefslogtreecommitdiff
path: root/docs/help/in
diff options
context:
space:
mode:
authorValentin Batz <senneth@irssi.org>2004-12-20 13:59:15 +0000
committervb <vb@dbcabf3a-b0e7-0310-adc4-f8d773084564>2004-12-20 13:59:15 +0000
commit7be7dd374c23054f379fdf8361b31d3f658953c0 (patch)
tree525c6f344817828c6a6aab58333f85d5c1b1458e /docs/help/in
parent5f81451df63acf5a809b5a551bc1b1e3e63ccfa0 (diff)
downloadirssi-7be7dd374c23054f379fdf8361b31d3f658953c0.zip
Added <tag>/<target> support for recode.
git-svn-id: http://svn.irssi.org/repos/irssi/trunk@3692 dbcabf3a-b0e7-0310-adc4-f8d773084564
Diffstat (limited to 'docs/help/in')
-rw-r--r--docs/help/in/recode.in8
1 files changed, 6 insertions, 2 deletions
diff --git a/docs/help/in/recode.in b/docs/help/in/recode.in
index 4fdfa202..60fc41dc 100644
--- a/docs/help/in/recode.in
+++ b/docs/help/in/recode.in
@@ -4,9 +4,11 @@
RECODE
%|List the conversion database
-RECODE ADD %|[<target>] <charset>
+RECODE ADD %|[[<tag>/]<target>] <charset>
%|Add an entry to the conversion database (if target is omitted,
- the current channel or query will be used)
+ the current channel or query will be used). You can specify the
+ <tag> to have different charsets for the same <target> for
+ different networks.
RECODE REMOVE %|[<target>]
%|Remove an entry from the conversion database (if target is
@@ -46,3 +48,5 @@ You can enable it per target by adding //TRANSLIT to the <charset>
Hint: <charset> can be almost everything listed by 'iconv -l'
+See also: NETWORK
+