Shoutbox

Plugin Request: Autoanswer - 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: Plugin Request: Autoanswer (/showthread.php?tid=53518)

Plugin Request: Autoanswer by Akdor 1154 on 12-02-2005 at 08:06 AM

Hi,

A quick request for a (theoretically) simple plugin, that will send a message based on a message just recieved. e.g.

quote:
Originally posted by Someone Else
Hi
quote:
Originally posted by Autoanswer plugin
Hello

If you wanted to spiffy it up a bit, you could add variables:
quote:
Originally posted by Autoanswer plugin
%trigger% - Triggering message
%friend% - Other person's user name
%self% Your user name
Etc.

Thanks,
-Jarrad :)
RE: Plugin Request: Autoanswer by CookieRevised on 12-02-2005 at 10:58 AM

This is requested many times before (so in future, you might wanna search the forums first before posting)...

Anyways, this is not possible to do with a plugin because Messenger Plus! does not parse every text send by your contacts to the plugin API (only Plus! commands are parsed).

The Messenger addon MessengerDiscoveryX has a feature like that though.


RE: Plugin Request: Autoanswer by Sunshine on 12-02-2005 at 11:01 AM

For that you can make a bot/autoresponder. Have a look at Bot Developers Kit available!.

Edit: you do need programming experience for this


RE: Plugin Request: Autoanswer by Akdor 1154 on 12-02-2005 at 11:08 PM

quote:
Originally posted by CookieRevised
Anyways, this is not possible to do with a plugin because Messenger Plus! does not parse every text send by your contacts to the plugin API (only Plus! commands are parsed).
How does the Word Filtering work then?

Sorry about the searching, it just seemed a little too vague to be able to do a decent search for.

quote:
Originally posted by Sunshine
Edit: you do need programming experience for this
Well, I know PHP... ;)
What do I need? C? C#.NET? Maybe this will give me the motivation to get my arse into gear and learn something remotely useful...

EDIT: Never mind, I just read a little more of the linked thread. Thanks! :)

-Jarrad :)
RE: Plugin Request: Autoanswer by RaceProUK on 12-02-2005 at 11:30 PM

quote:
Originally posted by Akdor 1154
Well, I know PHP... ;)
What do I need? C? C#.NET?
C/C++ is best ;) Or you can try VB.NET.
RE: Plugin Request: Autoanswer by DJKAL on 12-02-2005 at 11:32 PM

quote:
Originally posted by CookieRevised
The Messenger addon MessengerDiscoveryX has a feature like that though.

i tried this once before- none of the feature of this worked:S
so i wouldnt really recommend it, maybe it was just something i didnt do :S
RE: Plugin Request: Autoanswer by Akdor 1154 on 12-02-2005 at 11:33 PM

I think I'll learn VB first... one step at a time, I think... :o


RE: RE: Plugin Request: Autoanswer by CookieRevised on 12-03-2005 at 12:26 AM

quote:
Originally posted by Akdor 1154
quote:
Originally posted by CookieRevised
Anyways, this is not possible to do with a plugin because Messenger Plus! does not parse every text send by your contacts to the plugin API (only Plus! commands are parsed).
How does the Word Filtering work then?
Word filtering isn't part of the plugin architecture, it is directly programmed within Plus!. Text send to you are not parsed to the plugins.