diff options
author | Mikaela Suomalainen <mikaela.suomalainen@outlook.com> | 2014-12-20 10:48:05 +0200 |
---|---|---|
committer | Sébastien Helleu <flashcode@flashtux.org> | 2014-12-21 09:20:26 +0100 |
commit | afce3a64270b8c5c290b90e6f5c993d6abea55f3 (patch) | |
tree | a40585966bb7d98bf56d18d6f325539edc8d828d /doc/en/weechat_user.en.asciidoc | |
parent | 0b2be21f1f42c2a1b0c200b339d7d2e59595da4c (diff) | |
download | weechat-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/en/weechat_user.en.asciidoc')
-rw-r--r-- | doc/en/weechat_user.en.asciidoc | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/en/weechat_user.en.asciidoc b/doc/en/weechat_user.en.asciidoc index 0c1597080..ee454ea92 100644 --- a/doc/en/weechat_user.en.asciidoc +++ b/doc/en/weechat_user.en.asciidoc @@ -2061,11 +2061,11 @@ It is possible to give URL for one or many IRC servers, as follow: irc[6][s]://[nick[:password]@]irc.example.org[:port][/channel][,channel[...]] ---- -Example to join '#weechat' and '#toto' on server 'irc.freenode.net' server, +Example to join '#weechat' and '#toto' on server 'chat.freenode.net' server, default port (6667), with nick 'nono': ---- -$ weechat irc://nono@irc.freenode.net/#weechat,#toto +$ weechat irc://nono@chat.freenode.net/#weechat,#toto ---- [[irc_options]] |