Is that possible? - 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: Is that possible? (/showthread.php?tid=53178) Is that possible? by dr_o on 11-22-2005 at 05:38 AM
Hi all RE: Is that possible? by Itsme-HcK on 11-22-2005 at 07:35 AM Don't you just mean the normal convo's? RE: Is that possible? by CookieRevised on 11-22-2005 at 02:37 PM
quote:With Messenger Plus! (an addon for MSN Messenger) you can create plugins. These plugins run on top of Messenger Plus!. This means that each user that wants to run a specific plugin, also needs Messenger Plus!... In other words you're running a plugin for an addon for MSN Messenger... Although you can do a lot with plugins for Messenger Plus!, they have their limitations. The things you want to do are possible to create with a plugin for Messenger Plus!, but you wouldn't benefit from it that much because all the functions you want to perform must be programmed directly onto the "Messenger object" using the Messenger API. Or even using the MSN Messenger protocol directly (if you don't want conversation windows shown, etc). So your best bet is to directly create your own addon for MSN Messenger, or even creating your own client which logs in onto the MSN Messenger servers using the MSN Messenger protocol and using its own .NET Passport. Thus, in short, yes it is possible. But you would be better of to directly make your own MSN Messenger addon or Messenger client. The only benefit from doing this via a Messenger Plus! plugin is that it will be started up automatically with Messenger Plus! and that you can add a special command to invoke the "bot-talking", there isn't much else you can benefit from from the plugin system... for what you want. |