Added <tag>/<target> support for recode.

git-svn-id: http://svn.irssi.org/repos/irssi/trunk@3692 dbcabf3a-b0e7-0310-adc4-f8d773084564
This commit is contained in:
Valentin Batz 2004-12-20 13:59:15 +00:00 committed by vb
commit 7be7dd374c
13 changed files with 64 additions and 45 deletions

View file

@ -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