summaryrefslogtreecommitdiff
path: root/doc/de/autogen/plugin_api
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/plugin_api
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/plugin_api')
-rw-r--r--doc/de/autogen/plugin_api/completions.txt2
-rw-r--r--doc/de/autogen/plugin_api/infolists.txt2
2 files changed, 4 insertions, 0 deletions
diff --git a/doc/de/autogen/plugin_api/completions.txt b/doc/de/autogen/plugin_api/completions.txt
index 489199381..177be93cb 100644
--- a/doc/de/autogen/plugin_api/completions.txt
+++ b/doc/de/autogen/plugin_api/completions.txt
@@ -18,6 +18,8 @@
| irc | irc_msg_part | Standardnachricht beim Verlassen (/part) eines IRC-Channels
+| irc | irc_notify_nicks | nicks in notify list
+
| irc | irc_privates | Private auf allen IRC Servern
| irc | irc_server | aktueller IRC-Server
diff --git a/doc/de/autogen/plugin_api/infolists.txt b/doc/de/autogen/plugin_api/infolists.txt
index 397076ff0..e69571e81 100644
--- a/doc/de/autogen/plugin_api/infolists.txt
+++ b/doc/de/autogen/plugin_api/infolists.txt
@@ -10,6 +10,8 @@
| irc | irc_nick | Liste der Nicks im IRC-Channel | Nick Pointer (optional) | Server,Channel,Nick (Channel und Nick sind optional)
+| irc | irc_notify | list of notify | notify pointer (optional) | Servername (darf mit einem "*" als Platzhalter beginnen oder enden) (optional)
+
| irc | irc_server | Liste der IRC-Server | Server Pointer (optional) | Servername (darf mit einem "*" als Platzhalter beginnen oder enden) (optional)
| logger | logger_buffer | Liste der protokollierten Buffer | Logger Pointer (optional) | -