home *** CD-ROM | disk | FTP | other *** search
- /* Miami Automatisches start script $VER: autoM_Yam_IRC 1.01 (16.09.1998) Dirk Wenk ©1998
- */
- Options results
- parse arg file
-
- /* Amirc startup
- */
-
-
- /* siehe getonline script! */
- address command 'run <>Nil: execute Webtimer.arexx f >NIL:'
-
- chat='run <>nil: Work:DFÜ-Netz/Internet/irc/amirc connect autojoin #amigaquake'
- yam='run <>nil: Work:DFÜ-Netz/Internet/inet/yam'
- ICQ='run <>nil: Work:DFÜ-Netz/Internet/ICQ/STRICQ'
-
-
- no_chat=1
- no_yam=1
- no_ICQ=1
- on=1
-
- lst=show('P')
-
- if pos('AMIRC',lst)>0 then do
- no_chat=0
- address 'AMIRC.1' 'isconnected; on=0'
- if on=1 then do
- address 'AMIRC.1' 'say /JOIN #amiga'
- end
- end
-
- if no_chat then address command chat
-
- /* amirc startup finished
- beginne mit yam startup
- */
-
- if pos('YAM',lst)>0 then do
- no_yam=0
- end
-
- if no_yam then address command yam
-
-
- if pos('STRICQ',lst)>0 then do
- no_ICQ=0
- end
-
- if no_ICQ then address command ICQ
-
-
- exit
-