Tell new users how to list possible commands.
This commit is contained in:
parent
d19c6dccde
commit
e4b9d9553a
@ -219,6 +219,7 @@ public class Server implements Runnable {
|
|||||||
clients.add(new ServerThread(this, socket));
|
clients.add(new ServerThread(this, socket));
|
||||||
try {
|
try {
|
||||||
clients.get(clientCount).open();
|
clients.get(clientCount).open();
|
||||||
|
clients.get(clientCount).send("Use /help for a list of commands.\n");
|
||||||
clients.get(clientCount).start();
|
clients.get(clientCount).start();
|
||||||
clientCount++;
|
clientCount++;
|
||||||
} catch(IOException e) {
|
} catch(IOException e) {
|
||||||
|
Loading…
Reference in New Issue
Block a user