What happened to the Messenger Plus! forums on msghelp.net?
Shoutbox » MsgHelp Archive » Messenger Plus! for Live Messenger » Scripting » Plug-Ins » Making a plugin help

Making a plugin help
Author: Message:
OWNd742
Junior Member
**

I like cheese

Posts: 29
Joined: Jan 2005
O.P. RE: Making a plugin help
well that takes out the fun for me :(


i just wanted to add a irc script i have, it counts ur days and shit when u put in your birthday.

heres the mirc code if it helps


//code
code:
alias age {
  set %age $calc((($ctime - $ctime(1986 May 4))) /60 /60 /24 /365.2422)
  set %next.bday $duration($calc($ctime(2005 May 4) - $ctime))
  say I am $left(%age,6) years old. My Next Birthday is in %next.bday
  unset %age
}
//end of code

basically says "I am 18.976 years old. My Next Birthday is in 1wk 2days" when u say ur bday is on may 4 1986

This post was edited on 04-25-2005 at 05:49 PM by OWNd742.
04-25-2005 05:43 PM
Profile PM Find Quote Report
« Next Oldest Return to Top Next Newest »

Messages In This Thread
Making a plugin help - by OWNd742 on 04-25-2005 at 05:39 PM
RE: Making a plugin help - by Stigmata on 04-25-2005 at 05:40 PM
RE: Making a plugin help - by OWNd742 on 04-25-2005 at 05:43 PM
RE: Making a plugin help - by CookieRevised on 04-25-2005 at 05:51 PM
RE: Making a plugin help - by Tasha on 04-25-2005 at 05:59 PM
RE: Making a plugin help - by OWNd742 on 04-25-2005 at 06:00 PM
RE: Making a plugin help - by Stigmata on 04-25-2005 at 06:15 PM
RE: Making a plugin help - by OWNd742 on 04-25-2005 at 06:23 PM
RE: Making a plugin help - by (CyBeRDuDe) on 04-26-2005 at 07:22 AM
RE: Making a plugin help - by RaceProUK on 04-26-2005 at 08:25 AM
RE: Making a plugin help - by OWNd742 on 05-02-2005 at 10:23 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