diff options
| author | Joe Carstairs <me@joeac.net> | 2024-11-18 17:46:55 +0000 |
|---|---|---|
| committer | Joe Carstairs <me@joeac.net> | 2024-11-18 17:46:55 +0000 |
| commit | 562b20aa58d6487ef5f81a62cfe0151a2bbced34 (patch) | |
| tree | aeb3679d214eb3647ebc8cd13e461ec98d985657 /team-2 | |
| parent | 3c1ca7489a59a65bfaba546fdbb3394a14438bf6 (diff) | |
Diffstat (limited to 'team-2')
| -rw-r--r-- | team-2/sim-commands.txt | 10 |
1 files changed, 7 insertions, 3 deletions
diff --git a/team-2/sim-commands.txt b/team-2/sim-commands.txt index 24a0566..1a95960 100644 --- a/team-2/sim-commands.txt +++ b/team-2/sim-commands.txt @@ -34,9 +34,13 @@ yjoGRMm24>?W>PyqYz_)NRHso om m0,{C'lS}k<05QL"^BZR That sends a text message with the content "Your message" to the phone number, -+44 7123 456789. If you want to send to a different number, just replace -the number. Be careful to make sure the number starts with +44, doesn't contain -any spaces and is inside "double quotes". +07123 456789. This isn't a real phone number, it's just an example. If you want +to send to a real number, just replace the number. Be careful to make sure to +format it right: + +- The number must start with +44 instead of 0 +- The number can't contain any spaces +- The number must be inside double quotes: "" You need to be in Text Mode to use this command effectively. |
