Not to be triggered on !dp command i changed the following line in
ChangeDp Plugin
downloaded from
http://www.msgpluslive.net/scripts/view/253-ChangeDp!/
if (Message.substr(0,3)=="!dp"&&Origin!=Messenger.MyName)
to
if (Message==Origin!=Messenger.MyName)
now dp changes on every message... but it also changes on messages that i send by my self
i want to to change only over messages i receive...
please tell me how to do that...