***************************
*    MusicBee Plugin      *
*    Created By           *
*    Andrew MacPherson    *
*    andrew@punks.co.za   *
***************************

Files
------
musicBeePlugin.dll
musicBeePlugin.txt (this.)

Install
-------
Simply copy musicBeePlugin.dll to your mirc install folder

Adding now Playing to mIRC
--------------------------
The function call $dll(musicBeePlugin.dll,showSong,a) will return "artist - title" so you can use it in IRC via your aliases like so


/F4 //me is listening to: $dll(musicBeePlugin.dll,showSong,a) [ MusicBee ]
-- will be *nickname is listening to artist - title [ MusicBee ] when F4 is pressed

/np //say is listening to: $dll(musicBeePlugin.dll,showSong,a) [ MusicBee ]
-- will be <nickname> is listening to artist - title [ MusicBee ] when '/np' is typed