[Release] Answer Machine Plus v2.72(09/20/08) |
Author: |
Message: |
Silentdragon
Full Member
if(life==null && wrists) EmoAlert();
Posts: 148 Reputation: 2
34 / / –
Joined: Jun 2006
|
O.P. RE: [Release] Answer Machine Plus v2.70(08/12/08)
Sorry about that everyone. When I added the multilingual stuff I forgot to deal with 2 variables. A new version will be up soon as I don't use Windows and all my development is done in a virtual machine.
|
|
09-09-2008 08:35 PM |
|
|
jano_pineda
New Member
Posts: 6
Joined: Sep 2008
|
RE: [Release] Answer Machine Plus v2.71(09/09/08)
i used script, to be nices, but i have ask, i want if anyone put x word and not have list config autowrite: pls write again ur ask or wait new updated data base. or if u have command for it tell me for me been nices coz i working a radio station i used this scrip for be nices, but only i think idea think to be nices can do it. or tell how i can do it, sorry i write bad english coz i am mexicano
This post was edited on 09-10-2008 at 08:06 PM by jano_pineda.
|
|
09-10-2008 08:02 PM |
|
|
jano_pineda
New Member
Posts: 6
Joined: Sep 2008
|
RE: [Release] Answer Machine Plus v2.71(09/09/08)
hi again, i was testing this scrip more, learnig, firt i want say it:
receive : hola
answer: hi, how are u (later sign "," repit the word)
eg:
write: hola, como estas?
read: hi, how are u como estas? (repit the word people write me)
same happaned i used sign ":" , "." , ":" , "," why write it i do oration that not work good, i did with all oration, now i not used it ":" , "." , ":", "," and working good. but this no idea if no working ":" , "." , ":" , "," coz used oration full.
thx again i say sorry for my engish, silverdragon i help u do have lang Spanish if u want
This post was edited on 09-12-2008 at 04:16 PM by jano_pineda.
|
|
09-12-2008 04:11 PM |
|
|
ChiBuki
New Member
Posts: 10
Joined: Sep 2008
|
RE: [Release] Answer Machine Plus v2.71(09/09/08)
As jano_pineda pointed above, the latest release seems to have an annoying bug with repeating words written by contacts.
Example...
Receive: cake
Type: Fragments
Answer: Do want cake!!
Instead of just "Do want cake!!", the auto-answer repeats whatever the contact typed:
quote: Verti says (10:04 PM):
I just ate a cake earlier.
Me says (10:04 PM):
I just ate a Do want cake!! earlier.
Is it possible to fix a.s.a.p.?
This post was edited on 09-14-2008 at 02:10 AM by ChiBuki.
|
|
09-14-2008 02:08 AM |
|
|
jano_pineda
New Member
Posts: 6
Joined: Sep 2008
|
RE: [Release] Answer Machine Plus v2.71(09/09/08)
i talk about if i used a ( . , : ; ) at answer repit again write the contac. i dont want repit again that write my contact
receive:hola
fragmets
answer:hola, how are u?
eg..
receuve
diane say:
hola what do u doing
answer
bot say:
hola, how are u? what do u doing ---> (look repit later " , ")
but only happaned if i used ( . , : ; )
can do commad for not repit the oration again ?
i not used the word "hola, como estas?", i used hola, como estas?
tell me if no underted me
This post was edited on 09-14-2008 at 04:44 AM by jano_pineda.
|
|
09-14-2008 04:38 AM |
|
|
jano_pineda
New Member
Posts: 6
Joined: Sep 2008
|
RE: [Release] Answer Machine Plus v2.71(09/09/08)
i traslate lang to spanish , i upload file if anyone want put ur scrip at spanish. even i do match somethink about lang.
silverdragon now ur scrip have lang spanish
put file this adress
...Messenger Plus! Live\Scripts\Answering Machine Plus\Lang
Attachment: es.zip (2.67 KB)
This file has been downloaded 216 time(s).
|
|
09-17-2008 02:54 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.72(09/20/08)
I added the Spanish translation to the script and fixed some other random bug, but I could not reproduce the problem you guys are getting.
|
|
09-20-2008 05:28 PM |
|
|
jano_pineda
New Member
Posts: 6
Joined: Sep 2008
|
RE: [Release] Answer Machine Plus v2.72(09/20/08)
maby i do somethink bad, or maby i dont know how used to conf, there time no do a problem i talk sometimes do it.
there way match it for no repit or u put to help the command for use, i think there command for no repit who write me
This post was edited on 09-20-2008 at 05:44 PM by jano_pineda.
|
|
09-20-2008 05:43 PM |
|
|
ZimperZ
New Member
Posts: 6
Joined: Jul 2008
|
RE: RE: [Release] Answer Machine Plus v2.71(09/09/08)
quote: Originally posted by ChiBuki
As jano_pineda pointed above, the latest release seems to have an annoying bug with repeating words written by contacts.
Example...
Receive: cake
Type: Fragments
Answer: Do want cake!!
Instead of just "Do want cake!!", the auto-answer repeats whatever the contact typed:
quote: Verti says (10:04 PM):
I just ate a cake earlier.
Me says (10:04 PM):
I just ate a Do want cake!! earlier.
Is it possible to fix a.s.a.p.?
This will fix your problem:
1. Change "Type" from Fragment to RegExps
2. Change the Receive from cake to ^cake$
|
|
09-20-2008 11:58 PM |
|
|
Matti
Elite Member
Script Developer and Helper
Posts: 1646 Reputation: 39
32 / /
Joined: Apr 2004
|
RE: [Release] Answer Machine Plus v2.72(09/20/08)
quote: Originally posted by ZimperZ
This will fix your problem:
1. Change "Type" from Fragment to RegExps
2. Change the Receive from cake to ^cake$
That won't actually do the same.
The "^cake$" regular expression would only match when the message consists of only and nothing more than the word "cake". A better regular expression would be:
code: (^|\W)cake(\W|$)
This would match "cake" as a single word. Although, I have no idea whether this could actually fix the problem where only the matched part gets replaced...
|
|
09-21-2008 08:35 AM |
|
|
Pages: (27):
« First
«
13
14
15
16
[ 17 ]
18
19
20
21
»
Last »
|
|