Top

mIRC Code Snippets by Rebellious

  (8)  
Sort by 
mp3
Yes, I know it isn't the MDX version of the player I was going to release. That project has been halted till further notice.<br> Anyway, this version is a simplistic mp3 player I've been working..
Tags: mp3 
+ 0 likes
4 comment(s)   |   Score: 0.0   |   Language: mIRC   |   Posted by Rebellious on Dec 29, 2007
Very simple spell checker using basic sockets to spellcheck a word. $spellcheck(<word>)
Tags: check  spell 
+ 0 likes
8 comment(s)   |   Score: 6.0   |   Language: mIRC   |   Posted by Rebellious on Dec 21, 2007
Snippet that reads from an ini based on wildcards. Also returns a list of matched items alternatively.
Tags: ini  read  wildcard  wildmatch 
+ 0 likes
3 comment(s)   |   Score: 7.7   |   Language: mIRC   |   Posted by Rebellious on Dec 20, 2007
Simple snippet to return all matched variables from your parameters. Can match different types of variables because of iswm. (e.g $varwm(*e*g) would return all variables matching *e*g.
Tags: variable  wildmatch 
+ 0 likes
3 comment(s)   |   Score: 6.0   |   Language: mIRC   |   Posted by Rebellious on Dec 18, 2007
Sorts mp3 files in a directory based on given parameters. Lists the sorted list in a new window.
Tags: files  mp3  sort 
+ 0 likes
8 comment(s)   |   Score: 5.7   |   Language: mIRC   |   Posted by Rebellious on Dec 18, 2007
Returns a range of characters.
Tags: characters  range 
+ 0 likes
3 comment(s)   |   Score: 0.0   |   Language: mIRC   |   Posted by Rebellious on Dec 13, 2007
Simple snippet to return the total length of all mp3 files in a directory using mIRC's $sound to retrieve the data. You can return the length in a gmt/time format or mIRC's $duration format. $mp3dl([d..
Tags: length  mp3  total 
+ 0 likes
0 comment(s)   |   Score: 5.3   |   Language: mIRC   |   Posted by Rebellious on Dec 05, 2007
Simple identifier for scrambling a word or multiple words at a time. <br> Syntax: $scramble() <br> e.g $scramble(example) would return a randomized version of example. Perhaps: lexepma
Tags: scramble 
+ 0 likes
9 comment(s)   |   Score: 6.7   |   Language: mIRC   |   Posted by Rebellious on Dec 04, 2007
Bottom