Some simple plugin questions - 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: Some simple plugin questions (/showthread.php?tid=17978) Some simple plugin questions by IGx89 on 11-11-2003 at 01:30 AM
I've analyzed the C++ sample code, but I still have a few questions that I haven't found answers for yet:
Thanks! RE: Some simple plugin questions by IGx89 on 11-12-2003 at 08:12 PM Come on, most of you should be able to answer at least the first question or two in your sleep! RE: Some simple plugin questions by musicalmidget on 11-12-2003 at 08:42 PM
quote: What makes you think that? RE: Some simple plugin questions by Dj Zeraja on 11-13-2003 at 08:08 AM you must go reading the plus file thats al or something almost awake i do not thinking richt if i wrong i'm sorry for that RE: Some simple plugin questions by Predatory Kangaroo on 11-13-2003 at 08:48 AM
Well, no-one else is making a... constructive reply to this, so (even though i haven't made any plugins for a while) i will try. RE: Some simple plugin questions by Choli on 11-13-2003 at 10:07 AM
quote:you only can send messages to plus when a user types a command like /x.... and plus calls your plugin to process the command. the way to do it is as PK said: quote: quote:Note that before each #3# you should put a new line. ie: you should send back: code: quote:if you wish to perform it when the user types a command (again, a command like /x....) the best you can do is use the syntax #X# as described before. About creating a separate thread, ... well it depends on what you want to do. with a separate thread you won't be able to send messages back or things like that. however you should be able to play a sound every 2 seconds, for example. quote:if they use your pluging to send those questions, yes it is; if not, sorry, you can't quote:Maybe with the messenger object that plus puts as a parameter in the functions like parsecommand?? I'm not sure. RE: Some simple plugin questions by IGx89 on 11-16-2003 at 09:22 PM
Thanks for the responses . RE: Some simple plugin questions by Choli on 11-16-2003 at 09:56 PM Well, what you can do is and independent aplication from plus! ie: not a plugin for plus but an addon for messenger (like plus is). This way you'll be able to detect and set the status (using the messenger api) RE: Some simple plugin questions by IGx89 on 11-16-2003 at 10:07 PM I thought about that, but with all the problems I've heard there were with making MsgPlus compatible with Messenger, doing that might be too difficult RE: Some simple plugin questions by Hah on 11-16-2003 at 10:29 PM
by patchou sending the OMessenger object in the intialise function, it is possible to detect and set msn status through the messenger API whenever you feel like it, it will even implement all events available in the MSN6 Type API, i know how to do this in VB6, dont have a clue how to do it in c++ though , you can even use the code example from my crappy ickle auto responder to send plus instrutions whenever you like, not just through plus plugin calls. however, i still dont know how to get the last sent message, although im working on it using the conversation history, however it will be messy and probably pointless, but i get so bored i do this stuff anyway. RE: Some simple plugin questions by Predatory Kangaroo on 11-18-2003 at 12:10 PM
Well... there is one way you could do what you describe. |