Shoutbox

Changing the nickname in a message - 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)
+----- Thread: Changing the nickname in a message (/showthread.php?tid=61289)

Changing the nickname in a message by Scott on 06-25-2006 at 01:09 PM

In Stuffplug there was a feature which made sure that when you received a message, the send-time of that message was shown as prefix of the nickname. It would be something like this:

[09:18:36] Scott wrote:

I'd like to make a script for MP!L which does the same, but I cannot find how to change the nickname in a chatwindow.

Does anybody know that ?

Thanks,
Scott


RE: Changing the nickname in a message by absorbation on 06-25-2006 at 01:10 PM

It is a feature in Windows Live Messenger, check your options :P.


RE: Changing the nickname in a message by Mike on 06-25-2006 at 01:11 PM

WLM has this feature. :)
It just doesnt show seconds.

Tools -> Options -> Messages -> Show timestamps on messages


RE: Changing the nickname in a message by Scott on 06-25-2006 at 01:16 PM

Yes, I know, but it's without seconds and as suffix of the nickname :P I know I'm an antfucker, but I'd like to have it with seconds and as prefix :P


RE: RE: Changing the nickname in a message by Jellings on 06-25-2006 at 01:19 PM

quote:
Originally posted by Scott
Yes, I know, but it's without seconds and as suffix of the nickname :P I know I'm an antfucker, but I'd like to have it with seconds and as prefix :P


prefix looks a lot nicer! maybe a script to make it a prefix instead? and seconds look nice too! (and with [] brackets to look neater?)


quote:
[09:18:36] Scott wrote:

or

Scott says (14:16):

the first one just looks so much better ("says"/"wrote"? *is confused*)
RE: RE: RE: Changing the nickname in a message by Scott on 06-25-2006 at 01:21 PM

quote:
Originally posted by Jellings

prefix looks a lot nicer! maybe a script to make it a prefix instead? and seconds look nice too! (and with [] brackets to look neater?)


quote:
[09:18:36] Scott wrote:

or

Scott says (14:16):

the first one just looks so much better ("says"/"wrote"? *is confused*)


Yeah indeed! Probably it's 'says', I don't know because I have the Dutch WLM :)


RE: RE: RE: RE: Changing the nickname in a message by Jellings on 06-25-2006 at 01:26 PM

quote:
Originally posted by Scott
Yeah indeed! Probably it's 'says', I don't know because I don't have the Dutch WLM :)

well if it's possible to change the "says" to "wrote" that would be awesome too, "wrote" looks nicer :)
might be good to change the title to "Timestamping" or something to attract more attention?
RE: Changing the nickname in a message by segosa on 06-25-2006 at 01:33 PM

You can't do that with scripts...


RE: RE: Changing the nickname in a message by Jellings on 06-25-2006 at 01:37 PM

quote:
Originally posted by segosa
You can't do that with scripts...


you sure? it was done with stuffplugNG2 wasn't it?
+if not i guess we'll have to wait for stuffplug3 and hope it's on that.
RE: Changing the nickname in a message by segosa on 06-25-2006 at 01:40 PM

Well, okay, lemme rephrase:

You can't do that using the functions provided to you by the MsgPlus Live Scripting Engine. You can do it in a different way (patching memory) just as StuffPlug-NG did. But that's not really a question of how to use the Scripting Engine, but rather how to reverse engineer the Messenger exe and such.


RE: Changing the nickname in a message by Scott on 06-25-2006 at 02:51 PM

Ah, that's a pity.. Well, thanks for your replies anyway :)