chat-repo.ftl 630 B

1234567
  1. command-description-deletechatmessage-id = Delete a specific chat message by message ID
  2. command-description-nukechatmessages-usernames = Delete all of the supplied usernames' chat messages posted during this round
  3. command-description-nukechatmessages-userids = Delete all of the supplied userIds' chat messages posted during this round
  4. command-error-deletechatmessage-id-notexist = The message with the supplied ID does not exist
  5. command-error-nukechatmessages-usernames-usernamenotexist = Username {$username} does not exist
  6. command-error-nukechatmessages-usernames-usernamenomessages = UserID {$userId} has no messages to nuke