COIL: Fix help text (#10480)

This commit is contained in:
Sergio Garcia 2024-08-08 08:05:21 +02:00 committed by GitHub
parent e1f89cbda8
commit a6b6d7771e
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -217,7 +217,7 @@ export const commands: Chat.ChatCommands = {
`<code>/suspects remove [tier]</code>: deletes a suspect test. Requires: &<br />` +
`<code>/suspects whitelist [username]</code>: allows [username] to add suspect tests. Requires: &<br />` +
`<code>/suspects unwhitelist [username]</code>: disallows [username] from adding suspect tests. Requires: &<br />` +
`/suspects setcoil OR /suspects sc [formatid], [B value] - Activate COIL ranking for the given [formatid] with the given [B value].` +
`<code>/suspects setcoil OR /suspects sc [formatid], [B value]</code>: Activate COIL ranking for the given [formatid] with the given [B value].` +
`Requires: suspect whitelist &`
);
},