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

Add another login message

This commit is contained in:
NG (Graham)
2026-01-20 20:30:01 -05:00
parent b8e71152a3
commit ce59840bc6
2 changed files with 5 additions and 0 deletions

View File

@@ -14604,6 +14604,10 @@
{ {
"message": "Also check out RC15", "message": "Also check out RC15",
"duration": 20 "duration": 20
},
{
"message": "Alara, you wanna open this jar of jam for me?",
"duration": 20
} }
] ]
} }

View File

@@ -194,6 +194,7 @@ LOGIN_MESSAGES = [
"Spitzer Damn!", "Spitzer Damn!",
"Stop Killing Games", "Stop Killing Games",
"Also check out RC15", "Also check out RC15",
"Alara, you wanna open this jar of jam for me?",
] ]
def guess_category(name: str, sprite: str) -> str: def guess_category(name: str, sprite: str) -> str: