Shoutbox

Now, how to describe this one... - 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: WLM Plus! Bug Reports (/forumdisplay.php?fid=7)
+----- Thread: Now, how to describe this one... (/showthread.php?tid=31468)

Now, how to describe this one... by RaceProUK on 09-13-2004 at 08:03 PM

With the word filter on, screenshot shows result.
[Image: attachment.php?pid=306725]
Word filer off, colour is normal.

This a word filter bug?

Additional: I know what is causing the different nicknames in the two action lines. Well, sort of.


RE: Now, how to describe this one... by Choli on 09-13-2004 at 08:51 PM

What are /xslap and /xslapwith? quick texts or plugins? If they're quick texts, post the text. If they're plugins, post the code of ParseCommand if you have it. What word filters do you have? Can you post them, please? Also note that both contacts have modified their nicks with /nick2 (instead of with /nick). That may cause those problems in some cases.


RE: Now, how to describe this one... by BEWARE^^ on 09-13-2004 at 09:22 PM

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


RE: Now, how to describe this one... by Vantage on 09-14-2004 at 03:10 AM

is this some sort of plugin?


RE: Now, how to describe this one... by RaceProUK on 09-14-2004 at 12:16 PM

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

RE: Now, how to describe this one... by Patchou on 09-14-2004 at 10:13 PM

I confirm the bug.... I'll try to fix it before my chicken arrives. I'm damn hungry.

EDIT: the bug is fixed and I'm still waiting for my chicken.


RE: RE: Now, how to describe this one... by BEWARE^^ on 09-14-2004 at 11:04 PM

quote:
Originally posted by raceprouk


You obviously know nothing about my plugin, Slapper. Next time, read up and think before you reply.


well its also used in mIRC so dont blaim me coz i was thinking it was from mirc that you build in msn
:(
RE: Now, how to describe this one... by Choli on 09-15-2004 at 07:03 PM

BEWARE^^: Your post made no sense :-/

quote:
Originally posted by Patchou
I confirm the bug.... I'll try to fix it before my chicken arrives. I'm damn hungry.

EDIT: the bug is fixed and I'm still waiting for my chicken.
raceprouk: well, all seems right but patchou found it and fixed :) yay!
quote:
Originally posted by Patchou
Today 12:13 AM
quote:
Originally posted by Patchou
This post was edited Today at 12:28 AM by Patchou.
wow! 15 minutes to fix a bug :P either it was a very stupid bug or patchou is FastCoderMan :P
RE: Now, how to describe this one... by Patchou on 09-16-2004 at 07:37 AM

Na... Patchou is just NoLifeMan :). But it is true that this bug was not difficult to fix, it's good to have some of those from time to time ;)