[Release] Answer Machine Plus v2.72(09/20/08) |
Author: |
Message: |
DarkMe
Full Member
Thx ins4ne for my av :p
Posts: 471 Reputation: 20
32 / / –
Joined: Jun 2006
|
RE: [Release] Answer Machine Plus v2
* DarkMe is editing his answers
|
|
08-17-2006 07:55 AM |
|
|
Silentdragon
Full Member
if(life==null && wrists) EmoAlert();
Posts: 148 Reputation: 2
34 / / –
Joined: Jun 2006
|
O.P. RE: [Release] Answer Machine Plus v2
Definition: A regular expression (abbreviated as regexp or regex, with plural forms regexps, regexes, or regexen) is a string that describes or matches a set of strings, according to certain syntax rules.
Although if you plan to learn more it'd be best if you read wikipedia to learn the syntax and operation of RegExp, but most people won't have a need for it was the other options cover the needs of most.
|
|
08-17-2006 08:33 AM |
|
|
lifesaver_nick
New Member
Posts: 1
– / / –
Joined: Aug 2006
|
RE: [Release] Answer Machine Plus v2
It would be good if it came with a basic list to start off with, that way i could be lazy and just install it and watch it work
|
|
08-18-2006 01:44 PM |
|
|
Sunshine
Elite Member
Posts: 5141 Reputation: 122
– / /
Joined: Mar 2004
Status: Away
|
RE: [Release] Answer Machine Plus v2
Silentdragon, i've read your answer to this thread (thank you very much for that, i don't know regexp so i didn't know this was possible too) and it made me think of some more suggestions for your script.
- The possibility to enable/disable set rules (checkbox)
One might have set a whole series of rules yet wish not to use them all at the same time...f.e. a reply to hi and a reply to all messages received.
- Set more than one word in received field per rule....
Example: one may want one rule for hi, hello, ello, hey, hoi, sup, wassup, howzit (if this is already possible then excuse me, please explain)
- Quick way of enabling/disabling the script all together (menu item)
Ofcourse that is possible from within Plus! Preferences but for quick access i think this would be better.
|
|
08-19-2006 07:59 PM |
|
|
Silentdragon
Full Member
if(life==null && wrists) EmoAlert();
Posts: 148 Reputation: 2
34 / / –
Joined: Jun 2006
|
O.P. RE: RE: [Release] Answer Machine Plus v2
quote: Originally posted by Sunshine
- The possibility to enable/disable set rules (checkbox)
One might have set a whole series of rules yet wish not to use them all at the same time...f.e. a reply to hi and a reply to all messages received.
Hmm, I'll see what I can do for that.
quote: Originally posted by Sunshine
- Set more than one word in received field per rule....
Example: one may want one rule for hi, hello, ello, hey, hoi, sup, wassup, howzit (if this is already possible then excuse me, please explain)
It's possible with a RegExp
Set the receive to this (hi|hello|ello) like that. You don't need to be in RegExp mode to do though.(RegExp mode doesn't do anything extra to the text, but is usable in all types.)
quote: Originally posted by Sunshine
- Quick way of enabling/disabling the script all together (menu item)
Ofcourse that is possible from within Plus! Preferences but for quick access i think this would be better.
In the 2.01 version which I didn't announce the release of (only about 2-3 hours old) you can disable individual items(not groups) or the whole script.
This post was edited on 08-19-2006 at 09:10 PM by Silentdragon.
|
|
08-19-2006 08:12 PM |
|
|
Sunshine
Elite Member
Posts: 5141 Reputation: 122
– / /
Joined: Mar 2004
Status: Away
|
RE: [Release] Answer Machine Plus v2
Thanks, well done
Don't forget to submit this new version to the script db
|
|
08-19-2006 10:38 PM |
|
|
mondriaan
New Member
Posts: 1
57 / / –
Joined: Aug 2006
|
RE: [Release] Answer Machine Plus v2
Thank you, nice tool, if I may give a small opinion about future development i think it would be nice to introduce some sort of pause between the messages, for the rest is it very usable.
|
|
08-25-2006 09:48 PM |
|
|
Silentdragon
Full Member
if(life==null && wrists) EmoAlert();
Posts: 148 Reputation: 2
34 / / –
Joined: Jun 2006
|
O.P. RE: [Release] Answer Machine Plus v2.20(08/26/06)
New Version out.
-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
Enjoy.
|
|
08-27-2006 04:23 AM |
|
|
akyyy
Junior Member
Posts: 32
Joined: Apr 2005
|
RE: [Release] Answer Machine Plus v2.20(08/26/06)
help!
i want receive: hello, helo, halo, hail, heil, ahoj....etc
and answer just : hello
how?
i itrying / and |, but nothing
(sorry, i not good english )
|
|
08-27-2006 05:40 PM |
|
|
Silentdragon
Full Member
if(life==null && wrists) EmoAlert();
Posts: 148 Reputation: 2
34 / / –
Joined: Jun 2006
|
O.P. RE: [Release] Answer Machine Plus v2.20(08/26/06)
Receive: (hello|helo|halo|hail|heil|ahoj)
Answer: Hello
Type: Word
First Word radio button
Should work.
|
|
08-27-2006 09:16 PM |
|
|
Pages: (27):
« First
«
1
[ 2 ]
3
4
5
6
»
Last »
|
|