Check Message Length
1.0
This mod will allow you to check the message length to see if it is too long or it will fit.
First mod for SP1! :P
DemonSlayer
template.html
Sources/Subs.pl
if(!$yycopyin && $curline =~ m~~) { $yycopyin = 1; }
if($curline =~ m~~) {
$yyMaxMessLen=$MaxMessLen;
}
Sources/Post.pl
Check the Message Length