Removed baud display in copyright message

This commit is contained in:
mysticbbs 2012-04-17 18:32:34 -04:00
parent 5680b930ee
commit 4a0d5b6edc
1 changed files with 1 additions and 1 deletions

View File

@ -1172,7 +1172,7 @@ Begin
Halt(0); Halt(0);
End; End;
Session.io.OutFullLn ('|CL' + mysSoftwareID + ' BBS v' + mysVersion + ' (' + OSID + ') Node |ND (|BD)'); Session.io.OutFullLn ('|CL' + mysSoftwareID + ' BBS v' + mysVersion + ' (' + OSID + ') Node |ND');
Session.io.OutFullLn (CopyID); Session.io.OutFullLn (CopyID);
If Config.DefTermMode = 0 Then If Config.DefTermMode = 0 Then