mirror of
https://github.com/TheCommsChannel/TC2-APRS-BBS.git
synced 2025-06-07 14:02:44 -04:00
Add new command to welcome output
This commit is contained in:
parent
2ced0a83fa
commit
50b1d8f827
1 changed files with 2 additions and 1 deletions
|
@ -53,5 +53,6 @@ def handle_command(callsign, command):
|
||||||
return [
|
return [
|
||||||
"Hello and Welcome to the TC2-BBS!",
|
"Hello and Welcome to the TC2-BBS!",
|
||||||
"Please send a message with one of the commands below.",
|
"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>"
|
||||||
]
|
]
|
Loading…
Add table
Add a link
Reference in a new issue