mirror of
https://github.com/weechat/weechat.git
synced 2026-06-12 14:14:48 +02:00
doc: fix typo
This commit is contained in:
@@ -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",
|
||||
|
||||
@@ -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",
|
||||
|
||||
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user