summaryrefslogtreecommitdiff
path: root/doc/de/autogen/user
diff options
context:
space:
mode:
authorSebastien Helleu <flashcode@flashtux.org>2010-11-06 11:38:48 +0100
committerSebastien Helleu <flashcode@flashtux.org>2010-11-06 11:38:48 +0100
commite001c057108a573d9e67cc37c0c5f8462e1fbdf6 (patch)
treed5e153942e4c8b08a870ee49325e3d953f887770 /doc/de/autogen/user
parenta56dc00b2f7a01ee3c52fcb49bea2638c877d1ff (diff)
downloadweechat-e001c057108a573d9e67cc37c0c5f8462e1fbdf6.zip
Add IRC command /notify, new options for notify and infolist "irc_notify" (task #5441)
This commit provides: - new IRC command /notify - new options: irc.look.notify_tags_ison, irc.look.notify_tags_whois, irc.network.notify_check_ison, irc.network.notify_check_whois - new option "notify" in servers (but should not be changed, only /notify command should be used) - infolist "irc_notify" to get notify list (by server or for all servers).
Diffstat (limited to 'doc/de/autogen/user')
-rw-r--r--doc/de/autogen/user/irc_commands.txt47
-rw-r--r--doc/de/autogen/user/irc_options.txt25
2 files changed, 60 insertions, 12 deletions
diff --git a/doc/de/autogen/user/irc_commands.txt b/doc/de/autogen/user/irc_commands.txt
index da3963086..52b9e79c6 100644
--- a/doc/de/autogen/user/irc_commands.txt
+++ b/doc/de/autogen/user/irc_commands.txt
@@ -151,21 +151,21 @@
........................................
Ignoriert Nicks/Hosts von Channels oder Servern
- list: zeigt an, wer/was ignoriert wird
- add: füge eine Ignorierung hinzu
- del: entferne eine Ignorierung
- number: Nummer der Ignorierung die entfernt werden soll (nutze "list" )
- -all: entfernt alle Einträge
- nick/host: Nick oder Host der ignoriert werden soll: Syntax ist "re:regex" oder "mask" (mask ist eine Zeichenkette in der mittels "*" (Joker) ein oder mehrere Zeichen ersetzt werden können)
- server: interner Name des Server, in dem die Ignorierung statt finden soll
- channel: Name des Channel, in dem die Ignorierung statt finden soll
+ list: list all ignores
+ add: add an ignore
+ del: delete an ignore
+ number: number of ignore to delete (look at list to find it)
+ -all: delete all ignores
+ nick/host: nick or host to ignore: syntax is "re:regex" or "mask" (a mask is a string with some "*" to replace one or more chars)
+ server: internal server name where ignore is working
+ channel: channel name where ignore is working
- Beispiele:
- ignoriert den Nick "toto":
+ Examples:
+ ignore nick "toto" everywhere:
/ignore add toto
- ignoriert den Host "toto@domain.com" auf dem freenode Server:
+ ignore host "toto@domain.com" on freenode server:
/ignore add toto@domain.com freenode
- ignoriert den Host "toto*@*.domain.com" im Chat freenode/#weechat:
+ ignore host "toto*@*.domain.com" on freenode/#weechat:
/ignore add toto*@*.domain.com freenode #weechat
........................................
@@ -364,6 +364,29 @@
Text: zu sendender Text
........................................
+&bull; *`/notify`* `[add nick [server [-away]]] | [del nick|-all [server]]`::
+
+........................................
+ add a notification for presence or away status of nicks on servers
+
+ add: add a notification
+ nick: nickname
+ server: internal server name (by default current server)
+ -away: notify when away message is changed (by doing whois on nick)
+ del: delete a notification
+ -all: delete all notifications
+
+ Without argument, this command displays notifications for current server (or all servers if command is issued on core buffer).
+
+ Examples:
+ notify when "toto" joins/quits current server:
+ /notify add toto
+ notify when "toto" joins/quits freenode server:
+ /notify add toto freenode
+ notify when "toto" is away or back on freenode server:
+ /notify add toto freenode -away
+........................................
+
&bull; *`/op`* `Nickname [Nickname]`::
........................................
diff --git a/doc/de/autogen/user/irc_options.txt b/doc/de/autogen/user/irc_options.txt
index 6a239da5a..94d4b8a14 100644
--- a/doc/de/autogen/user/irc_options.txt
+++ b/doc/de/autogen/user/irc_options.txt
@@ -218,6 +218,16 @@
** Typ: integer
** Werte: auto, never, always (Standardwert: `auto`)
+* *irc.look.notify_tags_ison*
+** Beschreibung: `comma separated list of tags used in messages printed by notify when a nick joins or quits server (result of command ison), for example: "notify_highglight", "notify_message" or "notify_private"`
+** Typ: Zeichenkette
+** Werte: beliebige Zeichenkette (Standardwert: `"notify_message"`)
+
+* *irc.look.notify_tags_whois*
+** Beschreibung: `comma separated list of tags used in messages printed by notify when a nick away status changes (result of command whois), for example: "notify_highglight", "notify_message" or "notify_private"`
+** Typ: Zeichenkette
+** Werte: beliebige Zeichenkette (Standardwert: `"notify_message"`)
+
* *irc.look.part_closes_buffer*
** Beschreibung: `Schließt den Buffer wenn "/part" im Channel ausgeführt wird`
** Typ: boolesch
@@ -298,6 +308,16 @@
** Typ: integer
** Werte: 1 .. 3600 (Standardwert: `1`)
+* *irc.network.notify_check_ison*
+** Beschreibung: `interval between two checks for notify with IRC command "ison" (in minutes)`
+** Typ: integer
+** Werte: 1 .. 10080 (Standardwert: `1`)
+
+* *irc.network.notify_check_whois*
+** Beschreibung: `interval between two checks for notify with IRC command "whois" (in minutes)`
+** Typ: integer
+** Werte: 1 .. 10080 (Standardwert: `5`)
+
* *irc.network.send_unknown_commands*
** Beschreibung: `Sende unbekannte Befehle an den Server`
** Typ: boolesch
@@ -398,6 +418,11 @@
** Typ: Zeichenkette
** Werte: beliebige Zeichenkette (Standardwert: `""`)
+* *irc.server_default.notify*
+** Beschreibung: `notify list for server (you should not change this option but use /notify command instead)`
+** Typ: Zeichenkette
+** Werte: beliebige Zeichenkette (Standardwert: `""`)
+
* *irc.server_default.password*
** Beschreibung: `Passwort für den Server`
** Typ: Zeichenkette