Fixed echo posting

This commit is contained in:
Andrew Pamment 2016-04-14 12:32:39 +10:00
parent 58cb629197
commit d0f0eccf48

View File

@ -104,6 +104,8 @@ int main(int argc, char **argv) {
JAM_ClearMsgHeader( &jmh );
jmh.DateWritten = thetime;
jmh.Attribute |= MSG_LOCAL;
if (tolower(argv[1][0]) == 'l') {
jmh.Attribute |= MSG_TYPELOCAL;
} else if (tolower(argv[1][0]) == 'e') {