diff options
author | Valentin Batz <senneth@irssi.org> | 2004-09-16 11:46:33 +0000 |
---|---|---|
committer | senneth <senneth@dbcabf3a-b0e7-0310-adc4-f8d773084564> | 2004-09-16 11:46:33 +0000 |
commit | ddc37ac5b22f95dd9f3738c832bffdc7b6faf0ee (patch) | |
tree | a654b68712632e07a272d5843b716da15e631a00 /docs | |
parent | c9d21e78072066f705950676673da2e9eb48d55a (diff) | |
download | irssi-ddc37ac5b22f95dd9f3738c832bffdc7b6faf0ee.zip |
Updated help for recode
git-svn-id: http://svn.irssi.org/repos/irssi/trunk@3302 dbcabf3a-b0e7-0310-adc4-f8d773084564
Diffstat (limited to 'docs')
-rw-r--r-- | docs/help/in/recode.in | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/docs/help/in/recode.in b/docs/help/in/recode.in index 2b452d82..c193b21c 100644 --- a/docs/help/in/recode.in +++ b/docs/help/in/recode.in @@ -27,9 +27,9 @@ Examples: /SET recode_fallback <charset> to set the fallback charset for incoming events -This charset will be used if a conversion with -the defined charset(/recode add) fails, and if no -charset for the target(query or channel) is defined at all. +This charset will be used when a conversion to +the defined charset(/recode add) fails or if the +charset for the target(query or channel) is not set. /SET recode_out_default_charset <charset> to set the global outgoing charset |