Removed baud display in copyright message
This commit is contained in:
parent
5680b930ee
commit
4a0d5b6edc
|
@ -1172,7 +1172,7 @@ Begin
|
|||
Halt(0);
|
||||
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);
|
||||
|
||||
If Config.DefTermMode = 0 Then
|
||||
|
|
Loading…
Reference in New Issue