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
|
||||
);
|
||||
|
||||
|
@@ -127,11 +127,6 @@ class System extends Model
|
||||
}
|
||||
}
|
||||
|
||||
public function getPhoneAttribute(string $val): string
|
||||
{
|
||||
return $val ?: '-Unpublished-';
|
||||
}
|
||||
|
||||
/* METHODS */
|
||||
|
||||
public function echoareas()
|
||||
|
Reference in New Issue
Block a user