Fixed problem with WAZOO
This commit is contained in:
parent
0477998748
commit
d7e93f01e7
@ -247,6 +247,7 @@ 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()) {
|
||||||
|
if(not (mode & GMSG_NOLSTUPD))
|
||||||
FreqWaZOO(msg->re, msg->dest, msg->attr);
|
FreqWaZOO(msg->re, msg->dest, msg->attr);
|
||||||
if(CFG->frqoptions & FREQ_NOWAZOOMSG)
|
if(CFG->frqoptions & FREQ_NOWAZOOMSG)
|
||||||
return;
|
return;
|
||||||
|
Reference in New Issue
Block a user