In my code, if you change this line:

Code:

set %sndmail.body This is the body



to this:

Code:

set %sndmail.body $1-



You can use the command like this:

/sendmail Your message body goes here.
/sendmail $nick says: $2-


Also, you should make all of your !commands like the !report buffer one I posted above. Otherwise, you will have people abusing your SMS messages.

-genius_at_work