summaryrefslogtreecommitdiff
path: root/doc/it/weechat_plugin_api.it.asciidoc
diff options
context:
space:
mode:
authorMikaela Suomalainen <mikaela.suomalainen@outlook.com>2014-12-20 10:48:05 +0200
committerSébastien Helleu <flashcode@flashtux.org>2014-12-21 09:20:26 +0100
commitafce3a64270b8c5c290b90e6f5c993d6abea55f3 (patch)
treea40585966bb7d98bf56d18d6f325539edc8d828d /doc/it/weechat_plugin_api.it.asciidoc
parent0b2be21f1f42c2a1b0c200b339d7d2e59595da4c (diff)
downloadweechat-afce3a64270b8c5c290b90e6f5c993d6abea55f3.zip
core: replace irc.freenode.net by chat.freenode.net
Freenode wants people to use chat.freenode.net instead of irc.freenode.net which is alias to chat.freenode.net.
Diffstat (limited to 'doc/it/weechat_plugin_api.it.asciidoc')
-rw-r--r--doc/it/weechat_plugin_api.it.asciidoc2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/it/weechat_plugin_api.it.asciidoc b/doc/it/weechat_plugin_api.it.asciidoc
index 588e63dad..962867d9e 100644
--- a/doc/it/weechat_plugin_api.it.asciidoc
+++ b/doc/it/weechat_plugin_api.it.asciidoc
@@ -12922,7 +12922,7 @@ Esempio in C:
[source,C]
----
-if (weechat_network_pass_proxy ("my_proxy", sock, "irc.freenode.net", 6667))
+if (weechat_network_pass_proxy ("my_proxy", sock, "chat.freenode.net", 6667))
{
/* OK */
}