Force JAMSMAPIHIGHWATE to YES for Fidoconfig
This commit is contained in:
parent
45bb6613de
commit
7924145087
@ -12,6 +12,9 @@ ______________________________________________________________________
|
|||||||
Notes for GoldED+ 1.1.5, /snapshot/
|
Notes for GoldED+ 1.1.5, /snapshot/
|
||||||
______________________________________________________________________
|
______________________________________________________________________
|
||||||
|
|
||||||
|
+ JAMSMAPIHIGHWATER is now active by default if "areafile fidoconfig"
|
||||||
|
is specifyed (not tested).
|
||||||
|
|
||||||
- Fixed the problem with 13 hour of UTC displacement. I hope noone
|
- Fixed the problem with 13 hour of UTC displacement. I hope noone
|
||||||
have 25 hour displacement, yep? :)
|
have 25 hour displacement, yep? :)
|
||||||
|
|
||||||
|
@ -448,6 +448,7 @@ void AddNewArea(AreaCfg& aa);
|
|||||||
void CfgAddress(char* value);
|
void CfgAddress(char* value);
|
||||||
void CfgOrigin(const char* value);
|
void CfgOrigin(const char* value);
|
||||||
void CfgUsername(char* value);
|
void CfgUsername(char* value);
|
||||||
|
void CfgJAMSMAPIHighwater(bool value);
|
||||||
void ReadEcholist(char* value);
|
void ReadEcholist(char* value);
|
||||||
void SetAreaDesc(char* echoid, char* desc);
|
void SetAreaDesc(char* echoid, char* desc);
|
||||||
|
|
||||||
|
@ -380,6 +380,8 @@ void gareafile::ReadHPT(char* tag) {
|
|||||||
|
|
||||||
CfgSquishuserpath(path);
|
CfgSquishuserpath(path);
|
||||||
|
|
||||||
|
CfgJAMSMAPIHighwater(true);
|
||||||
|
|
||||||
ReadHPTFile(path, file, options, origin, defaultgroup);
|
ReadHPTFile(path, file, options, origin, defaultgroup);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user