Matcou

Matcou

Joined:
Jul 08, 2011
Occupation:
Student
Location:
Texas

Interests

Programming

Activity Stream

Matcou commented on a 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.
 Respond  
Matcou commented on a Snippet, BaseConverter  -  May 16, 2012
@SunnyD How can I accurately depict what the snippet does? And do you have a better take on this?
 Respond  
Matcou posted a Snippet  -  May 16, 2012
Matcou commented on a 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.
 Respond  
Matcou commented on a 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.
 Respond  
Matcou commented on a 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
 Respond  
Matcou commented on a 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_
 Respond  
Matcou commented on a 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.
 Respond  
Matcou commented on a Snippet, NickServ Identify helper  -  Aug 22, 2011
Using $en/decode will not help considering anybody can decode it
 Respond  
Matcou commented on a Snippet, Set mode  -  Aug 22, 2011
Is it just me or is the on : part missing from the text event.
 Respond  
Matcou commented on a Snippet, Very Simple Relay to another servers  -  Aug 22, 2011
You are missing a closing bracket for your on text event.
 Respond  
Matcou   -  Aug 21, 2011
@Hawkee Do you mind telling me where you got your avatar? Or how you created it?
 Respond  
Matcou commented on a 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.
 Respond  
Matcou commented on an Image, VampIRC  -  Aug 15, 2011
Cannot read that font very well :p
 Respond  
Matcou commented on a Snippet, Last Nick & Channel Name Tab Completion  -  Aug 15, 2011
Sorry jaytea that is what Wiz126 told me :)
 Respond  
Matcou commented on a Snippet, [Dialog] RadioPayback.  -  Aug 15, 2011
You never unset %Rp.temp. I recommend you using sockmark for temporary storage.
 Respond  
Matcou commented on a 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.
 Respond  
Matcou commented on an Image, Untitled  -  Aug 14, 2011
How do you read anything on there. Red on red and blue on blue = not easy to read.
 Respond  
Matcou commented on a 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.
 Respond  
Matcou commented on a 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.
 Respond  
Matcou commented on a 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.
 Respond  
Matcou commented on a 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)
 Respond  
Matcou commented on a 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
 Respond  
Matcou posted a Snippet  -  Jul 31, 2011
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.