Comments

 (22) 
  1. Everything
  2. Snippets
  3. Images
Matcou commented on Java Snippet: BaseConverter  -  May 17, 2012
@Firstmate I don't see any need for anything past base-16 because from what I know base-16 is the highest base used.
Matcou commented on Java Snippet: BaseConverter  -  May 16, 2012
@SunnyD How can I accurately depict what the snippet does? And do you have a better take on this?
Matcou commented on mIRC Snippet: Simple Voice Halfop Op snippet  -  Jan 05, 2012
@Jethro
Why would you use $regml in this case? It is just an extra ~20 ticks every time. All you need is to add ?:'s to the matches (to make them not be held in $regml(); you could just remove the ()s completely) and use $1- instead of your $+($regml(1),$regml(2)) $2.
Matcou commented on mIRC Snippet: CS Access  -  Sep 29, 2011
I recommend changing .+v* (and every other one) to .+v &
What you have now (.+v*) will match .+vAnyRandomText, while .+v & matches .+v word.
Matcou commented on mIRC Snippet: NickServ Identify helper  -  Aug 23, 2011
jaytea: if he is using the encode to keep it safe, then anybody with mirc can decode itm
Matcou commented on mIRC Snippet: Set mode  -  Aug 23, 2011
Make my post worth while...? I was asking if the "on :" part was not there for people besides me. You need to stop being so offensive Jethro_
Matcou commented on mIRC Snippet: Pan's IRC ART - Volume 1  -  Aug 23, 2011
You should work on a download alias to download the files. Or just write the contents to .txt files.
Matcou commented on mIRC Snippet: NickServ Identify helper  -  Aug 22, 2011
Using $en/decode will not help considering anybody can decode it
Matcou commented on mIRC Snippet: Set mode  -  Aug 22, 2011
Is it just me or is the on : part missing from the text event.
Matcou commented on mIRC Snippet: Very Simple Relay to another servers  -  Aug 22, 2011
You are missing a closing bracket for your on text event.
Matcou commented on Status: Matcou  -  Aug 21, 2011
@Hawkee Do you mind telling me where you got your avatar? Or how you created it?
Matcou commented on mIRC Snippet: Last Nick & Channel Name Tab Completion  -  Aug 16, 2011
@Jethro_
jaytea can confirm that Wiz126 is a msl wiz :). You can talk to him about it #msl@irc.swiftirc.net.
Wiz126 has a msl code editor in the making. If i find the link i will post.
Sorry for being off topic.
Matcou commented on Image: VampIRC  -  Aug 15, 2011
Cannot read that font very well :p
Matcou commented on mIRC Snippet: Last Nick & Channel Name Tab Completion  -  Aug 15, 2011
Sorry jaytea that is what Wiz126 told me :)
Matcou commented on mIRC Snippet: [Dialog] RadioPayback.  -  Aug 15, 2011
You never unset %Rp.temp. I recommend you using sockmark for temporary storage.
Matcou commented on mIRC Snippet: Last Nick & Channel Name Tab Completion  -  Aug 15, 2011
Tabcomp is very buggy. I would not be surprised if this snippet failed every once in a while.
Matcou commented on Image: Untitled  -  Aug 14, 2011
How do you read anything on there. Red on red and blue on blue = not easy to read.
Matcou commented on mIRC Snippet: [Whois update] Channel counter.  -  Aug 13, 2011
You also need to keep in mind that this will serve no purpose if the user has private or secret or whatever on. Nothing you can do though, so good little snippet. I recommend having an on load event that will let the user select which version they want and then have one raw event that outputs depending on the decision on load.
Matcou commented on mIRC Snippet: Random lines!(finally) USE ON BOT  -  Aug 13, 2011
@SReject
I believe the channel message should go before the goto; as you have it now the first message will never trigger because the goto skips that line.
Matcou commented on mIRC Snippet: Random lines!(finally) USE ON BOT  -  Aug 13, 2011
@blackvenom666
You left periods in the if statements.
Also, do not use on *:TEXT:*:#:{ because it will always trigger and check the if statement, overhead which is not needed.
Matcou commented on mIRC Snippet: Random lines!(finally) USE ON BOT  -  Aug 13, 2011
@napa182
.timer will never be overwritten unless you happen to have a timer start that is named timer1 (or whatever number the timer is)
Matcou commented on mIRC Snippet: Random lines!(finally) USE ON BOT  -  Aug 13, 2011
I believe you are missing a closing bracket.
I also do not think the "%random == N." should have the period.
The way your on text is set up right now will trigger the script if "!rand" is anywhere in the message. If you want it to trigger on the message "!rand" only then remove the asterisks (they are wildcards)
You can optimize your code in many different ways, one being the use of text files (.txt) and the $read() function. Even if you do not use it for this specific snippet, it is good to know (/help $read).

Off topic: you mispelled appearance in your code.

Edit: just realized your case 15 will message #kirby. I believe you meant to put $chan
Are you sure you want to unfollow this person?
Are you sure you want to delete this?
Click "Unsubscribe" to stop receiving notices pertaining to this post.
Click "Subscribe" to resume notices pertaining to this post.