home *** CD-ROM | disk | FTP | other *** search
/ The Devil's Doorknob BBS Capture (1996-2003) / devilsdoorknobbbscapture1996-2003.iso / Dloads / WWIVMODS / MODSUNKN.ZIP / SYSMENU.MOD < prev    next >
Text File  |  1990-05-03  |  3KB  |  81 lines

  1. Dude #12 @3106
  2. Sun Apr 29 19:59:18 1990
  3. here is a mod i made...
  4.  
  5. /*****************************************************************************
  6.    Well, i cannot take ANY Credit for this mod, becuase this is Almost exactly
  7. the same as another mod called "EDITOR.MOD", BUT, that is for Editing things
  8. like Boardedit, Chainedit, etc. I adopted this idea from that, and made a
  9. Co-Sysop menu. I am VERY Pleased with this mod. This is my First Mod, and I
  10. Again take no Credit, cause the original was Created by Caramon Majere. But
  11. I needed something to make my, and my Co-Sysops Life Easier. This is a VERY
  12. simple mod. Just hit CTRL K-R at printmenu(5); under the /? command. Make
  13. sure you /* at the begining of VOTEPRINT. Right before the UEDIT Command
  14. make a */. amd after the next line after the last } of the UEDIT command make
  15. a /* and right before the if ((strcmp..blah.. "/?" comman close it off by
  16. typing */.
  17.  
  18. *****************************************************************************/
  19.  
  20.   if ((strcmp(s,"CO")==0) && (cs())) {
  21.      char ch;
  22.      nl(); nl();
  23.      prt(7,"╔════════════════════════════════════════════════╗"); nl();
  24.      prt(5,"       Land of Misadventure Co-Sysop's Menu       "); nl();
  25.      prt(7,"╚════════════════════════════════════════════════╝"); nl();
  26.      nl(); nl();
  27.      prt(3,"(1) Check the Today's Log"); nl();
  28.      prt(2,"(2) Print out the Vote Results"); nl();
  29.      prt(3,"(3) Check YESTERDAYS Log"); nl();
  30.      prt(2,"(4) Look at the Net's Log"); nl();
  31.      prt(3,"(5) Check Systems Status"); nl();
  32.      prt(2,"(6) Initialize Voteing Data"); nl();
  33.      prt(3,"(7) Check the ZLOG"); nl();
  34.      prt(2,"(8) Tedit a File"); nl();
  35.      prt(3,"(Q) Quit to Main Menu"); nl();
  36.      nl(); prt(1,"<> Co-Sysop Menu <>: ");
  37.      ch=onek("123456789Q");
  38.      switch (ch) {
  39.      case '1':
  40.        sl1(3,s1);
  41.        printfile(s1);
  42.        break;
  43.      case '2':
  44.        voteprint();
  45.        break;
  46.      case '3':
  47.        printfile(status.log1);
  48.        break;
  49.      case '4':
  50.        printfile("NET.LOG");
  51.        break;
  52.      case '5':
  53.        prstatus();
  54.        break;
  55.      case '6':
  56.        sysoplog("@ Ran IVOTES");
  57.        ivotes();
  58.        break;
  59.      case '7':
  60.        zlog();
  61.        break;
  62.      case '8':
  63.        sysoplog("@ Ran Tedit");
  64.        text_edit();
  65.        break;
  66.      case 'Q':
  67.        break;
  68.     }
  69.  }
  70.  
  71.  
  72. /******************************************************************************
  73.  
  74.  
  75.  
  76. IF this mod makes your Computer throwup, or whatever, i take no responsibility
  77.  
  78. E-mail 1@13120 on any WWIVLink, or MDLink BBS.... I hope you enjoy this mod...
  79.  
  80. 2-Dude
  81. 7Land of Misadventure  @13120