You could do this by template modifications. Open up the priv_sendprivmsg template, find:
Code:
Please complete the recipient, subject and message fields.
replace with
Code:
Please complete the recipient and message fields.
then find:
Code:
<td bgcolor="#DFDFDF"><normalfont><input type="text" class="bginput" name="title" value="$subject" size="40" maxlength="85" tabindex="2"></normalfont></td>
replace with
Code:
<td bgcolor="#DFDFDF"><normalfont><input type="text" class="bginput" name="title" value="(no subject)$subject" size="40" maxlength="85" tabindex="2"></normalfont></td>
Untested, but should work