home *** CD-ROM | disk | FTP | other *** search
/ The Devil's Doorknob BBS Capture (1996-2003) / devilsdoorknobbbscapture1996-2003.iso / Dloads / SYSOP / MODS1.ZIP / ALF5B.MOD < prev    next >
Text File  |  1995-06-24  |  3KB  |  71 lines

  1. Alfalfa #1 @9001
  2. Mon Jun 12 15:15:09 1995
  3.     ┌─────────────────────────────────────────────────────────────────────┐
  4.     │ Mod Name       » ALF5b.MOD                                          │ 
  5.     │ Difficulty     » █▒▒▒▒▒▒▒▒▒▒ (1/10)                                 │ 
  6.     │ WWIV Version   » 4.23                                               │ 
  7.     │ Files Affected » LILO.C                                             │ 
  8.     │ Description    » Asks user if they want to vote                     │ 
  9.     └─────────────────────────────────────────────────────────────────────┘ 
  10.  
  11. Long Description
  12.         Now many WWIV SysOp's have voting questions.  And many of these voting
  13. questions are about how to improve the BBS, or other important topics.  Now
  14. as one of these SysOp's, I have had many, many users who never vote.  I like
  15. to have this input from users, and it can really help improve the BBS.  This
  16. mod simply asks the user if they would like to vote if they have unanswered
  17. voting questions.
  18.  
  19. NOTICE: Special thanks to The Pyromaniac Headbanger for noticing a few bugs
  20. ______legend_______
  21.  + add line
  22.  - delete line
  23.  = leave line alone
  24.  * modify this line
  25. ___________________
  26.  
  27.  
  28. [Step 1]
  29.    Backup your source!  This is the most important step!
  30.  
  31. [Step 2]
  32.    Open LILO.C and make the following changes to the code:
  33.  
  34. =   if (i1 && live_user) {
  35. =     nl();
  36. *     prt(2,"7You have not voted yet1...");
  37. +     nl();
  38. +     prt(2,"7Would you like to vote now 1[2y1/2N1]7?");
  39. +     if (yn())             //change this line if upgrading
  40. +     vote();
  41. =     nl();     
  42. =   }
  43. =   if ((incom) || (sysop1()))
  44.  
  45. [If upgrading]
  46.    Then delete the bracket that was right before VOID LOGOFF(VOID), if not
  47. upgrading, ignore this sentence.
  48.  
  49. ...Close LILO.C
  50.  
  51. [Step 3]
  52.    Now you get to compile your BBS!  Oh boy, that joyous downtime...  I hope
  53. you enjoy this mod, and it helps enhance your WWIV BBS system.  If you have
  54. any questions or comments on this mod, or any ideas for future mods, you can
  55. contact me at the following E-Mail addresses, or call my BBS, EarthSiege, at
  56. (910) 723-2599...
  57.  
  58.           112@5182   WWIVnet
  59.           1@9054     TerraNET
  60.           1@9001     DigiNet
  61.           1@9953     FANTASYnet
  62.           1@9951     HolisticNet
  63.           1@5        Subtle Net
  64.           1@1        GrooveNet
  65.  
  66. Well, two mods in one day!  Have fun and i'll be making more mods soon...
  67.                                                 -Alfalfa    6-10-95
  68.  
  69. EarthSiege Productions 1995
  70.  
  71.