Buzzen Update:Great news! Buzzen has finally resolved the long-running issue that was preventing service emails from reaching MSN accounts. Registration emails, account notifications, and other important messages should now arrive as expected. If this issue kept you from joining before, now’s the perfect time to come back, sign up, and get your Buzz on!
I want to modify the theme code for input on subject line script, to capitalize the 1st letter of the sentence and replace words and "i" to "I" as well. This is what I have, is there a more modern way to achieve this?
How do I modify your input to work like what I posted? I tried replacing it, but it didn't work. Thoughts?
on *:INPUT:#: {
if ($Left($1, 1) != /) {
var %Text = $Replacexcs($Regsubex($1-, /^([a-z])|\b(i)\b/g, $Upper(\t)), doesnt, doesn't, couldnt, couldn't, wouldnt, wouldn't, shouldnt, shouldn't, didnt, didn't, isnt, isn't, theyll, they'll, wasnt, wasn't, havent, haven't, dont, don't, thats, that's, cant, can't)
on *:INPUT:?: {
if ($Left($1, 1) != /) {
if ($target ison $hget(mc_temp,ircWxwhisper. [ $+ [ $target ] ])) {
if ($hget(mc_temp,ircWxwhisperaccept. [ $+ [ $target ] ])) {
.raw data $hget(mc_temp,ircWxwhisper. [ $+ [ $target ] ]) $target CMWHISP :WHISPACCEPTED
hdel mc_temp ircWxwhisperaccept. [ $+ [ $target ] ]
echo -130 $target $stime($target) 3You have accepted a whisper invitation from $target on $hget(mc_temp,ircWxwhisper. [ $+ [ $target ] ]) $+ $chr(160)
}
.raw WHISPER $hget(mc_temp,ircWxwhisper. [ $+ [ $target ] ]) $target $mycolorsend($1-)
}
else { echo -i12 $target $stime($target) 4User is not currently in $hget(mc_temp,ircWxwhisper. [ $+ [ $target ] ]) | halt }
var %ftext = $checkemots($checkfont($mycolorsend($1-)))
echo -i12 $target $stime($target) $+(,$me,,:) $urlcol($checkemots(%ftext)) $+ $chr(160)
halt
}
}