brinxy

brinxy

Joined
Nov 11, 2007
Location
"U.S.A"

Activity Stream

brinxy commented on a Page, alias chrwrite  -  Nov 22, 2007

You could get rid of all those $+\'s and use one $+(etc,etc,etc)

 Respond  
brinxy commented on a Page, Lowercase nick voicer  -  Nov 22, 2007

Please use while loops. They are much faster then goto\'s.

 Respond  
brinxy commented on a Page, Variables explorer  -  Nov 22, 2007

Not bad. Could add the option to unset and set variables.

 Respond  
brinxy commented on a Page, Hash tables explorer  -  Nov 22, 2007

Gj, just a few suggestions though:

1: In your dialog calling alias you can shorten it by doing something like this: alias hashexp dialog $iif($dialog(etc),-v hashexp hashexp,-m hashexp hashexp)
2: You could form this into a full editor and it\'d be even better.

I found this useful though as I need to check hash tables often.

 Respond  
brinxy commented on a Page, /getip - Local info  -  Nov 22, 2007

Nice job. I\'d just make it compatible with IE.

 Respond  
brinxy commented on a Page, $nicks  -  Nov 22, 2007

I think I\'m going to stick with this method. But thanks for your suggestions. ^_^

 Respond  
brinxy commented on a Page, $nicks  -  Nov 20, 2007

Found out that doesn\'t work either. For now, I decided to put the original back up until further notice. If you receive any errors with this please let me know.

 Respond  
brinxy commented on a Page, $nicks  -  Nov 20, 2007

Mmm. I forgot about large channels. Heheh. I\'ll look into binvars, as I do not know much about them. Just curious, if I completely removed $addtok and just used %ret = %ret etc, would that remove the error?

 Respond  
brinxy created a Page  -  Nov 19, 2007
517 

$nicks complies a list of nicks based on the params you specify. Much more detailed explanation in code.

brinxy commented on a Page, Channel Limiter  -  Nov 19, 2007

Yes, not bad. But you should check if you are an op in the while loop just to make sure you don\'t receive errors.

 Respond  
brinxy commented on a Page, Picwin balloontips  -  Nov 18, 2007

lol.

 Respond  
brinxy commented on a Page, Picwin balloontips  -  Nov 18, 2007

Comments?

 Respond  
brinxy created a Page  -  Nov 18, 2007
315 

Snippet creates balloon tips using picwins through a simple alias. Configure most options via status/channel menus or commands. Includes the ability to manipulate the font, icon, color, and text of the popup.

brinxy commented on a Page, Subtle Away Script  -  Nov 18, 2007

well the reason it doesnt have the amsg feature and ect.. is because i wanted it to be simple and sweet. and im in help channels s the amsg away isnt welcomed there. which is why its just a simple away on query. No this isnt my first script. and the reason for the timers is if someone else trys to flood you bcause they know you have an automated query, it makes it so the automated msg is only active every 10 seconds so your not flooded out. Thanks for the comments and the inputs tho, i love to hear your thoughts and ideas. and ive tested the script and it works perfectly fine.

Yes, but mIRC\'s built-in automated response doesn\'t flood you out either. It may flood the user with the notice, but you aren\'t actually giving it off. /away won\'t give off an amsg either. But whatever you want is fine.

 Respond  
brinxy commented on a Page, Subtle Away Script  -  Nov 18, 2007

It worked fine for me. And I can see your point there, but it still would be more efficient to use a built-in feature. Anyway, I would also like to see the timers removed because they don\'t serve a purpose.

 Respond  
brinxy commented on a Page, Subtle Away Script  -  Nov 18, 2007

Wow, late response and a double-post. :/

 Respond  
brinxy commented on a Page, Subtle Away Script  -  Nov 18, 2007

Korvin: Actually, that way works perfectly fine. Single-line events work just as well. :]

Why not just use mIRC\'s built-in automated pm feature when going away?

 Respond  
brinxy commented on a Page, Subtle Away Script  -  Nov 18, 2007

Korvin: Actually, that way works perfectly fine. Single-line events work just as well. :]

