Fixed problem with WAZOO
This commit is contained in:
parent
0477998748
commit
d7e93f01e7
@ -247,7 +247,8 @@ void Area::Scan() {
|
|||||||
void Area::SaveMsg(int mode, GMsg* msg) {
|
void Area::SaveMsg(int mode, GMsg* msg) {
|
||||||
|
|
||||||
if(CFG->switches.get(frqwazoo) and msg->attr.frq()) {
|
if(CFG->switches.get(frqwazoo) and msg->attr.frq()) {
|
||||||
FreqWaZOO(msg->re, msg->dest, msg->attr);
|
if(not (mode & GMSG_NOLSTUPD))
|
||||||
|
FreqWaZOO(msg->re, msg->dest, msg->attr);
|
||||||
if(CFG->frqoptions & FREQ_NOWAZOOMSG)
|
if(CFG->frqoptions & FREQ_NOWAZOOMSG)
|
||||||
return;
|
return;
|
||||||
msg->attr.frq0();
|
msg->attr.frq0();
|
||||||
|
Reference in New Issue
Block a user