What happened to the Messenger Plus! forums on msghelp.net?
Shoutbox » MsgHelp Archive » Messenger Plus! for Live Messenger » Scripting » Answering code (kinda, I suck at titles)

Answering code (kinda, I suck at titles)
Author: Message:
matty
Scripting Guru
*****


Posts: 8336
Reputation: 109
39 / Male / Flag
Joined: Dec 2002
Status: Away
RE: Answering code (kinda, I suck at titles)
Ok so here is what you want my recommendation would be

Instead of having text files have 1 XML file. The structure can be something like this:
XML code:
<AutoResponder>
    <Word>
        <Trigger>hey</Trigger>
        <Response>hi</Response>
        <!--
            Number between 1 - 10
            10 being takes precedence over all others
            1 being last one selected
        -->
        <Priority>9</Priority>
    </Word>
    <Word>
        <Trigger>hey mate</Trigger>
        <Response>hey mate how are you?</Response>
        <Priority>10</Priority>
    </Word>
</AutoResponder>


What that would allow you to do is have hey mate take priority over hey so if someone were to say hey mate you would say hey how are you instead of hi.

That would be how I would develop such a feature.

This post was edited on 12-10-2008 at 08:03 PM by matty.
12-10-2008 08:03 PM
Profile E-Mail PM Find Quote Report
« Next Oldest Return to Top Next Newest »

Messages In This Thread
Answering code (kinda, I suck at titles) - by Jonte135 on 12-09-2008 at 08:41 PM
RE: Answering code (kinda, I suck at titles) - by matty on 12-09-2008 at 09:08 PM
RE: Answering code (kinda, I suck at titles) - by Jonte135 on 12-10-2008 at 07:51 PM
RE: Answering code (kinda, I suck at titles) - by matty on 12-10-2008 at 08:03 PM
RE: Answering code (kinda, I suck at titles) - by Jonte135 on 12-10-2008 at 08:10 PM
RE: Answering code (kinda, I suck at titles) - by roflmao456 on 12-10-2008 at 09:25 PM
RE: Answering code (kinda, I suck at titles) - by Jonte135 on 12-11-2008 at 08:48 PM
RE: Answering code (kinda, I suck at titles) - by matty on 12-12-2008 at 12:41 AM
RE: Answering code (kinda, I suck at titles) - by Jonte135 on 12-13-2008 at 09:41 AM
RE: Answering code (kinda, I suck at titles) - by Jonte135 on 12-19-2008 at 04:13 PM
RE: Answering code (kinda, I suck at titles) - by vaccination on 12-19-2008 at 04:42 PM
RE: Answering code (kinda, I suck at titles) - by matty on 12-19-2008 at 05:07 PM


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