--- a/HWPlaySchemeSyntax.wiki Sat Jan 16 20:39:38 2016 +0000
+++ b/HWPlaySchemeSyntax.wiki Sat Jan 16 20:41:07 2016 +0000
@@ -33,6 +33,7 @@
* `<ROOM NAME>` is the name of a room in the server
If the port number is omitted, Hedgewars assumes the default port 46631.
+
If the room name is given, the user will automatically join this room. If it is not given, the user will start in the lobby of the server.
== Examples ==
@@ -40,5 +41,5 @@
* `hwplay://netserver.hedgewars.org`: Points to the lobby of the official server. This is the same as if you'd click on the “official server” button in the main menu
* `hwplay://192.168.43.6:54321`: Points to the lobby on a LAN server with IP 192.168.42.6, port number 54321
- * `hwplay://example.org?room=MyRoom`: Points to “MyRoom” on the server “example.org”
+ * `hwplay://example.org?room=MyRoom`: Points to the room called “MyRoom” on the server “example.org”
* `hwplay://example.com:59000`: Points to the server “example.com”, port number 59000
\ No newline at end of file