home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
The Devil's Doorknob BBS Capture (1996-2003)
/
devilsdoorknobbbscapture1996-2003.iso
/
Dloads
/
SYSOP
/
MODS1.ZIP
/
MTM00001.MOD
< prev
next >
Wrap
Text File
|
1995-07-30
|
3KB
|
93 lines
Mike The Man #1 @9121 7[1Pyro-Dude7]0
Mon Jul 24 15:46:36 1995
4Msg. Status:3▄ 1Please Reply!
3 ▀▀▀▀▀▀▀▀▀▀▀▀
╔══════════════════════════════════════╤════════════════════════════════════╗
║This Header/MOD copyright 1995 MTM :) │ MOD FN: [MTM00001.MOD] ║
╟──────────────────────────────────────┘ Description [Welp, this is my ] ║
║WWIV Version: [4.23/4.24] Files: [MSGBASE .C ] [first MOD so... :) ] ║
║MOD Author: [Mike The Man] [ . ] [All this mod does is] ║
║Difficulty: [■∙········] [ . ] [utilitize the user- ] ║
║Reach Me At: [1@9121 WWIVnet ][1@167 LoveNet ] [note function... It] ║
║ [1@4251 TerraNet ][1@4213 AeroNet ] [will append the note] ║
║ [1@1056 SteelNet ][1@ IceNet ] [to all posts & mails] ║
║ [#1 Mach Five BBS (412) 899-3606] [Have fun! :) ] ║
╚═══════════════════════════════════════════════════════════════════════════╝
──────────═════DISCLAIMER═════──────────
Err... Uh.. I'm only responsible for good things that happen... :) If for
some reason, something goes wrong, it's your cat's fault... If you don't
have a cat, then it's YOUR fault! :)
─═─═─═─═─═─═─═─═─═─═─═─═─═─═─═─═─═─═─═─═─═─═─═─═─═─═─═─═─═─═─═─═─═─═─═─═─═─═─═─
╔═════[Now On With 'Da MOD]════╗
╚═════[DOM aD' htiW nO woN]════╝
▄▄▄▄▄▄▄▄▄▄▄▄▄▄ Step #1 ▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄
Like backup your source or something.... Err Dah!
▄▄▄▄▄▄▄▄▄▄▄▄▄▄ Step #2 ▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄
Load up MSGBASE.C in your favorite editor...
▄▄▄▄▄▄▄▄▄▄▄▄▄▄ Step #3 ▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄
Search for this at the very top of void inmsg ...
char s[LEN],s1[LEN],s2[LEN]
And, add ", mtmunote[81]" to the end of the definition...
Without the quotes of course...
▄▄▄▄▄▄▄▄▄▄▄▄▄▄ Step #4 ▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄
Now, later in void inmsg look for this...
if (real_name)
addline(b,thisuser.realname,&l1);
else
addline(b,nam1(&thisuser,usernum,syscfg.systemnumber),&l1);
and replace it with this:
if (real_name)
addline(b,thisuser.realname,&l1);
else {
if (thisuser.note[0]==0) {
addline(b,nam1(&thisuser,usernum,net_sysnum),&l1);
} else {
sprintf(mtmunote,"%s 7[1─═─7]2 %s 7[1─═─7]0",nam1(&thisuser,usernum,net_sysnum),thisuser.note);
/* Watch the possible line wrap above!! Sorry! This is a comment and
CAN stay here... */
addline(b,mtmunote,&l1);
}
}
▄▄▄▄▄▄▄▄▄▄▄▄▄▄ Step #5 ▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄
Save and compile your BBS if you would like... :)
▄▄▄▄▄▄▄▄▄▄▄▄▄▄ NOTES!! ▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄
Drop me a line if you like this!!!
Thanks...
Oh, this is somewhat what it'll look like...
0MIKE THE MAN #1 7[1─═─7]2 Pyro-Dude 7[1─═─7]0