From 4474f9ca0e7d0eca0edfeae6310594b2436a1b03 Mon Sep 17 00:00:00 2001 From: Sebastien Helleu Date: Fri, 23 Mar 2012 14:13:14 +0100 Subject: [PATCH] doc: update hdata "irc_channel" (add "names_received") in plugin API reference --- doc/de/autogen/plugin_api/hdata.txt | 1 + doc/en/autogen/plugin_api/hdata.txt | 1 + doc/fr/autogen/plugin_api/hdata.txt | 1 + doc/it/autogen/plugin_api/hdata.txt | 1 + 4 files changed, 4 insertions(+) diff --git a/doc/de/autogen/plugin_api/hdata.txt b/doc/de/autogen/plugin_api/hdata.txt index 30efe0f6a..8d734ac35 100644 --- a/doc/de/autogen/plugin_api/hdata.txt +++ b/doc/de/autogen/plugin_api/hdata.txt @@ -9,6 +9,7 @@ 'modes' (string) + 'limit' (integer) + 'key' (string) + + 'names_received' (integer) + 'checking_away' (integer) + 'away_message' (string) + 'has_quit_server' (integer) + diff --git a/doc/en/autogen/plugin_api/hdata.txt b/doc/en/autogen/plugin_api/hdata.txt index 113e07c5f..2ea9c4680 100644 --- a/doc/en/autogen/plugin_api/hdata.txt +++ b/doc/en/autogen/plugin_api/hdata.txt @@ -9,6 +9,7 @@ 'modes' (string) + 'limit' (integer) + 'key' (string) + + 'names_received' (integer) + 'checking_away' (integer) + 'away_message' (string) + 'has_quit_server' (integer) + diff --git a/doc/fr/autogen/plugin_api/hdata.txt b/doc/fr/autogen/plugin_api/hdata.txt index 4922cd9ae..2158687f6 100644 --- a/doc/fr/autogen/plugin_api/hdata.txt +++ b/doc/fr/autogen/plugin_api/hdata.txt @@ -9,6 +9,7 @@ 'modes' (string) + 'limit' (integer) + 'key' (string) + + 'names_received' (integer) + 'checking_away' (integer) + 'away_message' (string) + 'has_quit_server' (integer) + diff --git a/doc/it/autogen/plugin_api/hdata.txt b/doc/it/autogen/plugin_api/hdata.txt index 85ed25878..1dba68255 100644 --- a/doc/it/autogen/plugin_api/hdata.txt +++ b/doc/it/autogen/plugin_api/hdata.txt @@ -9,6 +9,7 @@ 'modes' (string) + 'limit' (integer) + 'key' (string) + + 'names_received' (integer) + 'checking_away' (integer) + 'away_message' (string) + 'has_quit_server' (integer) +