From 4f42f407c198e21184d37936f08b0add985e503d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=A9bastien=20Helleu?= Date: Sun, 5 Jan 2020 09:15:40 +0100 Subject: [PATCH] doc: remove space in example of hsignal irc_redirect_command (plugin API reference) --- doc/en/weechat_plugin_api.en.adoc | 2 +- doc/fr/weechat_plugin_api.fr.adoc | 2 +- doc/it/weechat_plugin_api.it.adoc | 2 +- doc/ja/weechat_plugin_api.ja.adoc | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/doc/en/weechat_plugin_api.en.adoc b/doc/en/weechat_plugin_api.en.adoc index ebfa16944..429032e62 100644 --- a/doc/en/weechat_plugin_api.en.adoc +++ b/doc/en/weechat_plugin_api.en.adoc @@ -11170,7 +11170,7 @@ def test_whois_cb(data, signal, hashtable): weechat.prnt("", "output = %s" % hashtable["output"]) return weechat.WEECHAT_RC_OK -weechat.hook_hsignal ("irc_redirection_test_whois", "test_whois_cb", "") +weechat.hook_hsignal("irc_redirection_test_whois", "test_whois_cb", "") weechat.hook_hsignal_send("irc_redirect_command", {"server": "freenode", "pattern": "whois", "signal": "test", "string": "FlashCode"}) diff --git a/doc/fr/weechat_plugin_api.fr.adoc b/doc/fr/weechat_plugin_api.fr.adoc index d9b345d74..d27ee1a87 100644 --- a/doc/fr/weechat_plugin_api.fr.adoc +++ b/doc/fr/weechat_plugin_api.fr.adoc @@ -11391,7 +11391,7 @@ def test_whois_cb(data, signal, hashtable): weechat.prnt("", "sortie = %s" % hashtable["output"]) return weechat.WEECHAT_RC_OK -weechat.hook_hsignal ("irc_redirection_test_whois", "test_whois_cb", "") +weechat.hook_hsignal("irc_redirection_test_whois", "test_whois_cb", "") weechat.hook_hsignal_send("irc_redirect_command", {"server": "freenode", "pattern": "whois", "signal": "test", "string": "FlashCode"}) diff --git a/doc/it/weechat_plugin_api.it.adoc b/doc/it/weechat_plugin_api.it.adoc index e34a62ff1..29cec3970 100644 --- a/doc/it/weechat_plugin_api.it.adoc +++ b/doc/it/weechat_plugin_api.it.adoc @@ -11612,7 +11612,7 @@ def test_whois_cb(data, signal, hashtable): weechat.prnt("", "output = %s" % hashtable["output"]) return weechat.WEECHAT_RC_OK -weechat.hook_hsignal ("irc_redirection_test_whois", "test_whois_cb", "") +weechat.hook_hsignal("irc_redirection_test_whois", "test_whois_cb", "") weechat.hook_hsignal_send("irc_redirect_command", {"server": "freenode", "pattern": "whois", "signal": "test", "string": "FlashCode"}) diff --git a/doc/ja/weechat_plugin_api.ja.adoc b/doc/ja/weechat_plugin_api.ja.adoc index cb4dca7ac..cd2c53b42 100644 --- a/doc/ja/weechat_plugin_api.ja.adoc +++ b/doc/ja/weechat_plugin_api.ja.adoc @@ -11150,7 +11150,7 @@ def test_whois_cb(data, signal, hashtable): weechat.prnt("", "output = %s" % hashtable["output"]) return weechat.WEECHAT_RC_OK -weechat.hook_hsignal ("irc_redirection_test_whois", "test_whois_cb", "") +weechat.hook_hsignal("irc_redirection_test_whois", "test_whois_cb", "") weechat.hook_hsignal_send("irc_redirect_command", {"server": "freenode", "pattern": "whois", "signal": "test", "string": "FlashCode"})