What happened to the Messenger Plus! forums on msghelp.net?
Shoutbox » MsgHelp Archive » Messenger Plus! for Live Messenger » WLM Plus! Bug Reports » Now, how to describe this one...

Now, how to describe this one...
Author: Message:
RaceProUK
Elite Member
*****

Avatar

Posts: 6073
Reputation: 57
39 / Male / Flag
Joined: Oct 2003
O.P. RE: Now, how to describe this one...
quote:
Originally posted by BEWARE^^
that are commands im msn messenger or msg plus

/xslap = just a slap method
/xslapwith = that you slap with the person's nick.

note1: /slap is a quick text
note2: /slapwith isnt a normal command for messenger

and both are mIRC command lines
You obviously know nothing about my plugin, Slapper. Next time, read up and think before you reply.

Choli, I know that both contacts used /nick2 (I'm one of them :P). Also, I have no word filters, but my friend has, to change 'Brainz' to 'rich'.
As for ParseCommand:
code:
Public Function ParseCommand(ByVal sCommand As String, ByVal sCommandArg As String, _
ByVal oConversationWnd As Object, ByRef sResult As String) As Boolean
    Dim ConvWnd As MessengerAPI.IMessengerConversationWnd
    Dim Contacts As MessengerAPI.IMessengerContacts
    Dim Victim As MessengerAPI.IMessengerContact
    Dim nick As String

    Set ConvWnd = oConversationWnd
    Set Contacts = ConvWnd.Contacts
    Set Victim = Contacts.Item(0)
    nick = Victim.FriendlyName

    If sCommand = "/xslapver" Then
        MsgBox "Slapper Version 1.0", vbOKOnly, "Slapper"
        ParseCommand = True
    End If
    If sCommand = "/xslap" Then
        sResult = sCCMeStart + "slaps " + nick + " around a bit with a large trout" + sCCMeEnd
        ParseCommand = True
    End If
    If sCommand = "/xslapwith" Then
        If sCommandArg = "" Then
            MsgBox "Please specify an object", vbOKOnly, "Slapper"
        Else
            sResult = sCCMeStart + "slaps " + nick + " around a bit with a " + _
                sCommandArg + sCCMeEnd
        End If
        ParseCommand = True
    End If
End Function
[Image: spartaafk.png]
09-14-2004 12:16 PM
Profile PM Web Find Quote Report
« Next Oldest Return to Top Next Newest »

Messages In This Thread
Now, how to describe this one... - by RaceProUK on 09-13-2004 at 08:03 PM
RE: Now, how to describe this one... - by Choli on 09-13-2004 at 08:51 PM
RE: Now, how to describe this one... - by BEWARE^^ on 09-13-2004 at 09:22 PM
RE: Now, how to describe this one... - by Vantage on 09-14-2004 at 03:10 AM
RE: Now, how to describe this one... - by RaceProUK on 09-14-2004 at 12:16 PM
RE: RE: Now, how to describe this one... - by BEWARE^^ on 09-14-2004 at 11:04 PM
RE: Now, how to describe this one... - by Patchou on 09-14-2004 at 10:13 PM
RE: Now, how to describe this one... - by Choli on 09-15-2004 at 07:03 PM
RE: Now, how to describe this one... - by Patchou on 09-16-2004 at 07:37 AM


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