mirror of
https://github.com/smogon/pokemon-showdown.git
synced 2026-03-21 17:25:10 -05:00
This commit is contained in:
parent
4495da1c15
commit
336f1d58f1
|
|
@ -989,6 +989,9 @@ export const pages: Chat.PageTable = {
|
|||
if (roomid.startsWith('spl') && roomid !== 'splatoon') {
|
||||
throw new Chat.ErrorMessage("SPL team discussions are super secret.");
|
||||
}
|
||||
if (roomid.startsWith('scl')) {
|
||||
throw new Chat.ErrorMessage("SCL team discussions are super secret.");
|
||||
}
|
||||
if (roomid.startsWith('wcop')) {
|
||||
throw new Chat.ErrorMessage("WCOP team discussions are super secret.");
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user