Top

Birthday Script


mIRC Code
+ 0 likes
Please Register to submit score.
Average Score  2.3
Scores Submitted  4
Date Added  Mar 19, 2008
Last Updated  Mar 19, 2008
Tags  birthday  ini  script 
  Bookmark and Share

Introduction

mmm....It creates a *.ini file that'll record your friends birthday.....

Im not positive if the bottom portion of the script
( This part vv )
on *:START: {
$readini(birthdays.ini,peoplez,%nick,%date) {
if (%date == $date) {
echo -a IT'S %nick $+ 's BIRTHDAY TODAY!!! :O WEWT WEWT!! :D
}
elseif (%date == $null) {
{ HALT }
}
.timer1 50 60000 /echo -a It's %nick $+ 's Birthday Today. Dont Forget To Say Happy Birthday To Them.
}
}

Will work.

But yea...Uh. Enjoy. ^_^

Grab the Code

Comments

  (4)  RSS
napa182
Comments: 1,142
 
mIRC Snippet:  Birthday Script
Posted on Mar 19, 2008 4:13 pm
you mite want to add that the format for entering the date would be like this
19/03/2008
cuz thats the way you have it check
um the on load part will only work if you load this script every day. maybe use on start or on connect.
could be done a bit better. maybe add checks if that nick has already been added or not. but nice idea on it 4/10
napa182
Comments: 1,142
 
mIRC Snippet:  Birthday Script
Posted on Mar 19, 2008 5:29 pm
heh i guess i wasnt fully awake yet cuz i didnt notice it was readding from those 2 vars heh well then if those var's were to be changed then the script wouldnt red for everyone only whos set in those 2 vars
so 2/10 for the script being incomplete...
[-DDC-]Darkness
Comments: 22
 
mIRC Snippet:  Birthday Script
Posted on Mar 19, 2008 6:48 pm
Huh....Napa, I agree with you on your first comment.....

Your second comment confuses me slightly.
It doesnt read the variables. It reads the .ini on the load (I edited it just now. >.< )
The only reason why I have the variables is for the script to know what to write in the .ini
[-DDC-]Darkness
Comments: 22
 
mIRC Snippet:  Birthday Script
Posted on Mar 19, 2008 6:53 pm
** on start. -.- Sorry. I cant type today. lol
But yea, if you want, you can just tell me what part you want me to change, and I'll see what I can do.

Please Register or Login to start posting comments.
Bottom