Top

mIRC Code Snippets Tagged with converter

  (13)  
Sort by 
Just a simple identifier, once again, but someone other than me should find it useful. Usage: $temconv(N, [c]) Takes a temperature and converts it. Assumes input is farenheit and converts to celcius,..
+ 1 likes
0 comment(s)    Score: 10.0    Platform: mIRC    Posted by knoeki on Sep 22, 2009
I don't think it's a too difficult of a script to make, but I'll post it since I've never seen it. Turns decimals into fractions. yay Sample output: A note on the number of significant figures...
+ 0 likes
3 comment(s)    Score: 0.0    Platform: mIRC    Posted by Firstmate on May 12, 2009
This makes use of Google's Calculator, which is pretty handy. It can convert units as well as do simple math calculations. Couple examples: !gcalc 4 grams in tons -Returns 4 grams = 4.40924524 ×..
Tags: calc  converter  google  unit 
+ 1 likes
8 comment(s)    Score: 6.0    Platform: mIRC    Posted by Firstmate on Mar 13, 2009
Usage: $temp(<temperature>,<c|f|k|ran|rea>).<c|f|k|ran|rea> About: $temp(100,c).f will convert 100 degrees celcius into fahrenheit $temp(100,f).c will convert 100 degrees fahrenheit..
+ 0 likes
6 comment(s)    Score: 0.0    Platform: mIRC    Posted by PunkTuReD on Jan 28, 2009
well as you can see this isnt my code it works for the /cuu and cuusay and all the other but i cant seem to be getting it to work for the !ucc command i was hoping any of you could give it a shot..
Tags: converter  currency 
+ 1 likes
2 comment(s)    Score: 0.0    Platform: mIRC    Posted by Felix2003 on Dec 13, 2008
Hi again. This is my second dialog, and the first one that I have worked independently with. Anyways, here it is! to exit out of the dialog. Enjoy! :)
+ 0 likes
22 comment(s)    Score: 6.8    Platform: mIRC    Posted by Kirby on Nov 24, 2008
All the credits of this snippets goes to the original poster: , and the original work can be found here: http://www.hawkee.com/snippet/2041/ I edited it with wildcard for automatically catch every url..
Tags: converter  tiny  tinyurl 
+ 1 likes
4 comment(s)    Score: 7.0    Platform: mIRC    Posted by essebi on Jul 02, 2008
+ 0 likes
1 comment(s)    Score: 7.0    Platform: mIRC    Posted by vaseline28 on Jun 11, 2008
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
6 comment(s)    Score: 5.4    Platform: mIRC    Posted by vaseline28 on May 25, 2008
Converts every text inserted to an $chr(x) sign ;) usage: /chrtxt [-l] <txt> if -l is specified it will be send to the channel (Without the orginal input) without you will get an echo with..
Tags: chr  converter  msl 
+ 0 likes
4 comment(s)    Score: 5.7    Platform: mIRC    Posted by Vox91 on May 20, 2008
This is a simple TinyURL converter. Simply type /tinyurl <url> or //echo -a $tinyurl(url) You can also type [.!@]tiny <link> or [.!@]tinyurl <link> in a channel to output the information. Thanks..
Tags: convert  converter  tiny  tinyurl  url 
+ 1 likes
6 comment(s)    Score: 6.3    Platform: mIRC    Posted by Lindrian on Mar 30, 2008
A very simple script to convert Celsius to Fahrenheit and Fahrenheit to Celcius Simply paste into remotes, and type: !F <Fahrenheit Temp to Convert> or !C <Celsius Temp to Convert> This..
+ 0 likes
8 comment(s)    Score: 5.5    Platform: mIRC    Posted by Pepsi_Man0077 on Jan 20, 2008
What it does: This script converts an RGB triplet (the red, blue, and green values of a color, and example would be 43,126,230) into a hex triplet (such as 2b7ee6.) I do acknowledge the fact that using..
Tags: color  converter  hex  rgb 
+ 0 likes
0 comment(s)    Score: 0.0    Platform: mIRC    Posted by Teh Maestro on Mar 21, 2007
Bottom