![]() |
![]() |
Kaihawaii |
![]()
Post
#1
|
Newbie ![]() Group: Members Posts: 4 Joined: 18-February 08 Member No.: 474 ![]() |
hi, how i can adapt the folowing code for mirc and skype:
CODE if(%stream=='http://%' || %stream=='mms://%') { %fn; } greet from Berlin |
![]() ![]() |
Serge |
![]()
Post
#2
|
![]() AMIP Developer ![]() ![]() ![]() Group: Root Admin Posts: 935 Joined: 12-March 06 Member No.: 1 ![]() |
This makes no sense. %stream is a flag, it's either 1 or not set, %fn will already contain http or mms if stream is played, so I don't understand what you need.
|
Kaihawaii |
![]()
Post
#3
|
Newbie ![]() Group: Members Posts: 4 Joined: 18-February 08 Member No.: 474 ![]() |
i understand, at the moment i use this code:
CODE $if(%stream,%fn,) or CODE $if($mat(%min%sec,^0+$),%fn,) but, this works only with a stream... I want to output the path, ever when the music comes from the internet. I don't output a local path (c:\...) |
![]() ![]() |