mIRC Code Snippets Tagged with identifier
(26)
$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
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
;
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
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
This is a login system I made. When you login it gives you voice. I suggest making the channel mode +m.
I made this for someone on the forum who needed a login system, so i decided to share it with
I've made some edits, hope it'll be a bit more useful.
RoyServ Hash/UnHashing Script -Version 1.2- (c) Copyright Roy911 2007
For support, email RoyServ@gmail.com, or visit us at irc.RivalSource.net, Channel #Roy911.
This snippet creates a random 'hash'
This identifier will calculate what percentage N is of C and display it in a coloured bar format, useful for rating scripts, it uses 20 characters, the majority are spaces but the middle shows the percentage,
Instead of using $rand to randomly pick a number between 2 limits, and using hefty if statements etc to randomly generate a word. Paste this alias into remotes and then in scripts you can simply type $randany(parameter1,parameter2,parameter3,etc,etc...).
This is both a command and an identifier. As a command, you can easily add, change, and remove passwords according to network and nickname:
/password [ADD|DEL] [NETWORK] [NICKNAME] [PASSWORD]
These



