Just a notice but, messages sent should be URL encoded before being sent out. I don't believe that hard-coded functionality was out at the time of this release.
It's just a matter of replacing..
Line 154 with:
NPC Code:
requesturl( this.url @ "?user=" @ this.username @ "&pass=" @ this.password @ "&status=" @ urlencode(msg) );