mirror of
https://github.com/smogon/pokemon-showdown.git
synced 2026-04-26 02:39:38 -05:00
Repeats: Fix private mod actions (#7865)
This commit is contained in:
parent
fa39e89805
commit
0731a47deb
|
|
@ -236,8 +236,8 @@ export const commands: ChatCommands = {
|
|||
this.modlog('REPEATPHRASE', null, `every ${interval} ${isByMessages ? 'chat message' : 'minute'}${Chat.plural(interval)}: the Room FAQ for "${topic}"`);
|
||||
this.privateModAction(
|
||||
isByMessages ?
|
||||
room.tr`${user.name} set the Room FAQ "${topic}" to be repeated every ${interval} minute(s).` :
|
||||
room.tr`${user.name} set the Room FAQ "${topic}" to be repeated every ${interval} chat message(s).`
|
||||
room.tr`${user.name} set the Room FAQ "${topic}" to be repeated every ${interval} chat message(s).` :
|
||||
room.tr`${user.name} set the Room FAQ "${topic}" to be repeated every ${interval} minute(s).`
|
||||
);
|
||||
},
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user