Shoutbox

[Request\Release] Total Recall - 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: [Request\Release] Total Recall (/showthread.php?tid=87667)

[Request\Release] Total Recall by warmth on 12-09-2008 at 08:34 PM

I just wanna request a simple script (if it's possible) that send your contact the latest X number of messages you sent to him/her...

for example you have a conversation with a person and your contact didn't get the latest 4 messages you sent to him/her... so you write in a convo with him/her:

code:
\sendlatest 4

and you will be sending him/her that messanges didn't arrive...

Note: if you don't put a number you will be sending him/her all the previous messages from that conversation...
RE: [Request] Recall last X messages by warmth on 12-16-2008 at 04:04 PM

:( anyone what to help me with this???


RE: [Request] Recall last X messages by Spunky on 12-16-2008 at 04:09 PM

quote:
Originally posted by warmth
:( anyone what to help me with this???

I may take a crack at this ;)
RE: [Request] Recall last X messages by warmth on 12-16-2008 at 04:17 PM

quote:
Originally posted by Spunky
quote:
Originally posted by warmth
:( anyone what to help me with this???

I may take a crack at this ;)
:P thanks spunky... I will wait for it with hungry!!!
RE: [Request] Recall last X messages by Spunky on 12-21-2008 at 04:35 AM

* Spunky fanfares

Let me know if it's what you wanted :p

Command: /recall <number of messages>



EDIT: "Digg" the old film reference :p
RE: [Request] Recall last X messages by warmth on 12-21-2008 at 07:20 AM

quote:
Originally posted by Spunky
Let me know if it's what you wanted :p
I can't test it right now cause I am on WLM2009RC1... :(
RE: RE: [Request] Recall last X messages by Robin2130 on 12-21-2008 at 08:30 AM

quote:
Originally posted by warmth
quote:
Originally posted by Spunky
Let me know if it's what you wanted :p
I can't test it right now cause I am on WLM2009RC1... :(
Then you have to downgrade to WLM 9 Beta or WLM 8.5 :P
RE: [Request] Recall last X messages by Th3rmal on 12-21-2008 at 08:50 AM

Confirmed working on WLM 9 BETA and Plus! 4.79


RE: [Request] Recall last X messages by Robin2130 on 12-21-2008 at 10:12 AM

it is also working on 8.5 :) great script (Y)


RE: [Request] Recall last X messages by aNILEator on 12-21-2008 at 10:45 AM

submit these little helpful scripts to the database i swear so many handy files are kicking around the forum instead of DB :(


RE: [Request] Recall last X messages by Spunky on 12-21-2008 at 01:53 PM

It was only a little script really and I learned a things by doing it :p

quote:
Originally posted by aNILEator
submit these little helpful scripts to the database i swear so many handy files are kicking around the forum instead of DB :(

I was planning on submitting it to the database, but there is one little function I want to add in later tonight; just a bit more error checking

RE: [Request] Recall last X messages by warmth on 12-21-2008 at 02:48 PM

thank you for this spunky ;) you rock...


RE: [Request] Recall last X messages by prashker on 12-21-2008 at 04:46 PM

This is pretty epic :p *reinstalls MP!L because he just formatted his PC*


RE: [Request] Recall last X messages by Basilis on 12-21-2008 at 04:50 PM

That is surely a useful script! :)


RE: [Request\Release] Total Recall by warmth on 01-12-2009 at 08:03 PM

Spunky is there anyway that you can edit this script to insert a new feature???

1. if you put /recall X then the script return the last X number of messages
2. if you put /recall X-Y then the script return only Y-X number of messages but jump over the last, second to last, etc messages until it reaches the X number message (for example /recall 3-5 send only 3 messages jumping over the last and second to last messages)

can this be done??? thank you in advance... ;)


RE: [Request\Release] Total Recall by Spunky on 01-27-2009 at 12:16 AM

1 is already done ^o)

2 would be possible, but I think I only save "n" amount of messages meaning y would have to be less than "n" and X less than Y if you get what I mean


RE: [Request\Release] Total Recall by warmth on 01-27-2009 at 12:35 AM

Yes I get it... maybe the user can specify the number N... ;)


RE: [Request\Release] Total Recall by Spunky on 01-27-2009 at 12:57 AM

quote:
Originally posted by warmth
Yes I get it... maybe the user can specify the number N... ;)

It's not that simple really... well, maybe... hmm. I'll see what I can do :p
RE: [Request\Release] Total Recall by warmth on 01-27-2009 at 01:19 AM

quote:
Originally posted by Spunky
quote:
Originally posted by warmth
Yes I get it... maybe the user can specify the number N... ;)

It's not that simple really... well, maybe... hmm. I'll see what I can do :p
I know you can do it... GO SPUNKY GO!!! :P
RE: [Request\Release] Total Recall by warmth on 01-31-2009 at 03:32 AM

I have another request ;)

how about this:

code:
/recall <number of msgs> <contact>

this will send the latest N number of messages sent to the contact's email address that you put there to the contact you are sending the command... this will be great if you wanna show a contact what you said to another for example...

I don't know if this can be done... but will be very usefull!!!