Top

mIRC Code Snippets Tagged with number

  (32)  
Sort by 
quite simple. this snippet counts number/letters that you type to check ur stats //echo -a %mIRCstats or //msg $active %mIRCstats
Tags: counter  letter  number 
+ 0 likes
2 comment(s)    Score: 0.0    Platform: mIRC    Posted by PunkTuReD on Feb 08, 2010
A pick a box and get points game that was created for a fellow forum user. You pick a number and get points based on what is in the box.
Tags: box  number  pickign  random 
+ 0 likes
1 comment(s)    Score: 0.0    Platform: mIRC    Posted by eqrunner on Feb 02, 2010
Simple little snippet it just Numbers in an ini file And starts off ith the letter S.
Tags: ini  list  number  slub77  sword 
+ 0 likes
0 comment(s)    Score: 0.0    Platform: mIRC    Posted by slub77 on Jan 08, 2010
I got bored today and made a flip clock style counter, I plan to make it a clock when I get the time to dink around with it more. Paste into the remote, type /clock and watch in awe! Left click -..
Tags: clock  flip  imrac  number  numbers  pic  picwin  theimrac  win 
+ 0 likes
2 comment(s)    Score: 0.0    Platform: mIRC    Posted by TheImrac on Nov 23, 2009
How to use : !RandNumber [Number] Make sure you /set %chanset #[Channel]
Tags: number  random 
+ 0 likes
10 comment(s)    Score: 2.0    Platform: mIRC    Posted by Johncena1469 on Aug 12, 2009
An alias to show a random number between any two intergers of your choice. Triggers: /random <num1> <num2> OR /random
Tags: generator  number  random 
+ 0 likes
0 comment(s)    Score: 0.0    Platform: mIRC    Posted by Zerg on Aug 11, 2009
Once again, I\'m back with another custom identifier. I wrote this just because I happened to need this a few times. It doesn\'t do much, but what it does do, it does right. (confused yet? :_))...
Tags: knoeki  num  number  pad  padding  padnum  prefix  zomgwtfbbq  zowb 
+ 2 likes
1 comment(s)    Score: 0.0    Platform: mIRC    Posted by knoeki on Jun 29, 2009
I havent posted anything in a while, and I was thinking about prime numbers for some odd reason... So I decided to port the C/C++ primity function to mIRC. You can find the original code here: http://docs.google.com/Doc?id=dgrmft6x_0htx3n3fh&hl=en It..
Tags: number  prime 
+ 0 likes
5 comment(s)    Score: 7.0    Platform: mIRC    Posted by NIGathan on Mar 06, 2009
These were a few identifiers I just came up with. Enjoy :-). $avrg: Find the average of a given set of numbers (seperated by a space) Usage: $avrg(Numbers) Example: $avrg(10 2 5 3) -> Returns..
+ 1 likes
8 comment(s)    Score: 7.5    Platform: mIRC    Posted by vSkyzv on Feb 25, 2009
This is a very simple custom identifier that I needed for something, maybe it's useful for you. usage: $numsuf(<number>) returns the number you supplied, with a proper counting suffix. for..
+ 1 likes
14 comment(s)    Score: 0.0    Platform: mIRC    Posted by knoeki on Jan 25, 2009
Hello, a simple command that finds characters or checks if there are numbers in the text. Put it in the Remotes section. Syntax: )) and it returns the character -n : Enter some text and it returns..
+ 0 likes
1 comment(s)    Score: 0.0    Platform: mIRC    Posted by StaticX__ on Oct 23, 2008
!Ng-game - Start Game !guess 1 - 100 - Play Game !ad - Ad for the script !Ngg-End - End Game !a - Get The Answer send to you in PM {OWNER ONLY} NOTE: Thanks to ICE and Relurk for helpin
Tags: game  guessing  number 
+ 2 likes
5 comment(s)    Score: 2.8    Platform: mIRC    Posted by Dj_801 on Sep 06, 2008
This is a 'very simple' snippet that allows you to strip everything from a string, but the numbers. Use: $filter_num(string) For example: $filter_num(abc123kaljsdflkjdsfkljaslkjsda456lakjdflksadj7kalsdkoi8kljadsflkjdsa9) Will..
Tags: filter  number  numbers  snippet  zmodem 
+ 0 likes
16 comment(s)    Score: 5.5    Platform: mIRC    Posted by Zmodem on Aug 21, 2008
This is a very simple Random number or text script.
Tags: 1  1100  123  2  3  4  5  6  number  pointless  rand  random 
+ 1 likes
31 comment(s)    Score: 1.5    Platform: mIRC    Posted by jakobLUVSpizza on Aug 19, 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 likes
0 comment(s)    Score: 3.0    Platform: mIRC    Posted by vaseline28 on Jun 14, 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 
+ 0 likes
5 comment(s)    Score: 0.0    Platform: 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 likes
3 comment(s)    Score: 0.0    Platform: mIRC    Posted by SyntaxIRC on Mar 08, 2008
Usage: $asntok(TOKEN,N,?) Will sort and insert needed numbers. For example, $asntok(4.1,46) would return 1.2.3.4 (if you used $asntok(4.1,46,nr) - it would return it in reverse)
Tags: asntok  help  insert  number  numtok  sort  tok  token 
+ 0 likes
1 comment(s)    Score: 4.5    Platform: mIRC    Posted by SyntaxIRC on Mar 07, 2008
This is an identifier than finds the average of a set of numbers. Syntax: $avg(N.N.N.N,C) N = numbers . = delimeter C = delimeter # Ex: $avg(1 5 2 1 6,32) » 3 $avg(2|4|6|8,124) » 5 $avg(1.1.1.1,46)..
Tags: average  avg  number  numbers 
+ 0 likes
7 comment(s)    Score: 4.0    Platform: mIRC    Posted by mountaindew on Dec 12, 2007
A nice Count Down script I made from scratch. --------------------- CLIENT VERSION It does what it's meant to do. You type in: !countdown [month] [day] [hour] [name of occasion] EX: !countdown..
+ 0 likes
1 comment(s)    Score: 0.0    Platform: mIRC    Posted by vegeto079 on Dec 01, 2007
I need help with this script. Can somebody find the bug in here? It doesn't work at all yet. Initialization: \game hilo # -The first character is a backslash, not forward -Replace # with the top number..
+ 0 likes
1 comment(s)    Score: 0.0    Platform: mIRC    Posted by Gforce20 on Nov 24, 2007
/quicklog filters the active window into a text file. Thus, you can easily view events and messages in the channel through a window or notepad. You also have the option to locate a word. /quicklog..
Tags: find  line  log  number  quick  word 
+ 0 likes
1 comment(s)    Score: 6.0    Platform: mIRC    Posted by ^silk on Nov 03, 2007
; $getasc - Roy_ ; Credits ; ------- ; This snippet may appear similar to Lindrian's $asc_ snippet, part of the snippet actually does what Lindrian's snippet does. ; I give credit to Lindrian for the..
Tags: asc  character  format  number 
+ 0 likes
8 comment(s)    Score: 4.0    Platform: mIRC    Posted by Roy_ on Oct 03, 2007
This is the first piece of IRC code I've made without any help. It needs improvement (i.e. preventing somebody from jumping in at the last second to win), but I'm still just learning. If you have any ideas..
Tags: first  game  games  irc  mirc  number  numbers  simple 
+ 0 likes
4 comment(s)    Score: 3.0    Platform: mIRC    Posted by Gforce20 on Sep 22, 2007
a simple number guessing game
Tags: guessing  number 
+ 0 likes
0 comment(s)    Score: 0.0    Platform: mIRC    Posted by Sephiroth1n6 on Sep 22, 2007
1 2 Next
Bottom