diff options
author | Sebastien Helleu <flashcode@flashtux.org> | 2007-07-12 15:00:45 +0000 |
---|---|---|
committer | Sebastien Helleu <flashcode@flashtux.org> | 2007-07-12 15:00:45 +0000 |
commit | 241f70f869c9d04ad13fdaa8b53ba57067426e8b (patch) | |
tree | 84c615ab66fb2b90eeabefcf7360fe9eb3db63ee /doc/de/config.xml | |
parent | 9d5ef17bd66a91b8023e428e316d039e31f5f858 (diff) | |
download | weechat-241f70f869c9d04ad13fdaa8b53ba57067426e8b.zip |
Fixed bugs with IRC color in messages, now color codes are inserted in command line with ^Cc,^Cb,.. instead of %C,%B,.. (bug #20222, task #7060)
Diffstat (limited to 'doc/de/config.xml')
-rw-r--r-- | doc/de/config.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/de/config.xml b/doc/de/config.xml index 704a27e2f..7c0c4349f 100644 --- a/doc/de/config.xml +++ b/doc/de/config.xml @@ -955,7 +955,7 @@ <entry>Boolean</entry> <entry>eine beliebige Zeichenfolge</entry> <entry>'on'</entry> - <entry>Erlaube Benutzern, spezielle Codes zu versenden (%B=fett, %Cxx,yy=Farbe, %U=unterstrichen, %R=reverse/umgekehrt)</entry> + <entry>Allow user to send colors with special codes (^Cb=bold, ^Ccxx=color, ^Ccxx,yy=color+background, ^Cu=underline, ^Cr=reverse)</entry> </row> <row> <entry><option>irc_send_unknown_commands</option></entry> |