Skip to content

Commit

Permalink
Add /ignored to /regular
Browse files Browse the repository at this point in the history
All regulars have access to /ignored, though we weren't advertising this.
  • Loading branch information
Bt6K committed Mar 27, 2016
1 parent 0b36c6e commit 43ec98b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pawn/Resources/Callbacks/OnPlayer/OnPlayerCommandText.pwn
Original file line number Diff line number Diff line change
Expand Up @@ -1354,8 +1354,8 @@ public OnPlayerCommandText(playerid, cmdtext[]) {

// Now just send an overview of commands for the player.
SendClientMessage( playerid, COLOR_YELLOW, "Available regular commands" );
SendClientMessage( playerid, COLOR_WHITE, "/regular /settings /ignore /unignore" );
SendClientMessage( playerid, COLOR_WHITE, "Note: use ;<message> to talk with in the regular chat.");
SendClientMessage( playerid, COLOR_WHITE, "/regular /settings /ignore /unignore /ignored" );
SendClientMessage( playerid, COLOR_WHITE, "Note: use ;<message> to talk in the regular chat.");

return 1;
}
Expand Down

0 comments on commit 43ec98b

Please sign in to comment.