Why not just use mIRC\'s built-in automated pm feature when going away?

 Respond  
brinxy commented on a Page, Mp3 Dialog v1.3  -  Nov 16, 2007

For most of the functionality, you did a good job. Would be excellent to add a directory without making a new playlist. I would also like to see an add file and remove file option because I have quite a bit of songs loaded in my directory. That would make the playlist option better.

For the coding, not so good. I\'m surprised that it makes it easier for you to understand. /\'s usually tend to make coding look sloppy and confusing in my opinion. I\'d strongly recommend you remove them, but that isn\'t significant. You also lack error checking. (Opening dialogs is an example.)

For the way you handle your files, I think you can improve upon that as well. Your writeini can\'t support 64k or more (going back to large directories). I\'d use hash tables, or just make the writeini command /writeini -n.

I\'d like to see a scroll bar instead of two buttons to seek though the song. That way the user could get more exact with the position. It would be good to make your options into a separate dialog, the actual mp3 dialog itself would look a lot neater. Another thing I noticed in a lot of the mp3s on here, when they have volume seeking in their snippet, is that they skip to a certain percentage instead of scrolling regularly. If you could change your current buttons to a scrollbar as well, that\'d be great.

Perhaps add an id3 editor, and more options as to the display. (Such as size and album for example.)

After that novel, I\'d have to say you put a lot of effort and tried to create a decent mp3 player. You did, and I credit you for that. If you just included some updates and fixes, you\'d have an even better snippet. Very good job.

 Respond  
brinxy created a Page  -  Nov 16, 2007
127 

Replaces tokens in a text with new tokens. Includes the option to replace all instances of a token.

  1 Thread   mIRC  
brinxy commented on a Page, $multiremtok  -  Nov 15, 2007

Thanks spitfire3292.

 Respond  
brinxy commented on a Page, $multiremtok  -  Nov 15, 2007

Thanks, it\'s quite simple if you\'re fluent in token identifiers:
Let\'s say I had the string \"this is my string of tokens\"...
Now if we typed up //echo -a $multiremtok(this is my string of tokens,1,2,32) would return \"my string of tokens\" Because it removed the first token, this, and the second token, is.

Any more questions you have feel free to ask and I\'ll be glad to help. Although this should have been covered in the comments I put into the snippet.

 Respond  
brinxy created a Page  -  Nov 14, 2007
102 

Snippet that removes multiple tokens from a string of text. An enhancement to $remtok.

brinxy commented on a Page, $matchedtok  -  Nov 14, 2007

Most certainly. But I won\'t change the way I make my comments, used to it by now. And I prefer that way.

 Respond  
brinxy commented on a Page, $matchedtok  -  Nov 14, 2007

Oh I see.

 Respond  
brinxy commented on a Page, $matchedtok  -  Nov 13, 2007

Thanks xDaeMoN. But I do believe that mIRC\'s built-in $matchtok will only return one token. Meaning if I used: $matchtok(this is a string,s,1-,32) would only return this. (That\'s what I got when I tested it.) On the contrary, my snippet uses $gettok when retrieving data so you can use things such as 1-. I guess this is just an enhancement to $matchtok.

 Respond  
brinxy commented on a Page, TakeOver - GiveBack *updated*  -  Nov 13, 2007

I performed a search on the mass snippets on here and found this:
http://www.hawkee.com/snippet/3375/, exactly identical. You just added an else event in there. Please give the author proper credit, thanks.

Now onto your own coding:
Awful /\'s in front of commands, you advertise literally everywhere, you are missing a bracket, you don\'t check if the dialog is in use, and not sure who X is? Either way, you should just use the /ban command.

 Respond  
brinxy created a Page  -  Nov 13, 2007
89 

Simple identifier to return all matched tokens in a string separated by a common character.

brinxy commented on a Page, $isinchanlist  -  Nov 13, 2007

Updated. Now supports except and invite lists as well.

 Respond  
brinxy commented on a Page, Ban , Except and Invite removal Dialog  -  Nov 13, 2007

er.. scratch that last comment. Not thinking today.

 Respond  
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.