home *** CD-ROM | disk | FTP | other *** search
- Neue Regel (Or Silent Knight) #1 @10141
- Sat Jun 24 14:30:35 1995
- ┌────────────────────────────────────────────────────────────────────────────┐
- │ Mod Name : ZF-2.MOD Mod Author: Neue Regel 1@10141 WWIVnet│
- │ Difficulty : ░░░░░░░░░░ /┤lpha-1 Republic [ASV/GSA] 1@6293 ICEnet │
- │ WWIV Version : 4.24 │
- │ Mod Date : 6-24-95 │
- │ Files Affected: MMENU.C │
- │ │
- │ Description : Asks user if he or she would like to vote scan all │
- │ conferences when 'N' is entered. │
- └────────────────────────────────────────────────────────────────────────────┘
-
- ─[Legal Info]────────────────────────────────────────────────────────────────
- This modified code may contain some parts of WWIV source code, which is
- copyright 1988-1995 by Wayne Bell and licensed only to registered users of
- WWIV. Use of WWIV source without registration constitutes a license
- violation, could lead to legal prosecution and is generally regarded as evil
- Shareware distributors and CD-ROM publishers may not distribute this
- modified code without express written permission of the Author or WWIV
- Software Services.
-
- ─[Extended Description]──────────────────────────────────────────────────────
- I saw this mod for 4.23 and I think I used it. Then I somehow lost it so I
- was waiting to see this on MODNET because it was fairly easy. Then I
- thought, why not make one for my self... Well here it is, like my last mod
- this is a no-brainer. If you hit 'N' it'll ask you if you want to scan all
- the subs. If you say yes it'll do the same as '/A'.
-
- ─[Disclaimer]────────────────────────────────────────────────────────────────
- Ehh... back up the code... but it's kinda hard to mess up.
-
- ─[Step 1 (the only step)]────────────────────────────────────────────────────
-
- Open up MMENU.C
- Search for this (under void mainmenu):
- case 'N':
-
- Under it add this block
- /*zf-2 begin*/
- nl();
- npr("9Scan all conferences1? ");
- if (yn()) {
- write_inst(INST_LOC_SUBS,usub[cursub].subnum,INST_FLAGS_NONE);
- express=0;
- expressabort=0;
- if ((uconfsub[1].confnum!=-1) && (okconf(&thisuser))) {
- ac=1;
- tmp_disable_conf(1);
- }
- nscan(0);
- if (ac)
- tmp_disable_conf(0);
- break;
- }
- /*zf-2 end*/
-
- Save mmenu.c, then type make in your source directory. You are done. Only
- 50 lines... what a short mod again eh?
-
- ─[Closing]───────────────────────────────────────────────────────────────────
- If you do happen to have trouble or have any advice that could make this mod
- better or even if you just want to chat e-mail me at one of the following
- addresses (in preferential order).
-
- Internet: uaslabs@bmn.net
- or : swan0322@maroon.tc.umn.edu
- WWIVnet : 1@10141
- ICEnet : 1@6293
-
- /┤lpha-1 Republic: 612-988-0828
-