Description: Configurable interface which allows you to setup messages to autoreply to, or execute / Plus! commands. Messages can be set to work only for you, your contact, or both. There are also several types of options for matching. Fragments(Word or part of word), Word, Sentence, or RegEx. Other options include case sensitivity, multiple matches, or multiline matches. You can enable/disable items through checkmarks next to it. Optional ability to have sequential replies or random replies with the use of a | (pipe). Has status dependancy so you may pick which statuses you want to reply on.
Comments and Suggestions appreciated.
To Upgrade:
New version shouldn't overwrite your old stuff now so you can just install like normal.
Go to your MsgPlus/Scripts/Answering Machine Plus folder and copy your Config.xml to a different location. Once you've done that install the new version and copy your xml back to the folder. Will update the format of the file automatically, and restore your Rules.
Enjoy.
Images:
-2.72
--Fixed a weird bug nobody noticed
--Added Spanish Translation
-2.71
--Fixed a little bug that caused answers not to show up
-2.70
--Fixed a few typos
--Fixed a few stupid coding things
--Added translation class. Now then English and French version are one package and more translations can be easily made.
--Added defaults if you don't already have a config.
-2.60
--Little cleanup and stuff
--Delay functions per item, and global
--Added tooltips for most things
-2.50
--Added Status ability, by default it works on all statuses,but you may pick which ones you want to reply on.
--Each Window is restricted to a single instance as I doubt you'll ever need to edit two configs at the same time.
--Fixed bug where over 8 reply rules would crash you.
--Now breaks its looping once a reply is sent instead of checking for more replies
--Probably a few other bugs fixed
-2.20
--RegExp $1-9 added for replies($1 - First Match found, $2 - Second, etc)
--Multiple Replies added with use of a | (pipe)
--Option for Sequential or Random order for Multiple Replies
-2.10
--Enable/Disable the whole thing from the menu
--Enable/Disable each item with the checkbox next to it in the configurer
-2.00
--Fixed a few misc bugs
--Added support for matching x or more times
--More options(First word match, Last word match, Any Word Match)
--Much more organized Add/Edit dialog
--Help button added to Add/Edit dialog
--Added some flood protection to prevent spamming(Disables Reply for 1sec after send)
--XML has been updated, but the script will cleanly update your configs and create one if it doesn't exist.
--Edit dialog now has Edit Answer in its title rather than Add Answer
--Probably other minor changes