mIRC Home    About    Download    Register    News    Help

Print Thread
#57947 27/10/03 11:28 AM
Joined: Jun 2003
Posts: 77
O
ozyvent Offline OP
Babel fish
OP Offline
Babel fish
O
Joined: Jun 2003
Posts: 77
I have a script that allows me to view the name of a sound played (when I don't have it):
e.g. [nick SOUND] sound.wav by halting the default, and echoing it with the filename at the end.

I also want to see the filename of the sound played, when i do have the sound.


.
#57948 27/10/03 12:46 PM
Joined: Oct 2003
Posts: 273
E
EVH Offline
Fjord artisan
Offline
Fjord artisan
E
Joined: Oct 2003
Posts: 273
Code:
ctcp *:SOUND*:*:echo -acet ctcp $+([,$nick SOUND]) $2- | haltdef

Last edited by EVH; 27/10/03 12:49 PM.
#57949 27/10/03 01:33 PM
Joined: Jun 2003
Posts: 77
O
ozyvent Offline OP
Babel fish
OP Offline
Babel fish
O
Joined: Jun 2003
Posts: 77
Cheers! smile


.
#57950 27/10/03 02:15 PM
Joined: Oct 2003
Posts: 273
E
EVH Offline
Fjord artisan
Offline
Fjord artisan
E
Joined: Oct 2003
Posts: 273
smile


Link Copied to Clipboard