mirror of
https://github.com/spacebarchat/server.git
synced 2026-03-30 20:25:40 +00:00
Add common scams from discord to blocked usernames by default
This commit is contained in:
@@ -17,6 +17,6 @@
|
||||
*/
|
||||
|
||||
export class UserConfiguration {
|
||||
blockedContains: string[] = ["discord", "clyde", "spacebar"];
|
||||
blockedContains: string[] = ["discord", "clyde", "spacebar", "steam", "community", "support", "ticket"];
|
||||
blockedEquals: string[] = ["everyone", "here"];
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user