Discussion:
mirc music player
(too old to reply)
musicman
2003-09-17 09:14:26 UTC
Permalink
looking for a aliase music player command line like ex /mp3 *choose a
song* and will appear like me is playing song name here
David
2003-09-17 21:27:52 UTC
Permalink
On Wed, 17 Sep 2003 05:14:26 -0400, "musicman"
Post by musicman
looking for a aliase music player command line like ex /mp3 *choose a
song* and will appear like me is playing song name here
/listen {
%filename = $$dir="Pick a song" c:\mirc\sounds
run -n %filename
say i'm listening to: $gettok(%filename,-1,92)
}

change c:\mirc\sounds to the path for your mp3's
c***@austin.rr.com
2003-09-18 02:10:59 UTC
Permalink
i think this is what your looking for

to send to all channels your on
alias mp3 {
amsg [[ $+ ! $+ $me $nopath($sfile(c:\,Select file) - $round($calc($lof($!)
/ 1000000),2) $+ MB $+ ]
}

or for specific channel
alias mp3 {
msg $?="Enter Channel Name:" [[ $+ ! $+ $me $nopath($sfile(c:\,Select
file) - $round($calc($lof($!) / 1000000),2) $+ MB $+ ]
}
Post by musicman
looking for a aliase music player command line like ex /mp3 *choose a
song* and will appear like me is playing song name here
Loading...