Changes to phone, add Active/Archive to echomail list for nets

This commit is contained in:
2023-07-06 09:35:15 +10:00
parent 0f7a42c503
commit d6aafa4322
4 changed files with 18 additions and 10 deletions

View File

@@ -215,10 +215,12 @@ final class EMSI extends BaseProtocol implements CRCInterface,ZmodemInterface
);
// System Details
$makedata .= sprintf('{IDENT}{[%s][%s][%s][-Unpublished-][38400][%s]}',
$makedata .= sprintf('{IDENT}{[%s][%s][%s][%s][%d][%s]}',
$this->setup->system->name,
$this->setup->system->location,
$this->setup->system->sysop,
$this->setup->system->phone ?: '-Unpublished-',
self::TCP_SPEED,
'XA' // Nodelist Flags
);