A11 cleanup commit

This commit is contained in:
mysticbbs 2012-03-02 22:51:42 -05:00
parent dc141c5f4d
commit e3853affc0
4 changed files with 18 additions and 2 deletions

View File

@ -1336,4 +1336,5 @@ Begin
TextAttr := 12;
WriteLn;
WriteLn ('COMPLETE!');
TextAttr := 7;
End.

View File

@ -371,7 +371,7 @@ Procedure TBBSUser.DetectGraphics;
Var
Loop : Byte;
Begin
If Not Session.Lang.okANSI Then Begin
If Session.Lang.Flags AND ThmAllowANSI = 0 Then Begin
Session.io.Graphics := 0;
Exit;
End;

View File

@ -15,6 +15,7 @@
; Current abilities:
;
; - Import FIDONET.NA into Message bases
; - Mass upload files to all file bases (with FILE_ID.DIZ import)
;
; ==========================================================================
; ==========================================================================
@ -92,6 +93,19 @@ filename = fidonet.na
[MassUpload]
; this function searches all configured file directories for new
; files and will upload them into the BBS. It will attempt to
; import FILE_ID.DIZ using the configured archivers if the option
; is enabled.
; Name to save has the uploader
uploader_name = Mystic BBS
; Import FILE_ID.DIZ? 1=yes
import_fileid = 1
; No description string used when no FILE_ID.DIZ is imported.
no_description = No Description

View File

@ -99,6 +99,7 @@ FUTURE / IDEAS / WORK IN PROGRESS / NOTES
- ANSI listbox is terribly inefficient with its output.
- So much cool stuff to do with the new themes
- LastOn revamp make sure its not global and new stuff is populated
- ANSI online help that can execute menu commands/restore screen
RANDOM DRUNKEN BRAINDUMP AKA DESIGN DETAILS
===========================================