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 >
Wrap
Text File
|
1990-05-24
|
2KB
|
55 lines
Sam Kerns #1 @3650
Mon May 21 15:24:14 1990
***************************
* *
* Autosignature Tag Mod *
* Sam Kerns #1@3650 *
* Tornado Alley BBS *
* (316) 524-8153 *
* *
***************************
Here is a MOD that came from the writing of WWIVwrite and is the part
that adds the users name, usernumber and system number to the post along
with a system Tag and the NAME of the Sub (NETTED only) that the post was
originally placed on. Sometimes, it is handy when someone captures a post
and sticks it on another sub. These are all part of the WWIVwrite Offline
reader kit... (No, it is by no means ready for release yet....)
In void INMSG look for the below marked code lines then add the code marked
as addition and compile. Since no changes are made in FCNS or any of the H
files, just compile the MESSAGE1.OBJ file and re-link.
} else {
for (i5=0; i5<curli; i5++)
addline(b,&(lin[i5*LEN]),&l1);<----- Look for this!
}
addline(b,"",&l1); <----- Should be in CODE, if not ADD THIS!!!
addline(b," ",&l1);<--------------------- Add from this line to marker
strcpy(s,"5Message Author=> 2");
strcat(s,nam1(&thisuser,usernum,syscfg.systemnumber));
addline(b,s,&l1);
strcpy(s,5Net Sub Origin=>0 ");
strcat(s,subboards[curlsub].name);
addline(b,s,&l1);
if ((subboards[curlsub].type) && (syscfg.systemnumber) && (aux!="EMAIL"))
{
addline(b,"5System=> <<< INSERT YOUR TAG LINE HERE!!!! >>> ",&l1);
} <----------------------------------- End of additions at this line.
if (b[l1-1]!=26) <----- Normal WWIV code resumes with this line.
b[l1++]=26;
savefile(b,l1,&m,aux);
if (fsed)
unlink(fnx);
-----------------------------------------------------------------------------
End of the Mod.........
5Message Author=> 2Sam Kerns #1 @3650
5Net Sub Origin=>1 WWIV Modifications
5WWIVnet System=> 2Tornado Alley BBS 1(33161) 7524-8153 3 Wichita, Kansas 5