Xevix: Just edit it your self.. it's just a plain text file inside the downloadable script package
1:"right" click on the file and select "Show Package Contents"
2: Edit the .scpt file with apple script editor
3: replace the "set message to......." line with the line below, or whatever you want.
set message to _title & "' by " & _artist & " on '" & _album & "'"
4: Save the file
5: quit adium
6: open home/Library/Application Support/Adium/, locate the script folder and delete the current installed version.
7: run your updated script package.
# by cocaclassic on 07/23/11 at 00:45:31
1:"right" click on the file and select "Show Package Contents"
2: Edit the .scpt file with apple script editor
3: replace the "set message to......." line with the line below, or whatever you want.
set message to _title & "' by " & _artist & " on '" & _album & "'"
4: Save the file
5: quit adium
6: open home/Library/Application Support/Adium/, locate the script folder and delete the current installed version.
7: run your updated script package.
You should be all set. Worked for me...