Comments

 (80) 
  1. Everything
  2. Snippets
hxck commented on mIRC Snippet: Last.fm Info (API)  -  Nov 23, 2011
Added 2 new commands to get the top 5 artists on the Last.fm charts and the top 5 artists on User charts according to period (overall, 7day, 3month, 6month, 12month.)
Added color codes as a lot of people seem to like them.
Overhauled the help section.
hxck commented on mIRC Snippet: New TVRage July 2011  -  Nov 22, 2011
Thanks!
hxck commented on mIRC Snippet: Last.fm Info (API)  -  Nov 22, 2011
Updated with a new command for getting New Releases. The New Releases command grabs up to 10 new releases of bands you've listened to based on your history.
hxck commented on mIRC Snippet: Last.fm Info (API)  -  Nov 21, 2011
Updated with a new command for getting Similar Artists. Still needs a tad bit of cleaning up and error checking, will be done soon.
hxck commented on mIRC Snippet: New TVRage July 2011  -  Nov 20, 2011
It constantly goes up and down all day long. It works better at night (EST) I've noticed, and during peak times (primetime) it can not respond multiple times in a row. About 2 months ago TVRage hit a brick wall and the site basically went into the crap condition it is now, and I have no idea why.
hxck commented on mIRC Snippet: Last.fm Info (API)  -  Nov 20, 2011
Big update: Added a few more commands I wrote myself, and the !lfmc tasteometer command thanks to ES.
hxck commented on mIRC Snippet: What The Fuck Should I Make For Dinner?  -  Oct 29, 2011
Nice job SReject, that looks great.
hxck commented on mIRC Snippet: What The Fuck Should I Make For Dinner?  -  Oct 28, 2011
I know how to make multisockets, I just don't. Also, (with 7.22 at least) when you paste this code into a new remote and click OK, it'll ask to run initialization commands. If you click yes, the load section is executed.
hxck commented on mIRC Snippet: What The Fuck Should I Watch Tonight?  -  Oct 28, 2011
I know that now, I just have some leftovers in old snippets, and when I put together small things like this I just copy and paste old sockets and modify them.
hxck commented on mIRC Snippet: What The Fuck Should I Make For Dinner?  -  Oct 28, 2011
index.php and veg.php are different, if I leave them both as 2 the snippet doesn't work correctly for veg.php.
hxck commented on mIRC Snippet: What The Fuck Should I Watch Tonight?  -  Oct 28, 2011
Habit from the person that taught me.
hxck commented on mIRC Snippet: New TVRage July 2011  -  Oct 27, 2011
How about instead of being a complaining, freeloading fark, you write a better one?
hxck commented on mIRC Snippet: That High  -  Oct 11, 2011
Thanks
hxck commented on mIRC Snippet: Twitter TweetBot  -  Oct 07, 2011
Thanks for this one Ford, works like a charm. :)
hxck commented on mIRC Snippet: !blunt  -  Oct 05, 2011
Basically, I'll keep submitting my snippets the way I want to, and if people use them, great, if not, thats okay too.
hxck commented on mIRC Snippet: !blunt  -  Oct 05, 2011
I don't make my snippets user friendly, I make them the way I want them, and I put them out here for others to grab AS-IS. You may code for the greater population, but not everyone else does. I understand that not everyone here can do it themselves and they look for snippets to just copy and paste, but that's their thing.
$nick is fine for me, since the people in the channel I'm in are mature enough to not flood it out or change their nicks. I understand that would be the way to do it if I started the snippet with the purpose of making it for other people, but I didn't.

Thanks for your code suggestion either way.
hxck commented on mIRC Snippet: !blunt  -  Aug 28, 2011
The channel that I run this in usually has around 800-850 people and is +N so nicks/flooding aren't a big deal cause the ops get pissed about it, but thanks for the ideas.
hxck commented on mIRC Snippet: !blunt  -  Aug 27, 2011
I don't think I understand what you're saying Jethro.
hxck commented on mIRC Snippet: Text Overflow Limiting  -  Aug 23, 2011
Thanks man, we used your snippet in http://www.hawkee.com/snippet/8822/ :)
hxck commented on mIRC Snippet: !IMDB Movie Search  -  Aug 04, 2011
Same problem here. Recently migrated to mIRC 7.19, clean install, no addons like NNScript or anything.

Code

 


http://i.imgur.com/AHAiI.png
hxck commented on mIRC Snippet: Peak counter for channels -___-  -  Jul 31, 2011
I was looking for a peak script to kind of get some ideas from/figure out the best way to go about scripting it, and I came across this. I saw in the comments some people were having trouble, so I used this as a base and rewrote it. This is not 100% my work and credit does go to the original author for use of some of his code. The only thing I didn't add is the ability to check what channels its activated on, but I'll do that soon and edit this code.

Thanks to jaytea for helping me out with some complicated hash table + $gettok stuff I didn't really understand, it now also checks network to make sure if you're monitoring two channels of the same name on two different networks, they don't interfere with eachother.

Usage:
+peak to turn peak stats on for a channel, -peak to turn them off.
!peak to check current peak number for a channel.

Code

 
hxck commented on mIRC Snippet: New TVRage July 2011  -  Jul 29, 2011
If you don't like it, don't use it? We wrote it because we wanted to, not to cater to your ungrateful ass.
hxck commented on mIRC Snippet: New TVRage July 2011  -  Jul 22, 2011
This really was just a personal script, and I decided to clean it up a bit and post it after we were done. There's no schedule since neither one of us use it or wanted to do it. We shared what we did do, and if we decide to do it in the future, I'll add it here.
hxck commented on mIRC Snippet: New TVRage July 2011  -  Jul 22, 2011
Yeah I highly doubt a schedule will be coming to this anytime soon, sorry.
hxck commented on mIRC Snippet: New TVRage July 2011  -  Jul 18, 2011
Not providing backwards compatibility, upgrade your mIRC. Works perfectly fine in clean 6.35 and 6.35 with NNScript. Also works in a clean 7.19.
hxck commented on mIRC Snippet: New TVRage July 2011  -  Jul 16, 2011
Fixed some color code issues and introduced $sock().mark. Will see about integrating %tvr.output.nick with it shortly.
hxck commented on mIRC Snippet: Feels Like (Weather)  -  Jul 05, 2011
The $ are leftover from when there was regex on the line, I just forgot to remove it.
%flchan used to be msg # before I switched to $sock().mark.
I forgot to remove $round when I added $floor in v2.

Thanks Dean.

@Epic: It is, and I'll get to that eventually.

Still gotta work out the best way to make the table in the beginning and load it, without aliasing it. Probably some sort of file exists check, but I'll get to that when I'm more woken up.
hxck commented on mIRC Snippet: Rainbow colors  -  Jun 29, 2011
I don't have another color script, and it did it to me.
hxck commented on mIRC Snippet: Rainbow colors  -  Jun 06, 2011
You missed a brace at the very end. Also, it posts the text twice, colored and not colored. Maybe you should should shun the first one?
hxck commented on mIRC Snippet: XKCD random comic viewer  -  Jun 06, 2011
Wow, nice job man. I like it.
  1. Prev
  2. 1
  3. 2
  4. 3
  5. Next
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.