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:
InFeRnUs
New Member
*

Avatar
Maker of Block-Bot

Posts: 3
34 / Male / –
Joined: Sep 2004
O.P. Huh?  Request - Custom Statuses
Im working on improving my block-bot(Downloadable in the "Others" section in the Plugin Database), and while doing that, i noticed that i cant bind statuses on /commands, like /away and /busy, could that be a future feature of Plus!, at least i hope so...
12-23-2004 11:58 PM
Profile E-Mail PM Find Quote Report
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
x2zen
Senior Member
****


Posts: 882
Reputation: 20
34 / Male / Flag
Joined: Jul 2003
RE: Request - Custom Statuses
I think he means that if he has a status like "working", he wants to have a command like /working and then Plus! will set his personalised status to "Working".

Or maybe i'm all wrong

This post was edited on 12-24-2004 at 01:05 PM by x2zen.
12-24-2004 01:03 PM
Profile PM Web Find Quote Report
InFeRnUs
New Member
*

Avatar
Maker of Block-Bot

Posts: 3
34 / Male / –
Joined: Sep 2004
O.P. RE: Request - Custom Statuses
Im still in the quicktext-stage of the bot, and here's the problem:
/all /me changed his status to (!P)
#/(!P)

That works if i type /status away, but it would be a great feature if you could make personalised statuses into commands like /working, as Madsen said, thats what im talking about...
12-24-2004 05:35 PM
Profile E-Mail PM Find Quote Report
CookieRevised
Elite Member
*****

Avatar

Posts: 15519
Reputation: 173
– / Male / Flag
Joined: Jul 2003
Status: Away
RE: Request - Custom Statuses
http://www.msgplus.net/help_cmdtag.php

if you want to keep it in 1 command:
/naway <status nametag>
/nbusy <status nametag>
/nonphone <status nametag>
/nlunch <status nametag>
/nbrb <status nametag>

eg: /nbusy working

otherwise, make a personalised status and call it by /persostat <status number>

This post was edited on 12-24-2004 at 06:00 PM by CookieRevised.
.-= A 'frrrrrrrituurrr' for Wacky =-.
12-24-2004 06:00 PM
Profile PM Find Quote Report
antonxie
Junior Member
**


Posts: 19
Joined: Jul 2003
RE: Request - Custom Statuses
Can we remove the big status bar on Messenger 7 beta that shows our avatar and our online status?
I wish to be able to toggle it.  Show one one of status and show picture just like the way we can customise what toolbar to show on the message window.  I don't what my photo to be showing while at work. No photos at all.

ax
12-27-2004 01:45 AM
Profile E-Mail PM Find Quote Report
InFeRnUs
New Member
*

Avatar
Maker of Block-Bot

Posts: 3
34 / Male / –
Joined: Sep 2004
O.P. RE: Request - Custom Statuses
quote:
Originally posted by CookieRevised
http://www.msgplus.net/help_cmdtag.php

if you want to keep it in 1 command:
/naway <status nametag>
/nbusy <status nametag>
/nonphone <status nametag>
/nlunch <status nametag>
/nbrb <status nametag>

eg: /nbusy working

otherwise, make a personalised status and call it by /persostat <status number>

That would work, but i think i would have to work with it...

quote:
Originally posted by antonxie
Can we remove the big status bar on Messenger 7 beta that shows our avatar and our online status?
I wish to be able to toggle it.  Show one one of status and show picture just like the way we can customise what toolbar to show on the message window.  I don't what my photo to be showing while at work. No photos at all.

ax

That alreadt a feature in MSN 6.2, look in the options, to remove other people's pictures, just press the bar with the E-Mail address...
12-27-2004 03:26 PM
Profile E-Mail PM Find Quote Report
haydos
Veteran Member
*****

dirty dirty house music

Posts: 1026
Reputation: 49
– / Male / Flag
Joined: Dec 2004
RE: Request - Custom Statuses
quote:
Originally posted by antonxie
Can we remove the big status bar on Messenger 7 beta that shows our avatar and our online status?
I wish to be able to toggle it.  Show one one of status and show picture just like the way we can customise what toolbar to show on the message window.  I don't what my photo to be showing while at work. No photos at all.

ax

There is an option 2 not show a dp.... small checkbox in the dp selection window
quote:
Originally posted by WDZ
don't be lazy
[Image: gayspam.gif]

12-30-2004 07:24 PM
Profile PM Find Quote Report
« Next Oldest Return to Top Next Newest »


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