diff options
author | Sebastien Helleu <flashcode@flashtux.org> | 2011-04-20 23:06:55 +0200 |
---|---|---|
committer | Sebastien Helleu <flashcode@flashtux.org> | 2011-04-20 23:06:55 +0200 |
commit | 93c583a9caee4e52c83ab23767aff0fb8ec634e2 (patch) | |
tree | 8cd6ae91cc039e2d3eb0715dfcc386c4a4f49878 | |
parent | 3b7bd017161fe91a77d1c8ad455ad22d4d9fe659 (diff) | |
download | weechat-93c583a9caee4e52c83ab23767aff0fb8ec634e2.zip |
doc: fix typo
-rw-r--r-- | doc/en/weechat_plugin_api.en.txt | 1 | ||||
-rw-r--r-- | doc/fr/weechat_plugin_api.fr.txt | 1 | ||||
-rw-r--r-- | doc/it/weechat_plugin_api.it.txt | 1 |
3 files changed, 0 insertions, 3 deletions
diff --git a/doc/en/weechat_plugin_api.en.txt b/doc/en/weechat_plugin_api.en.txt index f9381ceec..47c992bf5 100644 --- a/doc/en/weechat_plugin_api.en.txt +++ b/doc/en/weechat_plugin_api.en.txt @@ -7296,7 +7296,6 @@ def test_whois_cb(data, signal, hashtable): weechat.prnt("", "error = %s" % hashtable["error"]) weechat.prnt("", "output = %s" % hashtable["output"]) return weechat.WEECHAT_RC_OK -} weechat.hook_hsignal ("irc_redirection_test_whois", "test_whois_cb", "") weechat.hook_hsignal_send("irc_redirect_command", diff --git a/doc/fr/weechat_plugin_api.fr.txt b/doc/fr/weechat_plugin_api.fr.txt index 0d160d3ac..b61898e14 100644 --- a/doc/fr/weechat_plugin_api.fr.txt +++ b/doc/fr/weechat_plugin_api.fr.txt @@ -7398,7 +7398,6 @@ def test_whois_cb(data, signal, hashtable): weechat.prnt("", "erreur = %s" % hashtable["error"]) weechat.prnt("", "sortie = %s" % hashtable["output"]) return weechat.WEECHAT_RC_OK -} weechat.hook_hsignal ("irc_redirection_test_whois", "test_whois_cb", "") weechat.hook_hsignal_send("irc_redirect_command", diff --git a/doc/it/weechat_plugin_api.it.txt b/doc/it/weechat_plugin_api.it.txt index 82ce27319..1322edef6 100644 --- a/doc/it/weechat_plugin_api.it.txt +++ b/doc/it/weechat_plugin_api.it.txt @@ -7326,7 +7326,6 @@ def test_whois_cb(data, signal, hashtable): weechat.prnt("", "error = %s" % hashtable["error"]) weechat.prnt("", "output = %s" % hashtable["output"]) return weechat.WEECHAT_RC_OK -} weechat.hook_hsignal ("irc_redirection_test_whois", "test_whois_cb", "") weechat.hook_hsignal_send("irc_redirect_command", |