Top

mIRC Code Snippets Tagged with percent

  (6)  
Sort by 
A really really simple custom alias, but this can cut down on a lot of calculations.
Tags: alias  custom  mirc  percent 
+ 0 likes
5 comment(s)   |   Score: 0.0   |   Language: mIRC   |   Posted by ^Neptune on Aug 24, 2008
works like: //echo -a $text(sometext).bold/caps/bold/reverse/color Would be useful for bots etc :)
Tags: alias  caps  percent 
+ 0 likes
6 comment(s)   |   Score: 0.0   |   Language: mIRC   |   Posted by juhapuha on Aug 23, 2008
Calculates the percentage of free space you have on your C: drive, and displays it in a text-based meter to the active channel. If you're not in a channel, it'll echo it. Type /spacemeter
Tags: bytes  c  calculate  drive  meter  mirc  percent  size  space 
+ 0 likes
0 comment(s)   |   Score: 6.0   |   Language: mIRC   |   Posted by Jagfire on Jul 29, 2008
The below snippet with tell you the percentage of capital letters , lowercase letters or both. It will only take into account letters in the string being checked. Update: Removed variables and placed..
Tags: capital  iscaps  isid  lowercase  percent  prop  regex 
+ 0 likes
8 comment(s)   |   Score: 6.0   |   Language: mIRC   |   Posted by Scakk on Jun 07, 2008
This is a custom identifier and command that will return text encoded to suit URLs (e.g. hello%20world) Usage: $urlencode(text) will return the encoded text, and /urlencode text will echo the encoded..
Tags: encode  percent  url 
+ 0 likes
4 comment(s)   |   Score: 0.0   |   Language: mIRC   |   Posted by Daveoh on Jul 29, 2007
alright another snippet :) <br> Usage: /prog percent <br> where percent is a number between 0-100 (no decimal numbers with "." in it) <br> It creates a small window with..
+ 0 likes
3 comment(s)   |   Score: 5.7   |   Language: mIRC   |   Posted by Nerd on Mar 02, 2006
Bottom