What happened to the Messenger Plus! forums on msghelp.net?
Shoutbox » MsgHelp Archive » Messenger Plus! for Live Messenger » Scripting » Plug-Ins » help with my plugin, please

help with my plugin, please
Author: Message:
LiMãØ
New Member
*

Avatar

Posts: 12
Joined: Aug 2004
O.P. help with my plugin, please

hi everyone.... I've made one plugin wich adds a prefix and sufix on the text that you send (/xt + example results in  [ example ])

code:
ElseIf (StrComp(LCase(sCommand), "/xt", vbTextCompare) = 0) Then
        Dim sjr1 As String
        sjr1 = sCommandArg + " ]"
        sResult = "[ " + sjr1 + vbLf
       
        ParseCommand = True
    End If


I wish to know how to make this simple prefix and sufix plugin automatic (auto-talker), wich the user don't need to digit "/xt"...

can anyone help me???
08-09-2004 07:01 PM
Profile E-Mail PM Find Quote Report
RaceProUK
Elite Member
*****

Avatar

Posts: 6073
Reputation: 57
39 / Male / Flag
Joined: Oct 2003
RE: help with my plugin, please
Probably the easiest way is to make it a SPNG talker.
[Image: spartaafk.png]
08-09-2004 10:31 PM
Profile PM Web Find Quote Report
LiMãØ
New Member
*

Avatar

Posts: 12
Joined: Aug 2004
O.P. RE: RE: help with my plugin, please
quote:
Originally posted by raceprouk
Probably the easiest way is to make it a SPNG talker.

:( but I'd like to do my own plugin :(

tnks anyway
08-09-2004 10:51 PM
Profile E-Mail PM Find Quote Report
RaceProUK
Elite Member
*****

Avatar

Posts: 6073
Reputation: 57
39 / Male / Flag
Joined: Oct 2003
RE: help with my plugin, please
You'll be in for a lot of work...
[Image: spartaafk.png]
08-09-2004 10:52 PM
Profile PM Web Find Quote Report
LiMãØ
New Member
*

Avatar

Posts: 12
Joined: Aug 2004
O.P. RE: help with my plugin, please
and I need help :( ....
08-09-2004 11:00 PM
Profile E-Mail 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