Request - Custom Statuses - 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: WLM Plus! General (/forumdisplay.php?fid=23)
+----- Thread: Request - Custom Statuses (/showthread.php?tid=35977)
Request - Custom Statuses by InFeRnUs on 12-23-2004 at 11:58 PM
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...
RE: Request - Custom Statuses by Ash_ on 12-24-2004 at 12:30 PM
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.
RE: Request - Custom Statuses by x2zen on 12-24-2004 at 01:03 PM
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
RE: Request - Custom Statuses by InFeRnUs on 12-24-2004 at 05:35 PM
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...
RE: Request - Custom Statuses by CookieRevised on 12-24-2004 at 06:00 PM
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>
RE: Request - Custom Statuses by antonxie on 12-27-2004 at 01:45 AM
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
RE: Request - Custom Statuses by InFeRnUs on 12-27-2004 at 03:26 PM
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...
RE: Request - Custom Statuses by haydos on 12-30-2004 at 07:24 PM
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
|