What happened to the Messenger Plus! forums on msghelp.net?
Shoutbox » MsgHelp Archive » Messenger Plus! for Live Messenger » WLM Plus! General » Request - Custom Statuses

Request - Custom Statuses
Author: Message:
Ash_
Senior Member
****

Avatar

Posts: 638
Reputation: 31
35 / Male / –
Joined: Aug 2004
RE: Request - Custom Statuses
err you cant combine two status tags like /away and /busy.

you can combine a status tag with some text if you put them on seperate lines (in a program or a quicktext)

such as in the ParseCommand function in a MsgPlus plugin.

code:
    if(stricmp(sCommand, "/xbye") == 0)
    {
        strcpy(sResult, "#I'm leaving, see ya!\n");
        strcat(sResult, "#/away");
        return TRUE;
    }


will result in the text being sent and your status being set.

you could use this with /block command for your block bot.

This post was edited on 12-24-2004 at 12:30 PM by Ash_.
[Image: jeansiger5.jpg]
12-24-2004 12:30 PM
Profile PM Find Quote Report
« Next Oldest Return to Top Next Newest »

Messages In This Thread
Request - Custom Statuses - by InFeRnUs on 12-23-2004 at 11:58 PM
RE: Request - Custom Statuses - by Ash_ on 12-24-2004 at 12:30 PM
RE: Request - Custom Statuses - by x2zen on 12-24-2004 at 01:03 PM
RE: Request - Custom Statuses - by InFeRnUs on 12-24-2004 at 05:35 PM
RE: Request - Custom Statuses - by CookieRevised on 12-24-2004 at 06:00 PM
RE: Request - Custom Statuses - by antonxie on 12-27-2004 at 01:45 AM
RE: Request - Custom Statuses - by InFeRnUs on 12-27-2004 at 03:26 PM
RE: Request - Custom Statuses - by haydos on 12-30-2004 at 07:24 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