home *** CD-ROM | disk | FTP | other *** search
/ The Arcade BBS / arcadebbs.zip / arcadebbs / bbstools / MODS / ALLMODS.ZIP / NI-007.ZIP / NI-007.424 < prev   
Encoding:
Text File  |  1995-07-11  |  1.6 KB  |  51 lines

  1. Johnny Five #26 @15301
  2. Fri Jul 07 13:09:14 1995
  3. ╒NI Header (c)══════════════════════════════════════════════════════════════╕
  4. │       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       │
  5. ╞═══════════════════════════════════════════════════════════════════════════╡
  6. │ Mod Name  : NI-007.424          Author: Johnny Five 1 @1 ExcelNet         │
  7. │                                                     1 @15333 WWIVnet      │
  8. │ Difficulty: Can you say "Block Copy"?               1 @9411 TFAlink       │
  9. │                                                     1 @4000 COWBOYnet     │
  10. │ Version   : 4.24   Date: 06-04-95                   and many others       │
  11. │                                                                           │
  12. │ Files Affected: LILO.C                                                    │
  13. │                                                                           │
  14. │ Description:  make the BBS welcome the user like Telegard when they Log   │
  15. │ on! (formerly NI-010.423)                                                 │
  16. ╘═══════════════════════════════════════════════════════════════════════════╛
  17.  
  18.  
  19.  
  20.  
  21. = Already there
  22. + add
  23. - Remove
  24. * change
  25.  
  26.  
  27. Step 1: B(ack).U(p).Y(our).S(ource).
  28.  
  29.  
  30. Step 2: Load LILO.C and search for void logon and ad the following
  31.  
  32. =#endif
  33.  
  34. =  if (usernum<1) {
  35. =    hangup=1;
  36. =    return;
  37. =  }
  38. =  useron=1;
  39. + npr("\r\n");
  40. + npr("1Welcome to %s, ",syscfg.systemname);
  41. + npr("1%s!\r\n", nam(&thisuser,usernum));  
  42. + pausescr(); 
  43. =  write_inst(INST_LOC_LOGON,0,INST_FLAGS_ONLINE);
  44. =  if (live_user) {
  45. =    reset_colors();
  46. =    ansic(0);
  47. =    outchr(12);
  48. =  }
  49.  
  50. That's It!!!!
  51.