Add new command to welcome output

This commit is contained in:
TC² 2025-01-09 14:13:50 -05:00
parent 2ced0a83fa
commit 50b1d8f827

View File

@ -53,5 +53,6 @@ def handle_command(callsign, command):
return [
"Hello and Welcome to the TC2-BBS!",
"Please send a message with one of the commands below.",
"Commands: (L)IST, (M)SG, (P)OST <text>, (S)SEND <callsign> <text>"
"Commands: (L)IST, (M)SG, (P)OST <text>, (S)SEND <callsign> <text>",
"(P)OST (U)RGENT <text>"
]