1
0
mirror of https://github.com/ShadowKatStudios/OC-Minitel.git synced 2024-11-23 02:28:05 +11:00

minimum length = 1

This commit is contained in:
Izaya 2018-02-16 22:55:24 +11:00
parent 12876be5e1
commit 51256d4ab7

View File

@ -43,6 +43,7 @@ Packets are made up of separated parts, as allowed by OpenComputers modems.
Strings in Minitel packets, with the exception of the data portion, have the following restrictions:
- Minimum length of 1 character
- Maximum length of 255 characters
- ASCII 0 through 31 are not allowed
- ASCII 127 is not allowed