home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
The Devil's Doorknob BBS Capture (1996-2003)
/
devilsdoorknobbbscapture1996-2003.iso
/
Dloads
/
WWIVMODS
/
MODSUNKN.ZIP
/
BAUDRATE.MOD
< prev
next >
Wrap
Text File
|
1992-12-01
|
2KB
|
52 lines
Pillsbury Dough Boy #1 @7652 [Lancaster, NY]
10/14/90 at 8:31 pm <EST>
/* Welcome to my third mod .. "BAUDRATE.mod"... (Or PDBMOD3.TXT)
Name: BAUDRATE.mod (or PDBMOD3.TXT)
Desc: Prints out Baud Rates in UEDIT
Time: 5 minutes (tops)
File: Only One : SYSOPF.C
D&T : October 14th, 1990 at 8:23 EST
Thanks: Superconductor (119@7652) - for the Idea
The MOD!
*/
/*
Step 1 - In SYSOPF.C -
In: void print_data(int un, userrec *u)
Search for : print("UpDn: U=",s,"-",s2,"k D=",s1,"-",s3,"k",""); */
/* Add */
itoa(u->lastrate,s5,10);
print("BaudRate: ",s5,"");
/* -----------------=============(End Step 1)=============--------------
Step 2 - In SYSOPF.C -
In: void print_short(int un, userrec *u)
Search for: print("Comp: ",&(ctypes[u->comp_type][0]),""); */
/* Add */
itoa(u->lastrate,s5,10);
print("BaudRate: ",s5,"");
End of Mod
Well. This is a very very easy mod... No disclaimer should be necessary, but
I'm putting one just incase. :-) If this mod really does the dirty deed on
your brand new computer... don't come crying to me.. I have my own problems..
(Violin in background).. Right now, I'm only 15 years old, and I've turned out
three mods already (WHEREFROM.MOD, EMAILFIX.MOD and this one) so that's pretty
good. (Especially since I really don't know Turbo C that well)... If you
have any ideas for mods, please email #1@7652 and I'll see what I can do.