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

Add a login message as seen at work

This commit is contained in:
NG (Graham)
2026-07-11 20:48:30 -04:00
parent 30ffc8d562
commit 7ff04923c4
2 changed files with 5 additions and 0 deletions

View File

@@ -14620,6 +14620,10 @@
{ {
"message": "Alara, you wanna open this jar of jam for me?", "message": "Alara, you wanna open this jar of jam for me?",
"duration": 20 "duration": 20
},
{
"message": "The nerfings will continue until morale improves",
"duration": 20
} }
] ]
} }

View File

@@ -195,6 +195,7 @@ LOGIN_MESSAGES = [
"Stop Killing Games", "Stop Killing Games",
"Also check out RC15", "Also check out RC15",
"Alara, you wanna open this jar of jam for me?", "Alara, you wanna open this jar of jam for me?",
"The nerfings will continue until morale improves",
] ]
def guess_category(name: str, sprite: str) -> str: def guess_category(name: str, sprite: str) -> str: