mirror of
https://github.com/irssi/irssi.git
synced 2026-08-10 20:33:46 +02:00
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:
parent
5f81451df6
commit
7be7dd374c
13 changed files with 64 additions and 45 deletions
|
|
@ -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
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue