mirror of
https://github.com/smogon/pokemon-showdown.git
synced 2026-08-20 08:04:34 -05:00
This commit is contained in:
@@ -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.");
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user