home *** CD-ROM | disk | FTP | other *** search
- 'T:OBSOLETE.EBS for CompuServe
- ' VA 4.01 release
-
- Sub DownloadLibrary(id As String, forum As String, full As String, age As String, keywords As String, replace As String)
- ReportSuccess id & " : DownloadLibrary() is an obsolete action"
- End Sub
-
- Sub RemoteSearch(id As String, forum As String, cmd As String)
- ReportSuccess id & " : RemoteSearch() is an obsolete action"
- End Sub
-
- Sub UndeleteMail(id As String)
- ReportSuccess id & " : UndeleteMail() is an obsolete action"
- End Sub
-
- Sub SetupAccount(id As String, mailname As String)
- SetupOptions id
- End Sub
-
- 'T:UsenetOptions (subroutine) (CompuServe)
- Sub UsenetOptions(id As String, realname As String, organisation As String, limit As String)
- ReportSuccess id & " : Please use the CISINET service for access to Usenet"
- End Sub
-
- 'T:UsenetRead (subroutine) (CompuServe)
- Sub UsenetRead(id As String)
- ReportSuccess id & " : Please use the CISINET service for access to Usenet"
- End Sub
-
- 'T:UsenetSubscribe (subroutine) (CompuServe)
- Sub UsenetSubscribe(id As String, group As String)
- ReportSuccess id & " : Please use the CISINET service for access to Usenet"
- End Sub
-
- 'T:UsenetUnsubscribe (subroutine) (CompuServe)
- Sub UsenetUnsubscribe(id As String, group As String)
- ReportSuccess id & " : Please use the CISINET service for access to Usenet"
- End Sub
-
- 'T:UsenetList (subroutine) (CompuServe)
- Sub UsenetList(id As String)
- ReportSuccess id & " : Please use the CISINET service for access to Usenet"
- End Sub
-
- 'T:UsenetPost (subroutine) (CompuServe)
- Sub UsenetPost(id As String, group As String, filename As String)
- ReportSuccess id & " : Please use the CISINET service for access to Usenet"
- End Sub
-
- 'T:UKPubs (subroutine) (CompuServe)
- Sub UKPubs(id As String, county As String, town As String, pub As String, limit As String)
- ReportSuccess id & " : UKPubs() is an obsolete action - go UKEVENTS"
- End Sub
-
- 'T:UKWhatsOn (subroutine) (CompuServe)
- Sub UKWhatsOn(id As String, town As String, county As String, etype As String, _
- title As String, venue As String, limit As String)
- ReportSuccess id & " : UKWhatsOn() is an obsolete action - go UKEVENTS"
- End Sub
-
- 'T:UKAcommodation (subroutine) (CompuServe)
- Sub UKAccommodation(id As String, town As String, county As String, _
- atype As String, limit As String)
- ReportSuccess id & " : UKAccommodation() is an obsolete action - go UKEVENTS"
- End Sub
-
- 'T:UpdateSections (subroutine) (CompuServe)
- Sub UpdateSections(id As String, forum As String)
- ReportSuccess id & " : UpdateSections() is an obsolete action - it is now automatic"
- End Sub
-
- 'T:JoinForum (subroutine) (CompuServe)
- Sub JoinForum(id As String, forum As String, handle As String, ndays As String)
- NewJoinForum id, forum, handle, ndays, ""
- End Sub
-
- 'T:ForumStats (subroutine) (CompuServe)
- Sub ForumStats(id As String, forum As String)
- HMIForumStats id, forum
- End Sub
-
- 'T:HMISysopModify (subroutine) (CompuServe)
- Sub HMISysopModify(id As String, forum As String, num As String, section As String)
- ReportSuccess id & " : HMISysopModify() is an obsolete action"
- End Sub
-
- 'T:HMISysopSubject (subroutine) (CompuServe)
- Sub HMISysopSubject(id As String, forum As String, num As String, newsubj As String)
- ReportSuccess id & " : HMISysopSubject() is an obsolete action"
- End Sub
-
-
-