home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
The Devil's Doorknob BBS Capture (1996-2003)
/
devilsdoorknobbbscapture1996-2003.iso
/
Dloads
/
WWIVMODS
/
MODSUNKN.ZIP
/
MINIM0D2.MOD
< prev
next >
Wrap
Text File
|
1990-08-29
|
2KB
|
72 lines
Dr Zero #304 @5451
Thu Aug 23 15:35:04 1990
Mini D0CM0D #2
══════════════
Filename: MINIM0D2.D0C
Date: 24/08/90
Requested from: Mr. P 1@5464
The Light Side
(514) 488-3582
Purpose: When /I is pressed from the main menu, a text or
ANSI file is displayed containing a brief
description of the current message sub. The
command /I can be changed according to needs.
To use, create your text file using the =assigned=
filename (in //BOARDEDIT) and the extension MSG
and put it in the GFILES directory.
┌───────────────┐
│ MODIFICATIONS │
└───────────────┘
@@@ existing line
+@+ line to add
-@- line to delete
*@* line to modify
FILE: BBS.C
@@@ void mainmenu()
@@@ {
@@@ char *s, s1[81],s2[81];
@@@ int i;
@@@ long l;
+@+ subboardrec r; /* Added */
@@@
@@@ if ((sysstatus_expert & thisuser.sysstatus)==0)
@@@ printmenu(0);
@@@ if (strcmp(s,"/O")==0)
@@@ hangup=1;
+@+ if (strcmp(s,"/I")==0) /* Message Sub information */
+@+ {
+@+ r=subboards[cursub];
+@+ sprintf(s1,"%s.MSG", r.filename);
+@+ printfile(s1);
+@+ }
@@@ if (strcmp(s,"/E")==0)
@@@ slash_e();
@@@ if (strcmp(s,"/N")==0)
@@@ nscan(cursub);
Usual Disclaimer: I'm not responsible if your computer blows up,
if your girl/boy friend leaves you, if you fail your
high school, if you lost that 10$ million lottery ticket...
I can be reached at the following adresses. The first is the
bbs where all latest enhancements are implemented. You can leave
an e-mail to Dr Zero (me) or the sysop for comments, suggestions,
or anything fun. The second adress is my postal box. That's where
you shoud send in your registration/donations.
┌───────────────────────┐ ┌────────────────────┐
│ The Temples Of Syrinx │ │ Paul Do │
│ (514) 744-8017 │ │ Box 655 │
│ 300/1200/2400 │ │ Mont-Royal, Quebec │
│ WWIVnet node 5461 │ │ H3P 3G4 Canada │
└───────────────────────┘ └────────────────────┘