home *** CD-ROM | disk | FTP | other *** search
/ The Devil's Doorknob BBS Capture (1996-2003) / devilsdoorknobbbscapture1996-2003.iso / Dloads / SYSOP / MODS1.ZIP / ORB01.MOD < prev    next >
Text File  |  1995-04-19  |  2KB  |  34 lines

  1. ┌────────────────────────────────────────────────────────────────────────────┐
  2. │ Mod Name: 4 Beep Mod       Mod Authors: £ÉÉ / Orb (1@29998 WWIV            │
  3. │ Difficulty: ▓░░░░░░░░░     [01/24/94]                                      │
  4. │ WWIV Version: 4.23                                                         │
  5. │ Files Affected: LILO.C                                                     │
  6. │ Description: Creates 4 beeps as user connects to BBS, For when the user has│
  7. │their Comm Program set to Auto-dial and not watching.                       │
  8. ╞═────────────────────────────────────═╤═───────────────────────────────────═╡
  9. │ Total Confussion BBS [910] 497 0873  US Robotics 14.4 V.32Bis HST          │
  10. ╘═────────────────────────────────────═╧═───────────────────────────────────═╛
  11.  Word of Warning:  You installed it, you're responsible! Make back-ups BEFORE
  12.  attempting to install this modification!  Read all text before beginning.
  13. -----------------------------------------------------------------------------
  14.  LEGEND:
  15.  ==  Original Code [use this to search on]
  16.  ++  Add this Line [mods ALWAYS add stuff, don't they?]
  17.  
  18.  This is in void getuser.  Look down around line number 76 for un-modded
  19.  LILO.C file.
  20.   
  21.  
  22. ==   curconfsub=curconfdir=0;
  23. ==actsl=syscfg.newusersl;
  24. ==if ((!net_only) && (incom)) {
  25. ++  outchr('\x07');delay(250);
  26. ++  outchr('\x07');delay(250);
  27. ++  outchr('\x07');delay(250);
  28. ++  outchr('\x07');
  29. ==  sprintf(s,"%sWELCOME.ANS",languagedir);
  30. ==  if (exist(s)) {
  31.  
  32.  
  33.   If you like this one E-mail me here ar 29998....
  34.