diff options
author | Sebastien Helleu <flashcode@flashtux.org> | 2013-12-07 22:38:58 +0100 |
---|---|---|
committer | Sebastien Helleu <flashcode@flashtux.org> | 2013-12-07 22:38:58 +0100 |
commit | c832116caeb2d001bc9c765a59c1053e3ad1cc9d (patch) | |
tree | a7451f731da623d5217bfed738a436ad7817e38b /doc/de | |
parent | 1aeeecb82d473a23737191bfd18c3cb6239d06f7 (diff) | |
download | weechat-c832116caeb2d001bc9c765a59c1053e3ad1cc9d.zip |
irc: rename option irc.look.ban_mask_default to irc.network.ban_mask_default
Diffstat (limited to 'doc/de')
-rw-r--r-- | doc/de/autogen/user/irc_options.txt | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/doc/de/autogen/user/irc_options.txt b/doc/de/autogen/user/irc_options.txt index 7452e8321..072af1372 100644 --- a/doc/de/autogen/user/irc_options.txt +++ b/doc/de/autogen/user/irc_options.txt @@ -63,11 +63,6 @@ ** Typ: Farbe ** Werte: ein Farbname für WeeChat (default, black, (dark)gray, white, (light)red, (light)green, brown, yellow, (light)blue, (light)magenta, (light)cyan), eine Terminal-Farbnummer oder ein Alias; Attribute können vor eine Farbe gesetzt werden (gilt ausschließlich für die Textfarbe und nicht für den Hintergrund): "*" für fett, "!" für invertiert, "/" für kursiv, "_" für unterstrichen (Standardwert: `darkgray`) -* [[option_irc.look.ban_mask_default]] *irc.look.ban_mask_default* -** Beschreibung: `default ban mask for commands /ban, /unban and /kickban; variables $nick, $user and $host are replaced by their values (extracted from "nick!user@host"); this default mask is used only if WeeChat knows the host for the nick` -** Typ: Zeichenkette -** Werte: beliebige Zeichenkette (Standardwert: `"*!$user@$host"`) - * [[option_irc.look.buffer_switch_autojoin]] *irc.look.buffer_switch_autojoin* ** Beschreibung: `wechselt automatisch zum Channel-Buffer falls dieser automatisch betreten wurde (mittels der Serveroption "autojoin")` ** Typ: boolesch @@ -353,6 +348,11 @@ ** Typ: integer ** Werte: 0 .. 86400 (Standardwert: `1800`) +* [[option_irc.network.ban_mask_default]] *irc.network.ban_mask_default* +** Beschreibung: `default ban mask for commands /ban, /unban and /kickban; variables $nick, $user and $host are replaced by their values (extracted from "nick!user@host"); this default mask is used only if WeeChat knows the host for the nick` +** Typ: Zeichenkette +** Werte: beliebige Zeichenkette (Standardwert: `"*!$user@$host"`) + * [[option_irc.network.colors_receive]] *irc.network.colors_receive* ** Beschreibung: `wenn deaktiviert, werden Farben-Codes von eingehenden Nachrichten ignoriert` ** Typ: boolesch |