1
0
mirror of https://github.com/weechat/weechat.git synced 2026-07-01 23:36:37 +02:00

Fix command to create irc server in quickstart guide

This commit is contained in:
Sebastien Helleu
2009-06-18 22:06:05 +02:00
parent 1b5d34e777
commit f5b2b2291f
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -71,7 +71,7 @@ Create an IRC server
You can add an IRC server with `/server` command, for example:
/server add oftc irc.oftc.org 6667
/server add oftc irc.oftc.org/6667
As usual, help is available if you're lost: `/help server`
+1 -1
View File
@@ -75,7 +75,7 @@ Créer un serveur IRC
Vous pouvez ajouter un serveur IRC par la commande `/server`, par exemple :
/server add oftc irc.oftc.org 6667
/server add oftc irc.oftc.org/6667
Comme d'habitude, de l'aide est disponible si vous êtes perdus :
`/help server`