Changes to phone, add Active/Archive to echomail list for nets
This commit is contained in:
@@ -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
|
||||
);
|
||||
|
||||
|
Reference in New Issue
Block a user