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));
|
||||
try {
|
||||
clients.get(clientCount).open();
|
||||
clients.get(clientCount).send("Use /help for a list of commands.\n");
|
||||
clients.get(clientCount).start();
|
||||
clientCount++;
|
||||
} catch(IOException e) {
|
||||
|
Loading…
Reference in New Issue
Block a user