Shoutbox

Help with a auto-answer plugin - 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: Help with a auto-answer plugin (/showthread.php?tid=41219)

Help with a auto-answer plugin by jvlppm on 03-26-2005 at 03:01 PM

i dont know if it is possible, but

can anyone help me with a sample plugin in C that when someone tell me "hi" it answers "hi"?


RE: Help with a auto-answer plugin by Dempsey on 03-26-2005 at 03:02 PM

AFAIK its not possible, not without lots of work hooking the windowless rich edit control etc or packet sniffing or something


RE: RE: Help with a auto-answer plugin by Ash_ on 03-26-2005 at 03:07 PM

quote:
Originally posted by Dempsey
AFAIK its not possible, not without lots of work hooking the windowless rich edit control etc or packet sniffing or something


hehe it is possible Dempsey,
Got some code to read Conversation Windows (All Credits to Matty for it the legend :P)

i just dont see the point in making a pluing for this.
RE: RE: RE: Help with a auto-answer plugin by jvlppm on 03-26-2005 at 03:34 PM

quote:
Originally posted by Ash_
quote:
Originally posted by Dempsey
AFAIK its not possible, not without lots of work hooking the windowless rich edit control etc or packet sniffing or something


hehe it is possible Dempsey,
Got some code to read Conversation Windows (All Credits to Matty for it the legend :P)

i just dont see the point in making a pluing for this.


can u post here a sample code in C?
RE: Help with a auto-answer plugin by M73A on 03-26-2005 at 03:37 PM

quote:
Originally posted by Ash_
hehe it is possible Dempsey,
Got some code to read Conversation Windows (All Credits to Matty for it the legend :P)

i just dont see the point in making a pluing for this.

i'd use it, lol...erm, you can set an auto comeback message when someone signs in *-), but i see what you mean by having it only when they say 'hi' or something uve specified...(Y)

RE: Help with a auto-answer plugin by King For A Day on 03-26-2005 at 03:39 PM

kinda like a personal chat bot,

is there a way to make auto messages not say auto message, cos i have had someone try to have a conco with mine, it would be more beliveable if it looked like me talking


RE: Help with a auto-answer plugin by Mike on 03-26-2005 at 03:41 PM

Actually, I was going to make something like this but I gave up...

Maybe, I'll try and make it... 8-)

We will see....


RE: Help with a auto-answer plugin by Dempsey on 03-26-2005 at 03:53 PM

quote:
Originally posted by Ash_

hehe it is possible Dempsey,
Got some code to read Conversation Windows (All Credits to Matty for it the legend )

i just dont see the point in making a pluing for this.
i didnt say it was impossible, just takes some work.  But i forgot abouut doing the active accesability way
RE: RE: Help with a auto-answer plugin by Ash_ on 03-26-2005 at 05:14 PM

quote:
Originally posted by Dempsey
quote:
Originally posted by Ash_

hehe it is possible Dempsey,
Got some code to read Conversation Windows (All Credits to Matty for it the legend )

i just dont see the point in making a pluing for this.
i didnt say it was impossible, just takes some work.  But i forgot abouut doing the active accesability way

yeh, Matty said you knew how to do it aswell. made me think for a while why you said it would be hard.
RE: RE: RE: Help with a auto-answer plugin by jvlppm on 03-26-2005 at 06:05 PM

quote:
Originally posted by Ash_
yeh, Matty said you knew how to do it aswell. made me think for a while why you said it would be hard.


my english isnt good, all this posts means that is hard to do a simply automaic anwer, and its beter for i to give up cause people will not help me
(i have a bad reputation [Image: a433fg.png])
RE: Help with a auto-answer plugin by Millenium_edition on 03-26-2005 at 06:07 PM

quote:
Originally posted by jvlppm
my english isnt good, all this posts means that is hard to do a simply automaic anwer, and its beter for i to give up cause people will not help me
(i have a bad reputation [Image: a433fg.png] )
an automatic answer is far from simple if you've never used the accessibility api's before. try to read about them instead of asking pure copy-pastable code. :)

oh and: we don't judge on reputation... :-/
RE: Help with a auto-answer plugin by jvlppm on 03-26-2005 at 06:20 PM

i have looked at the sample c plugin by patchou
but there's only answer when a plugin send the message

and, i would learn and improve that sample code