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

  1. Sam Kerns #1 @3650
  2. Mon May 21 15:24:14 1990
  3. ***************************
  4. *                         *
  5. *  Autosignature Tag Mod  *
  6. *  Sam Kerns #1@3650      *
  7. *  Tornado Alley BBS      *
  8. *  (316) 524-8153         *
  9. *                         *
  10. ***************************
  11.  
  12.       Here is a MOD that came from the writing of WWIVwrite and is the part
  13.   that adds the users name, usernumber and system number to the post along
  14.   with a system Tag and the NAME of the Sub (NETTED only) that the post was
  15.   originally placed on. Sometimes, it is handy when someone captures a post
  16.   and sticks it on another sub.  These are all part of the WWIVwrite Offline
  17.   reader kit... (No, it is by no means ready for release yet....)
  18.  
  19.  
  20.   In void INMSG look for the below marked code lines then add the code marked
  21.   as addition and compile. Since no changes are made in FCNS or any of the H
  22.   files, just compile the MESSAGE1.OBJ file and re-link.
  23.  
  24.  
  25.  
  26. } else {
  27.       for (i5=0; i5<curli; i5++)
  28.         addline(b,&(lin[i5*LEN]),&l1);<-----  Look for this!
  29.     }
  30.       addline(b,"",&l1); <----- Should be in CODE, if not ADD THIS!!!
  31.       addline(b," ",&l1);<--------------------- Add from this line to marker
  32.       strcpy(s,"5Message Author=> 2");
  33.       strcat(s,nam1(&thisuser,usernum,syscfg.systemnumber));
  34.       addline(b,s,&l1);
  35.       strcpy(s,5Net Sub Origin=>0 ");
  36.       strcat(s,subboards[curlsub].name);
  37.       addline(b,s,&l1);
  38.       if ((subboards[curlsub].type) && (syscfg.systemnumber) && (aux!="EMAIL"))
  39.       {
  40.       addline(b,"5System=> <<< INSERT YOUR TAG LINE HERE!!!! >>> ",&l1);
  41.        }  <----------------------------------- End of additions at this line.
  42.     if (b[l1-1]!=26) <----- Normal WWIV code resumes with this line.
  43.       b[l1++]=26;
  44.     savefile(b,l1,&m,aux);
  45.     if (fsed)
  46.       unlink(fnx);
  47.  
  48.  -----------------------------------------------------------------------------
  49.  End of the Mod.........
  50.  
  51. 
  52.  
  53. 5Message Author=> 2Sam Kerns #1 @3650
  54. 5Net Sub Origin=>1 WWIV Modifications 
  55. 5WWIVnet System=> 2Tornado Alley BBS  1(33161) 7524-8153 3 Wichita, Kansas 5