home *** CD-ROM | disk | FTP | other *** search
- Nicolas Leblanc #2 @20302
- Sat Jun 10 13:05:07 1995
- ┌┬─── ── ─ ─ ── ───────────────────────────────────────────────────┬─ ∙∙
- ││ Alternative Worlds Presents │
- └┼─────────────────────────────────────────────────────────────────────┐
- ││ Mod Name » FMD-31a.MOD │∙
- ││ Difficulty » █▒▒▒▒▒▒▒▒▒▒ (1/10) │:
- ││ WWIV Version » 4.24 ││
- ││ Date Affected » 06/01/95 ││
- :│ Files Affected » MSGBASE.C ││
- ∙│ Description » Change Origin of Post if Gated ││
- └─────────────────────────────────────────────────────────────────────┼┐
- │ A French Mod Division Release - (C) 1995 FMD Software ││
- ∙∙ ─┴─────────────────────────────────────────────────── ── ─ ─ ── ───└┘
-
- ┌┬══════════════════┐
- ││ Long Description ││
- └══════════════════┴┘
-
- This modification will replace the original "From:" line of WWIV if the
- current post is gated. It will change it to "Gated:" instead, so your users
- will be aware that the post ain't from a precise area, but it has been
- gated from a specific system.
-
- Revision A:
-
- - Updated for WWIV v4.24
-
- ┌┬═══════┐
- ││ Tests ││
- └═══════┴┘
-
- This modification has been tested on a virgin WWIV v4.24 source using
- Borland C++ v4.5
-
- ──────────────────────────────────────────────────────────────────────────────
- Legend
- ╔═══╤══════════════════┐
- │ + │ Add This Line │
- │ - │ Delete This Line │
- │ * │ Modify This Line │
- │ = │ Existing Line │
- └═══╧══════════════════╝
- ───[Step 1]────────────────────────────────────────────────────────────────────
-
- Load MSGBASE.C and look for the following lines:
-
-
- = ansic_x(sysinfo.msg_color);
- = plan(d,&abort,next);
- = if (origin_str[0]) {
- + if (n[1]=='`') {
- + if (E_C)
- + osan("1Gated From0.. 2",&abort,next);
- + else
- + osan("Gated From: ",&abort,next);
- + } else
- = osan(get_string(STR_662),&abort,next);
- = plan(origin_str,&abort,next);
- = }
- = if (origin_str2[0]) {
-
-
- ───[Step 2]────────────────────────────────────────────────────────────────────
-
- You're done, simply compile back the system.
-
- French Proverb: A père avare, enfant prodigue.
-
- For comments, bug report and suggestion, e-mail at the following address:
-
- Nicolas LeBlanc 2@20302.WWIVnet (aka Spotnick)
- -> spotnick@gamemaster.qc.ca
- Martin Bourdages 242@20306 / 3@20302.WWIVnet (aka Dark Shadow)
- -> martin.bourdages@radio.magicnet.com
-
- => French Mod Division Support Sub <=
- SubType: FMD
- Host: @20302 (WWIVnet)
- Scan sublist for other networks
-
- Read PRODUCTS.FMD for the full list of our support systems.
-
- ───[EOF]──────────────────────────────────────────────────────────────────────
-