mIRC Code Snippets Tagged with duration
(6)
$elapsed will allow you to easily get the length of time that has elapsed from a given date to the present in the "yr wk day hr min sec" format. This can be a very useful script, for example,..
Dit script werkt hetzelfde als het in mirc ingebouwde $duration(12345) script...
Het enige verschil is dat dit een door mij gemaakte nederlandse versie ervan is!
Je typt gewoon in je script $duratie(12345)..
This snippet does what $duration should do and converts a string like 2w4d10h3m2s into seconds. Usage is $lduration(string) where string should be formatted as above. Accepted time measures are the same..
Type "/leave" for "NICK is away" It will say this message in all the channels you are in.
Type "/away [reason]" For "NICK is away. Reason: [reason]" Without the..
The purpose of this snippet is to bring the power of VB's DateDiff function to mIRC which date handling functions can be quite restricting.
This snippet allows you to calculate the difference between..