quote:
Originally posted by sql
Hmm, nice script man , keep up the good job =)
I'm just reporting, remote commands are stucking, my friend and I use the plugin, when I type !np, me and the contact replies, the same about !sendsong, I send mine and at the same time he sends his song too..Is this happening just with me ;_;?
For this bug you could use something like this:
if( MsgPlus.RemoveFormatCodes(Message) == "!sendsong" && MsgPlus.RemoveFormatCodes(Messenger.MyName) != MsgPlus.RemoveFormatCodes(Origin) ){
to make sure only the other user responds, I'm not really an experienced script writer so it might not be the best way but it does work