What happened to the Messenger Plus! forums on msghelp.net?
Shoutbox » MsgHelp Archive » Messenger Plus! for Live Messenger » Scripting » Plug-Ins » Some simple plugin questions

Some simple plugin questions
Author: Message:
Choli
Elite Member
*****

Avatar
Choli

Posts: 4714
Reputation: 42
42 / Male / Flag
Joined: Jan 2003
RE: Some simple plugin questions
quote:
Originally posted by IGx89
How do I send messages to MsgPlus, like to change to a personalized status? The sample code completely covered responding to messages, but had nothing about sending messages.
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:
Originally posted by Predatory Kangaroo
you should send back a command like /online where you would normally send back some text.
quote:
Originally posted by Predatory Kangaroo
You can make messenger perform a series of actions by sending back a string like: "/online#3#I'm off for a while now.#3#/away"
Note that before each #3# you should put a new line. ie: you should send back:
code:
/online
#3#I'm off for a while now.
#3#/away

quote:
Originally posted by IGx89
What is the best way to perform an action every x seconds? Creating a separate thread?
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:
Originally posted by IGx89
Is it possible to auto-respond to questions from contacts?
if they use your pluging to send those questions, yes it is; if not, sorry, you can't
quote:
Originally posted by IGx89
What's the best way to retrieve the user's current status?
Maybe with the messenger object that plus puts as a parameter in the functions like parsecommand?? I'm not sure.
Messenger Plus! en espaņol:
<< http://www.msgpluslive.es/ >>
<< http://foro.msgpluslive.es/ >>
:plus4:
11-13-2003 10:07 AM
Profile PM Find Quote Report
« Next Oldest Return to Top Next Newest »

Messages In This Thread
Some simple plugin questions - by IGx89 on 11-11-2003 at 01:30 AM
RE: Some simple plugin questions - by IGx89 on 11-12-2003 at 08:12 PM
RE: Some simple plugin questions - by musicalmidget on 11-12-2003 at 08:42 PM
RE: Some simple plugin questions - by Dj Zeraja on 11-13-2003 at 08:08 AM
RE: Some simple plugin questions - by Predatory Kangaroo on 11-13-2003 at 08:48 AM
RE: Some simple plugin questions - by Choli on 11-13-2003 at 10:07 AM
RE: Some simple plugin questions - by IGx89 on 11-16-2003 at 09:22 PM
RE: Some simple plugin questions - by Choli on 11-16-2003 at 09:56 PM
RE: Some simple plugin questions - by IGx89 on 11-16-2003 at 10:07 PM
RE: Some simple plugin questions - by Hah on 11-16-2003 at 10:29 PM
RE: Some simple plugin questions - by Predatory Kangaroo on 11-18-2003 at 12:10 PM


Threaded Mode | Linear Mode
View a Printable Version
Send this Thread to a Friend
Subscribe | Add to Favorites
Rate This Thread:

Forum Jump:

Forum Rules:
You cannot post new threads
You cannot post replies
You cannot post attachments
You can edit your posts
HTML is Off
myCode is On
Smilies are On
[img] Code is On