mIRC Code Snippets by vaseline28
(14)
Allows you to copy a character which is not found on a standard American keyboard to the clipboard and simply just copy/paste it into your message.
If I'm missing any, please PM me them, thanks!
..
+ 0 likes
$powerof(N,I) Calculates N to the Power of I, can list also.
; $powerof(N,I) <-- Usage: Calculates N to the power of I
; Other use: $powerof(N,I).all <-- Calculates N to the power of I, but lists..
+ 0 likes
Returns the Factors of N
Factors: Numbers which multiplied by another number go into the target.
e.g. 12 (1 x 12), (2 x 6), (3 x 4) = 12
1,12,2,6,3,4 are factors of 12
; Usage: $factors(N).P
;..
+ 0 likes
The following is a rounding function for whole numbers, not decimals as $round() does.
; Usage: $roundint(Number).P <---- Returns Number rounded to the nearest prop
; 'P' above must be a multiple..
+ 0 likes
This script returns the conversion from one Temperature/Length/Volume/Weight/Area to another.
Usage:
A = Are || m2 = Square Meters || cm2 = square centimeters || acre = acre || yd2 = square yards..
+ 0 likes
My Currency Converter dialog for mIRC.
I have recently re-done the script to take out favorites, killed the problem with the timers to make the whole script much more efficient and less annoying!
Converts..
+ 0 likes
Again, the idea here was to keep it compact. The script randomly picks one type for itself and then uses math(s) to determine who the winner is.
I've been seeing a number of Rock,Paper,Scissors games..
+ 0 likes









