Matcou

Matcou

Joined
Jul 08, 2011
Occupation
Student
Location
Texas
Interests
Programming

Activity Stream

Matcou commented on a Page, 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 Page, BaseConverter  -  May 16, 2012

@Sorasyn How can I accurately depict what the snippet does? And do you have a better take on this?

 Respond  
Matcou created a Page  -  May 16, 2012
1 171 

I had convert() as a static method before, but I've changed it prior to uploading. The computer I'm on doesn't have any IDE and I can't be bothered compiling and running through a CLI, so I hope it works (it seems like it should :P).

Matcou commented on a Page, 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 Page, 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 Page, 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 Page, 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 Page, Set mode  -  Aug 22, 2011

Is it just me or is the on : part missing from the text event.

 Respond  
Matcou commented on a Page, 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 Page, 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 a Page, Last Nick & Channel Name Tab Completion  -  Aug 15, 2011

Sorry jaytea that is what Wiz126 told me :)

 Respond  
Matcou commented on a Page, 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 a Page, 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 Page, 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 Page, 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 Page, 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 created a Page  -  Jul 31, 2011
1 527 

All of the documentation is in the snippet.

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.