home *** CD-ROM | disk | FTP | other *** search
- /* Ban Event!-Window, quit Spot 1.2b registered or higher */
-
- /* Copy this script to your Spot-Rexx-directory and Spot will */
- /* close Event!'s clockwindow before quitting, when you click */
- /* on "Quit" in the area list window. Useful only of course, if */
- /* "Follow to active Pubscreen" is switched on. */
-
- If show('Ports','EVENT!') then address "EVENT!" BAN 5
-
- options failat 101
-
- QUITSPOT
-