Sorry, I was confused because I thought you have meant "Report" feature for forum
messages. When somebody sends such kind of alert, IP is not displayed at all. You may see it in action on the
miniBB full demo page.
Here, I see now you mean the "Report" feature for
private messages themselves.
So, for this kind of reporting, IP removal is done in the following block of code marked in bold below (search for `$alertIp` in
addon_pmail.php and you will find it:
$_POST['postText']=<<<out
{$l_author}: <a href="https://www.minibb.com/forums/{$indexphp}action=userinfo&user={$alertUserfrom}" target="_blank">{$alertUserfromnick}</a><br />{$l_posted}: {$dateOrig}<br />IP: {$alertIp}<br /><br />{$areason}<strong>{$l_message}</strong>:<br /><br />{$alertMsg}
out;