Here you can grab my lousy attempt to create a spam dll for mIRC, which has basic support for WinAMP and BSPlayer.
One way to use it is to add something like
Code:
/F6 /action $dll(mIRCaMP,Format,now playing <&WASongTitle> [&WASongPos5% of &WASongLen done])
to your alias definitions and hit F6 when you feel like flooding around :p.
You can get some kind of 'help' about other token strings by calling the dll's 'Help' function, e.g. by typing
into the status bar.
Some things may not yet work, as I either have been too lazy or too stupid to implement it or as there isn't too much information on how to use certain API functions. Another point is that e.g. BSPlayer always seems to return -1 (or 0xffffffff) as version, making the output of '&BSVersion' is accordingly senseless, so don't be surprised if not everything works as expected.
Ah yeah, I forgot to mention that you should put the dll inside your mIRC directory.
hf
Halle
Update: fixed some bugs, e.g. crash when using &WASongPos5/&BSMovPos5 tokens
added &BSMovTitle: like &BSFileName, but if the file is called avseq*.*, it will check if the file is on a CD and if yes, get the CDs volume label and show that instead.