home *** CD-ROM | disk | FTP | other *** search
- /* $VER: notify.rexx ©1998 by Michael Kilimann mike@kily.ruhr.de - changed by Goldy-IrcNet@gmx.net
-
- You need to change
- -the path of "Play16"
- -add "%ld" to the rexx-command in STRICQ/NOTIFY/ONLINE NOTIFY COMMAND
-
- rx <script> %ld
-
- */
-
- parse arg UIN
- options results
-
- if ~exists("Libs:rexxreqtools.library") then do
- echo "LIBS:RexxReqTools.Library nicht gefunden."
- exit
- end
-
- addlib("rexxreqtools.library",0,-30)
-
- /*
- You need to add for each user one new "IF"!
- */
-
- if UIN="13113314" then User="GER:Kilyman, Michael Kilimann"
- if UIN="14626385" then User="GER:Goldy"
- if UIN="8083608" then User="USA:Black Fire, Douglas McLaughlin"
-
- /* if UIN="" then User="" */
-
- if user~="USER" then do
-
- ADDRESS COMMAND "run >nil: DH2:MUSIK/PLAY/Play16/play16 DH2:DFUe/ON/S_ICQ/stricq/sounds/OnlineWNT.wav VOL=60"
-
- IF SHOW('P',"AMIRC.1") =1 then
- do
- address 'AMIRC.1'
- "echo C=1 P="d2c(27)"b«ICQ» Benutzer: "User" UIN="UIN" ist Online !"
- end
- else do
-
- call rtezrequest( "Benutzer:"User" UIN="UIN" ist Online !","Toll|Egal" ,"ICQ notify" , "rt_font=xhelvetica.font/11")
- if rtresult == 0 then exit
-
- end
-
-
- end
-
- EXIT
-
-
- --BOUNDARY.1753094472.1--
-