mIRC Homepage
Posted By: spermis Allow command usage on specified times - 18/01/09 01:52 PM
Hello.
I cant think a way to make a way, that will prevent peoples from using commands. I need that they can use the text command only from 16:00 till 22:00, how to do that?
Posted By: 5618 Re: Allow command usage on specified times - 18/01/09 02:10 PM
Code:
if ($time(HH) >= 16) && ($time(HH) < 22)
Posted By: hixxy Re: Allow command usage on specified times - 21/01/09 02:37 PM
Code:
if ($time(HH) isnum 16-21) <do stuff>
Posted By: 5618 Re: Allow command usage on specified times - 21/01/09 03:40 PM
Silly hixxy. ;P I thought about doing that an hour or so after I posted, but couldn't be bothered to change my post since I figured he wouldn't see it anymore. wink
© mIRC Discussion Forums