1
0
mirror of https://git.ngram.ca/OpenJam/rc-servers synced 2026-08-23 23:08:52 +00:00

Add another dev message

This commit is contained in:
NG (Graham)
2025-07-31 18:29:28 -04:00
parent 2e94fe25a3
commit 1a17fa0f3a
2 changed files with 5 additions and 0 deletions

View File

@@ -14532,6 +14532,10 @@
{ {
"message": "Spitzer Damn!", "message": "Spitzer Damn!",
"duration": 20 "duration": 20
},
{
"message": "Stop Killing Games",
"duration": 20
} }
] ]
} }

View File

@@ -192,6 +192,7 @@ LOGIN_MESSAGES = [
"Finally, how to craft Robo", "Finally, how to craft Robo",
"Warning, live without warning\nI say, warning, live without warning\nWithout, all right", "Warning, live without warning\nI say, warning, live without warning\nWithout, all right",
"Spitzer Damn!", "Spitzer Damn!",
"Stop Killing Games",
] ]
def guess_category(name: str, sprite: str) -> str: def guess_category(name: str, sprite: str) -> str: