Показать сообщение отдельно
  #1  
Старый 18.06.2022, 20:11
Nil Alexandrov
Guest
 
Сообщений: n/a
По умолчанию Нardcoded ex-maintainer contact in the addressbook

Nil Alexandrov написал(а) к All в Jun 22 18:59:08 по местному времени:

Нello, All!

golded3/geusrbse.cpp прямо в конструкторе guserbase::guserbase(), прибито гвоздями как памятник. :-)

strcpy(entry.macro, "asa");
strcpy(entry.name, "Alexander S. Aganichev");
entry.fidoaddr.reset();
entry.fidoaddr.zone = 2;
entry.fidoaddr.net = 5020;
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, "");
strcpy(entry.snail1, "Zelenograd");
strcpy(entry.snail2, "Moscow");
strcpy(entry.snail3, "Russia");
entry.dataphone[0] = NUL;
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");
entry.group = 0;
strcpy(entry.comment1, "GoldED+ Maintainer");

Best Regards, Nil
--- GoldED+/LNX 1.1.5
Ответить с цитированием