Shoutbox

help with my plugin, please - Printable Version

-Shoutbox (https://shoutbox.menthix.net)
+-- Forum: MsgHelp Archive (/forumdisplay.php?fid=58)
+--- Forum: Messenger Plus! for Live Messenger (/forumdisplay.php?fid=4)
+---- Forum: Scripting (/forumdisplay.php?fid=39)
+----- Forum: Plug-Ins (/forumdisplay.php?fid=28)
+------ Thread: help with my plugin, please (/showthread.php?tid=29708)

help with my plugin, please by LiMãØ on 08-09-2004 at 07:01 PM


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???
RE: help with my plugin, please by RaceProUK on 08-09-2004 at 10:31 PM

Probably the easiest way is to make it a SPNG talker.


RE: RE: help with my plugin, please by LiMãØ on 08-09-2004 at 10:51 PM

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
RE: help with my plugin, please by RaceProUK on 08-09-2004 at 10:52 PM

You'll be in for a lot of work...


RE: help with my plugin, please by LiMãØ on 08-09-2004 at 11:00 PM

and I need help :( ....