home *** CD-ROM | disk | FTP | other *** search
- Johnny Five #26 @15301
- Fri Jul 07 13:09:14 1995
- ╒NI Header (c)══════════════════════════════════════════════════════════════╕
- │ N O V A I N D U S T R I E S B B S 9 0 4 - 2 6 0 - 2 3 9 4 │
- ╞═══════════════════════════════════════════════════════════════════════════╡
- │ Mod Name : NI-007.424 Author: Johnny Five 1 @1 ExcelNet │
- │ 1 @15333 WWIVnet │
- │ Difficulty: Can you say "Block Copy"? 1 @9411 TFAlink │
- │ 1 @4000 COWBOYnet │
- │ Version : 4.24 Date: 06-04-95 and many others │
- │ │
- │ Files Affected: LILO.C │
- │ │
- │ Description: make the BBS welcome the user like Telegard when they Log │
- │ on! (formerly NI-010.423) │
- ╘═══════════════════════════════════════════════════════════════════════════╛
-
-
-
-
- = Already there
- + add
- - Remove
- * change
-
-
- Step 1: B(ack).U(p).Y(our).S(ource).
-
-
- Step 2: Load LILO.C and search for void logon and ad the following
-
- =#endif
-
- = if (usernum<1) {
- = hangup=1;
- = return;
- = }
- = useron=1;
- + npr("\r\n");
- + npr("1Welcome to %s, ",syscfg.systemname);
- + npr("1%s!\r\n", nam(&thisuser,usernum));
- + pausescr();
- = write_inst(INST_LOC_LOGON,0,INST_FLAGS_ONLINE);
- = if (live_user) {
- = reset_colors();
- = ansic(0);
- = outchr(12);
- = }
-
- That's It!!!!
-