Top

Comments

  (25)  RSS
Saeed's
Sick_Puppy
Comments: 38
 
mIRC Snippet:  Caps kicker
Posted on Oct 4, 2007 1:41 am
Could You Make a Punctuation One Next?
:D
Saeed
Comments: 31
 
mIRC Snippet:  mp3 information
Posted on Oct 3, 2007 11:09 pm
Thanks, fixing that right now.
KuTsuM
Comments: 139
 
mIRC Snippet:  $iscaps
Posted on Oct 3, 2007 11:06 pm
Ignore the above question: You should use the prop parameter ($prop)
KuTsuM
Comments: 139
 
mIRC Snippet:  $iscaps
Posted on Oct 3, 2007 11:05 pm
Why do you need to declare "get"? Good regex example.
KuTsuM
Comments: 139
 
mIRC Snippet:  mp3 information
Posted on Oct 3, 2007 11:03 pm
Just for cleaner code you should edit this
if ($isid) {
if ($inmp3) {
to
if ($isid) && ($inmp3) {

Just because you have no use for them to be seperated. Otherwise, good job :)
RubixCube
Comments: 51
 
mIRC Snippet:  Hash table aliases
Posted on Sep 29, 2007 6:30 pm
Lol, it's too bad I have to wait seven days until I can rate. Then I could actually submit my scores without having to give the user an idea of my rating.
Akishoot
Comments: 159
 
mIRC Snippet:  Hash table aliases
Posted on Sep 29, 2007 6:24 pm
*can - Silly keyboard
Akishoot
Comments: 159
 
mIRC Snippet:  Hash table aliases
Posted on Sep 29, 2007 6:24 pm
I like users that can't rate/give tips like him. ^ XD
RubixCube
Comments: 51
 
mIRC Snippet:  Hash table aliases
Posted on Sep 29, 2007 5:38 pm
Pros:

- The /hedit is really convenient instead of using hadd and hdel.
- The /hmove is really useful for me as well in case I want to rename a hash table, I can copy all of the data.


Cons:

- /hedit can easily be done in a different method such as hload and hsave. I find it irritable to get the remove echo every time.
- The /hpaste is completely useless. It's basically /hmove but keeping the first hash table, you might as well include that in the /hmove alias instead of creating an entire new alias and wasting space.

If you included a hash view and(or) editor that would be fantastic. I'm sorry but right now, these aren't too worthy of a high score. My rating: 5.5/10-5.9/10

- RubixCube
Saeed
Comments: 31
 
mIRC Snippet:  Hash table aliases
Posted on Sep 29, 2007 11:29 am
Indeed, but the purpose and actions /hedit takes is much simpler to use then using hdel and hadd. If I don't specify this specific format, it won't really edit. I could make the format of /hedit a little different somehow if you would like but right now that is quite necessary. Anything I can improve on in this snippet to make it worth more than a 3.0?
RusselB
Comments: 101
 
mIRC Snippet:  Hash table aliases
Posted on Sep 29, 2007 10:57 am
Your /hedit is identical in format and usage to that of /hadd
Saeed
Comments: 31
 
mIRC Snippet:  Hash table aliases
Posted on Sep 29, 2007 7:17 am
* two
Saeed
Comments: 31
 
mIRC Snippet:  Hash table aliases
Posted on Sep 29, 2007 7:17 am
Interesting idea, I have not really covered those too. I'll see what I can do Olliegod.
Olliegod
Comments: 74
 
mIRC Snippet:  Hash table aliases
Posted on Sep 29, 2007 2:00 am
The hmove alias could be much simpler.
Check the help file for /hsave and /hload
Saeed
Comments: 31
 
mIRC Snippet:  mp3 length/position statistics
Posted on Sep 28, 2007 3:44 pm
I wouldn't expect too much of a code for this type of snippet. Sometimes being simple is enough, as to the 5 I think that is what this snippet deserves. I'm glad you found this useful.
token
Comments: 24
 
mIRC Snippet:  mp3 length/position statistics
Posted on Sep 28, 2007 3:38 pm
i found this pretty useful when making my quickmp3 player for myself but it is a really simple code 5/10
token
Comments: 24
 
mIRC Snippet:  Caps kicker
Posted on Sep 28, 2007 9:24 am
perhaps use groups to disable/enable the script, good work
Saeed
Comments: 31
 
mIRC Snippet:  Caps kicker
Posted on Sep 28, 2007 8:32 am
I fixed it. Thanks. =) You can edit the percentage in the %percentage variable below the if ($nick isreg $chan)
Olliegod
Comments: 74
 
mIRC Snippet:  Caps kicker
Posted on Sep 28, 2007 3:09 am
It is quite easy for someone to use more than 5 capital letters in a message. Perhaps a better method would be to kick people who use a certain percentage of capital letters, for example: OMG JOIN #NEWBP0WNAGE NOW!!! That sentence has 20 out of 28 characters capitalised, which would be about 71% capital letters. The maximum could be set around 50%, or even better, inclue a method for the user to define the percentage.
mountaindew
Comments: 1,645
 
mIRC Snippet:  mp3 information
Posted on Sep 26, 2007 10:01 pm
these can come in handy with all those mp3 scripts
1 2 Next
Bottom