From e001c057108a573d9e67cc37c0c5f8462e1fbdf6 Mon Sep 17 00:00:00 2001 From: Sebastien Helleu Date: Sat, 6 Nov 2010 11:38:48 +0100 Subject: 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). --- doc/de/autogen/plugin_api/completions.txt | 2 ++ doc/de/autogen/plugin_api/infolists.txt | 2 ++ 2 files changed, 4 insertions(+) (limited to 'doc/de/autogen/plugin_api') 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) | - -- cgit v1.2.3