afp_romania   -  Sep 30, 2014

I want to make a little script, but i dont know how. i know that is about time format, but i didnt finded anything with that.

I need a script that can do this:
On 1:join:#: {
if (time < 12am) { msg $chan $nick morning $nick $+ ! }
elseif (time > 12) && (timer < 18 pm) { etc }
elseif (time > 18pm) { etc }
}

Yawhatnever  -  Sep 30, 2014
/help $asctime

You can check if ($asctime(HH) > 18) { }, etc.

Hawkee  -  Oct 02, 2014

Try fencing your code with ``` above and below. You can even use ```mirc on the first fence to highlight.

Sign in to comment

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.