mIRC Homepage
Posted By: Maelish detect AM/PM - 24/11/14 03:10 PM
Is there a method to detect AM & PM?

Would it be something like:

Code:
if (($asctime(N,TT)) == AM ) {//msg $chan Good Morning}
Posted By: Maelish Re: detect AM/PM - 24/11/14 03:37 PM
Ok, so if anybody is interested. This is the method that seems to be working.

Code:
on *:JOIN:#channel-name:{ if ($asctime(TT) == AM ) //msg $chan Good Morning }
© mIRC Discussion Forums