Top

mIRC Code Snippets Tagged with identifier

  (26)  
Sort by 
Ever wanted to see if you can match any word in a group with any word in another group with an unspecified number of words? This does it for you, usage explained below.
Tags: custom  identifier  match  return  text  token 
9 comment(s)   |   Score: 5.5   |   Language: mIRC   |   Posted by vaseline28 on Jun 23, 2008
$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
Tags: custom  identifier  indicies  math  mirc  power 
0 comment(s)   |   Score: 3.0   |   Language: mIRC   |   Posted by vaseline28 on Jun 14, 2008
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 ;
Tags: custom  factor  identifier  math  mirc  number 
0 comment(s)   |   Score: 3.0   |   Language: mIRC   |   Posted by vaseline28 on Jun 14, 2008
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
3 comment(s)   |   Score: 4.0   |   Language: mIRC   |   Posted by vaseline28 on Jun 13, 2008
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
7 comment(s)   |   Score: 3.0   |   Language: mIRC   |   Posted by vaseline28 on Jun 08, 2008
Two identifiers to tell you if a number is odd or even. Thought this up in maths today when the teacher was rambling on about some crap :-) Anyways, more info on syntax is in the script itself, this
Tags: even  identifier  irc  is  iseven  isodd  jonesy  jonesy44  mirc  number  odd 
5 comment(s)   |   Score: 0.0   |   Language: mIRC   |   Posted by jonesy44 on May 19, 2008
Usage: $ordtok(TOKEN,C,?) Will return entered numbers as ords (1.4.2 = 1st.2nd.4th) and as you can see, will sort them in reverse or put them in order (if you used $ordtok(4.1,46,nr) - it would return
Tags: identifier  number  numeric  order  sort  token 
0 comment(s)   |   Score: 0.0   |   Language: mIRC   |   Posted by SyntaxIRC on Mar 08, 2008
See script comments between /* and */.
Tags: identifier  token 
1 comment(s)   |   Score: 4.0   |   Language: mIRC   |   Posted by APtrackz on Jan 04, 2008
$nicks complies a list of nicks based on the params you specify. Much more detailed explanation in code.
Tags: identifier  mirc  nicks  pnick  token 
5 comment(s)   |   Score: 4.0   |   Language: mIRC   |   Posted by brinxy on Nov 19, 2007
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
10 comment(s)   |   Score: 1.0   |   Language: mIRC   |   Posted by mountaindew on Aug 15, 2007
I've made some edits, hope it'll be a bit more useful.
Tags: al  albhed  alias  identifier 
14 comment(s)   |   Score: 1.0   |   Language: mIRC   |   Posted by Riht_2 on Aug 11, 2007
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'
Tags: alias  encode  hash  identifier 
1 comment(s)   |   Score: 0.0   |   Language: mIRC   |   Posted by Roy911 on Aug 08, 2007
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,
13 comment(s)   |   Score: 5.5   |   Language: mIRC   |   Posted by Callison1 on Jun 27, 2007
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...).
Tags: alias  identifier  random 
2 comment(s)   |   Score: 3.5   |   Language: mIRC   |   Posted by Callison1 on May 26, 2007
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
2 comment(s)   |   Score: 4.0   |   Language: mIRC   |   Posted by nfield38 on Jan 29, 2007
1 2 Next
Bottom