diff options
author | Valentin Batz <senneth@irssi.org> | 2004-12-20 13:59:15 +0000 |
---|---|---|
committer | vb <vb@dbcabf3a-b0e7-0310-adc4-f8d773084564> | 2004-12-20 13:59:15 +0000 |
commit | 7be7dd374c23054f379fdf8361b31d3f658953c0 (patch) | |
tree | 525c6f344817828c6a6aab58333f85d5c1b1458e /docs/help/in/recode.in | |
parent | 5f81451df63acf5a809b5a551bc1b1e3e63ccfa0 (diff) | |
download | irssi-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/recode.in')
-rw-r--r-- | docs/help/in/recode.in | 8 |
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 + |