Textinfo percent/bold/underline....
mIRC Code
+ 0 likes
Please Register to submit score.
| Average Score | 0.0 (of 0 scores) |
| Date Added | Aug 23, 2008 |
| Last Updated | Aug 23, 2008 |
| Tags | alias caps percent |
Introduction
Would be useful for bots etc :)
mIRC Snippet:
Textinfo percent/bold/underline....
Posted on Aug 23, 2008 3:10 am
Posted on Aug 23, 2008 3:10 am
Just got a couple of things, to set a variable, you don't need an =, you can just do:
Instead of:
Just declare %u as 0 at the start and then do:
Otherwise the script won't necessarily return anything if none of the text is caps.
| Code: |
| var %i 1 |
Instead of:
| Code: |
| var %u = $calc(%u + 1) |
Just declare %u as 0 at the start and then do:
| Code: |
| inc %u |
Otherwise the script won't necessarily return anything if none of the text is caps.
mIRC Snippet:
Textinfo percent/bold/underline....
Posted on Aug 23, 2008 3:12 am
Posted on Aug 23, 2008 3:12 am
It works fine :>
even though none of text would be caps :)
even though none of text would be caps :)
mIRC Snippet:
Textinfo percent/bold/underline....
Posted on Aug 23, 2008 3:25 am
Posted on Aug 23, 2008 3:25 am
| Code: |
alias caps { return $round($calc($regex($1-,/[A-Z]/g) / $regex($1-,/[A-Z]/gi) * 100),0) } |
Both return the same.`-.-´
mIRC Snippet:
Textinfo percent/bold/underline....
Posted on Aug 23, 2008 3:34 am
Posted on Aug 23, 2008 3:34 am
going along with that you can do it like this as well
| Code: |
| alias caps { return $calc($regex($1-,/[A-Z]/g)/$len($1-)*100) } |
mIRC Snippet:
Textinfo percent/bold/underline....
Posted on Aug 23, 2008 3:38 am
Posted on Aug 23, 2008 3:38 am
-_- >_<
I will update the snippet!
so you can get percent of colour/underline/reverse/caps ! and with regex because you seem you love it
At first i want to make the snippet simple so even beginners could understand it.
I will update the snippet!
so you can get percent of colour/underline/reverse/caps ! and with regex because you seem you love it
At first i want to make the snippet simple so even beginners could understand it.
mIRC Snippet:
Textinfo percent/bold/underline....
Posted on Aug 23, 2008 4:10 am
Posted on Aug 23, 2008 4:10 am
Rofl well u dont have to change it on our accounts ;p we jsut made suggestions of different ways of doin it.`-.-´




