What happened to the Messenger Plus! forums on msghelp.net?
Shoutbox » MsgHelp Archive » Messenger Plus! for Live Messenger » Scripting » Plug-Ins » StuffPlug Talker: UCase

StuffPlug Talker: UCase
Author: Message:
Mike
Elite Member
*****

Avatar
Meet the Spam Family!

Posts: 2795
Reputation: 48
31 / Male / Flag
Joined: Mar 2003
Status: Online
O.P. Shocked  StuffPlug Talker: UCase
Hello.

When you are using this talker, every first letter in your message will become capital.
This can make your message look more "professional".
The bad thing is that when you send something short that it isn't usually capitalized like "ok", "lol" etc it will be capitalize it...
Well this is easily fixed but I'm too lazy to fix it... :P
Now, if you use WDZ's word filter list file (search the forums for it) you can make your messages more "professional" !

To install this talker:
1) Download talker.ucase.zip
2) Extract the file inside the zip into the folder of your StuffPlug talkers. This is usually located in "C:\Program Files\Messenger Plus! 3\Plugins\StuffPlug-NG\Talkers"

Please tell me what you think... :)

.zip File Attachment: talker.ucase.zip (214 bytes)
This file has been downloaded 245 time(s).

This post was edited on 02-05-2005 at 07:22 PM by Mike.
YouTube closed-captions ripper (also allows you to download videos!)
02-05-2005 07:21 PM
Profile E-Mail PM Web Find Quote Report
_Humphreys
Veteran Member
*****


Posts: 1140
Reputation: 20
24 / – / Flag
Joined: Nov 2003
Status: Away
RE: StuffPlug Talker: UCase
Thanks this is very useful as I do come out with some drabble at times. It works perfectly. :)
AC3
02-05-2005 07:28 PM
Profile PM Find Quote Report
jameslives
Full Member
***

Avatar

Posts: 232
Reputation: 3
Joined: Aug 2004
RE: StuffPlug Talker: UCase
handy plugin
thanks
[Image: jmzsigsmall3dd.gif]
02-05-2005 07:40 PM
Profile PM Find Quote Report
_Humphreys
Veteran Member
*****


Posts: 1140
Reputation: 20
24 / – / Flag
Joined: Nov 2003
Status: Away
RE: StuffPlug Talker: UCase
quote:
Originally posted by jameslives
handy plugin

Sorry to be a smart arse but it's a SPNG Talker not a plug-in. :P
AC3
02-05-2005 07:41 PM
Profile PM Find Quote Report
Mike
Elite Member
*****

Avatar
Meet the Spam Family!

Posts: 2795
Reputation: 48
31 / Male / Flag
Joined: Mar 2003
Status: Online
O.P. RE: StuffPlug Talker: UCase
Ok....
Here is the updated version.
Go to your StuffPlug NG folder of your talkers (usually "C:\Program Files\Messenger Plus! 3\Plugins\StuffPlug-NG\Talkers")
Locate the file named talker.ucase.vbs
Right click on it and click "Edit"

Find the line that says
code:
Function talker(ByVal strinput)
(first line)
Paste the following under it:
code:
if left(strinput, 2) = "ok" or left(strinput, 7) = "http://" or left(strinput, 3) = "lol" or left(strinput, 3) = "www" then
     talker = strinput 
     exit function
end if
So it should look like this:
code:
Function talker(ByVal strinput)

if left(strinput, 2) = "ok" or left(strinput, 7) = "http://" or left(strinput, 3) = "lol" or left(strinput, 3) = "www" then
     talker = strinput 
     exit function
end if

talker = "" & UCase(Left(strinput, 1)) & Mid(strinput, 2)
End Function

Click File -> Save

By doing this, words like "lol", "www", "http" wont be capitalized :)
YouTube closed-captions ripper (also allows you to download videos!)
02-07-2005 03:31 PM
Profile E-Mail PM Web Find Quote Report
_Humphreys
Veteran Member
*****


Posts: 1140
Reputation: 20
24 / – / Flag
Joined: Nov 2003
Status: Away
RE: StuffPlug Talker: UCase
Thanks again Mike 2 I guess this screwed up links in msn right?
AC3
02-07-2005 04:34 PM
Profile PM Find Quote Report
« Next Oldest Return to Top Next Newest »


Threaded Mode | Linear Mode
View a Printable Version
Send this Thread to a Friend
Subscribe | Add to Favorites
Rate This Thread:

Forum Jump:

Forum Rules:
You cannot post new threads
You cannot post replies
You cannot post attachments
You can edit your posts
HTML is Off
myCode is On
Smilies are On
[img] Code is On