code:
Function talker(strInput)
If strInput <> "" then
If InStr(1, "abcdefghijklmnopqrstuvwxyz", Left(strInput, 1)) Then
talker = UCase(Left(strInput, 1)) + Right(strInput, Len(strInput) - 1)
Else: talker = strInput
End If
Else: talker = ""
End If
End Function
Extract the file to C:\Program Files\Messenger Plus! 3\Plugins\StuffPlug-NG or whereever you have installed Messenger Plus! to.
In a conversation window type in /xautotalker capital then press enter
Close the conversation window and reopen it, now every time you type it will change the first letter to a capital