Fix help message syntax issue

This commit is contained in:
VortrexFTW
2020-09-06 11:28:34 -05:00
parent ae528bc6ec
commit cfe6eb5d36

View File

@@ -67,7 +67,7 @@ function showAccountHelpMessage(client) {
function showAccountHelpMessage(client) {
messageClientInfo(client, "== Account Help =============================");
messageClientInfo(client, "- Do not share your password with anybody else.";
messageClientInfo(client, "- Do not share your password with anybody else.");
messageClientInfo(client, "- Use /settings to change your account settings.");
messageClientInfo(client, "- Use /iplogin to automatically log you in with your IP");
messageClientInfo(client, "- Use /changepass to change your password.");