diff options
author | Sebastien Helleu <flashcode@flashtux.org> | 2012-03-12 11:55:35 +0100 |
---|---|---|
committer | Sebastien Helleu <flashcode@flashtux.org> | 2012-03-12 11:55:35 +0100 |
commit | 73476cc0f861f8dc160afc4021c38032d2a2c567 (patch) | |
tree | b9096ec57248db50d883de12b42dcdae7efc996c /doc | |
parent | f4c18d4fedbc1002be03b44a778c0ac52fb5aa06 (diff) | |
download | weechat-73476cc0f861f8dc160afc4021c38032d2a2c567.zip |
irc: fix redirection of message when message is queued for sending on server
Diffstat (limited to 'doc')
-rw-r--r-- | doc/de/autogen/plugin_api/hdata.txt | 1 | ||||
-rw-r--r-- | doc/en/autogen/plugin_api/hdata.txt | 1 | ||||
-rw-r--r-- | doc/fr/autogen/plugin_api/hdata.txt | 1 | ||||
-rw-r--r-- | doc/it/autogen/plugin_api/hdata.txt | 1 |
4 files changed, 4 insertions, 0 deletions
diff --git a/doc/de/autogen/plugin_api/hdata.txt b/doc/de/autogen/plugin_api/hdata.txt index 5dca081e5..30efe0f6a 100644 --- a/doc/de/autogen/plugin_api/hdata.txt +++ b/doc/de/autogen/plugin_api/hdata.txt @@ -78,6 +78,7 @@ 'string' (string) + 'timeout' (integer) + 'command' (string) + + 'assigned_to_command' (integer) + 'start_time' (time) + 'cmd_start' (hashtable) + 'cmd_stop' (hashtable) + diff --git a/doc/en/autogen/plugin_api/hdata.txt b/doc/en/autogen/plugin_api/hdata.txt index 2a53e02f9..113e07c5f 100644 --- a/doc/en/autogen/plugin_api/hdata.txt +++ b/doc/en/autogen/plugin_api/hdata.txt @@ -78,6 +78,7 @@ 'string' (string) + 'timeout' (integer) + 'command' (string) + + 'assigned_to_command' (integer) + 'start_time' (time) + 'cmd_start' (hashtable) + 'cmd_stop' (hashtable) + diff --git a/doc/fr/autogen/plugin_api/hdata.txt b/doc/fr/autogen/plugin_api/hdata.txt index 9b354bda4..4922cd9ae 100644 --- a/doc/fr/autogen/plugin_api/hdata.txt +++ b/doc/fr/autogen/plugin_api/hdata.txt @@ -78,6 +78,7 @@ 'string' (string) + 'timeout' (integer) + 'command' (string) + + 'assigned_to_command' (integer) + 'start_time' (time) + 'cmd_start' (hashtable) + 'cmd_stop' (hashtable) + diff --git a/doc/it/autogen/plugin_api/hdata.txt b/doc/it/autogen/plugin_api/hdata.txt index ab2afba6d..85ed25878 100644 --- a/doc/it/autogen/plugin_api/hdata.txt +++ b/doc/it/autogen/plugin_api/hdata.txt @@ -78,6 +78,7 @@ 'string' (string) + 'timeout' (integer) + 'command' (string) + + 'assigned_to_command' (integer) + 'start_time' (time) + 'cmd_start' (hashtable) + 'cmd_stop' (hashtable) + |