Time And Date Scripts

By AnaBotNowYourGone on May 30, 2010

Screenshots

How the script works: Someone will type !time or !date and it will give them the information. It's very simple but can be useful sometimes.

on *:TEXT:!time:#: { msg # The current time down here is $time(hh:nn:ss TT) - Timezone is $time(zzz) }

on *:TEXT:!date:#: { msg # The current date down here is $time(mm/dd/yyyy) - The order is Month/Day/Year }

Comments

Sign in to comment.
Command   -  Aug 01, 2010

So am i, like again I was just saying.... Gawd people..

 Respond  
AnaBotNowYourGone   -  Jul 31, 2010

I don't care if you made this before. >.> I made these scripts by myself. I suck at mirc scripting, and I'm not scripting any more (Well, for right now).

 Respond  
Command   -  Jul 29, 2010

rofl im know... mine is way way updated ... i was just saying it der?

 Respond  
Jethro   -  Jul 27, 2010

Anybody could have made this. This is freakin' common...

Then again, if you want to combine and improve it a bit:

on $*:text:/^!(time|date)$/iS:#:{ 
  .msg # The current $iif($regml(1) = time,$v1,date) here is $iif($regml(1) = date,$&
    $time(mm/dd/yyyy) - The order is Month/Day/Year,$time(hh:nn:ss TT) - Timezone is $time(zzz))
}

A flood trigger control is needed though...

 Respond  
Command   -  Jul 26, 2010

i made this before >_>

 Respond  
Are you sure you want to unfollow this person?
Are you sure you want to delete this?
Click "Unsubscribe" to stop receiving notices pertaining to this post.
Click "Subscribe" to resume notices pertaining to this post.