Fixed message deletion
This commit is contained in:
parent
369479ac50
commit
14d1ba951a
@ -121,7 +121,7 @@ void Area::DeleteMsg(GMsg* msg, int direction) {
|
||||
if(isnet())
|
||||
TouchNetscan(false);
|
||||
|
||||
if(issoftdelete()) {
|
||||
if(not issoftdelete()) {
|
||||
// Remove message from internal table
|
||||
Msgn.Del(msg->msgno);
|
||||
}
|
||||
|
@ -64,18 +64,18 @@ guserbase::guserbase() {
|
||||
entry.fidoaddr.reset();
|
||||
entry.fidoaddr.zone = 2;
|
||||
entry.fidoaddr.net = 5020;
|
||||
entry.fidoaddr.node = 604;
|
||||
entry.fidoaddr.point = 19;
|
||||
entry.fidoaddr.node = 201;
|
||||
entry.fidoaddr.point = 58;
|
||||
strcpy(entry.iaddr, "aaganichev@yandex.ru");
|
||||
entry.prefer_internet = YES;
|
||||
entry.is_deleted = NO;
|
||||
strcpy(entry.pseudo, "");
|
||||
strcpy(entry.organisation, "GoldED+ Development Team");
|
||||
strcpy(entry.organisation, "");
|
||||
strcpy(entry.snail1, "Zelenograd");
|
||||
strcpy(entry.snail2, "Moscow");
|
||||
strcpy(entry.snail3, "Russia");
|
||||
entry.dataphone[0] = NUL;
|
||||
strcpy(entry.voicephone, "+7-(095)-536-2374");
|
||||
strcpy(entry.voicephone, "+7-(095)-535-10-42");
|
||||
entry.faxphone[0] = NUL;
|
||||
entry.firstdate = entry.lastdate = entry.times = 0;
|
||||
strcpy(entry.homepage, "http://aaganichev.narod.ru");
|
||||
|
Reference in New Issue
Block a user