Pass

Pass

Joined:
Jul 05, 2005
Occupation:
School
Location:
New York
Website:

Interests

This and that

Activity Stream

Pass commented on a Snippet, Flood Protection  -  Dec 17, 2010
No, never once even thought about using twitter. I personally am not a fan of that jazz. :P
 Respond  
Pass commented on a Snippet, Flood Protection  -  Dec 17, 2010
Jethro_, contrary to what you may think, my comment was quite self-explanatory. The code snippet would just be holding someone's hand through the coding process that obviously already knows a little bit about what they're doing. As for a constructive comment- it's better to explain one's thoughts/ideas out thoroughly, instead of using terms that don't appeal to the masses.
If you find the need to continue this senseless game of comment-tag, just send me a private message. Thanks
 Respond  
Pass commented on a Snippet, Flood Protection  -  Dec 16, 2010
Jethro_, because if i simply said "Use dynamic variables" it would defeat the purpose of posting constructive comments, especially if not all users understand the concept. Thanks for the concern though. :)
 Respond  
Pass commented on a Snippet, Flood Protection  -  Dec 15, 2010
I'd suggest looking into making the (%flood.#chan (and/or %flood.nick)) variable(s) server-specific, instead of just channel/user specific. This will prevent problems if, for example, you're on the channel #Help on two different servers or there's a user on each server with the same nick.
 Respond  
Pass commented on a Snippet, Blacklist  -  Dec 15, 2010
Aside from the various other suggestions/comments, there's a missing bracket at the very end
 Respond  
Pass commented on a Snippet, Advanced Password Strength Test  -  Dec 14, 2010
During the demo, when the backspace key is first pressed (& a character is deleted) the rating goes up, but only when the "points" are greater than 4.

Try entering "testing" then deleting a letter
 Respond  
Pass commented on a Snippet, RavenBot  -  Sep 09, 2009
Very true, Gemster. Apparently i overlooked the fact that it's a socketbot
 Respond  
Pass commented on a Snippet, RavenBot  -  Sep 07, 2009

Quote


it wont cause any trouble as it users your own ip. Even if you are connected to irc via a proxie or bnc, this bot will always use your real ip.

Unless you set the bot's mIRC.exe to run from a proxy, which would mean your bot can use proxies, since mIRC can use proxies.
 Respond  
Pass commented on a Snippet, Colour Defender  -  Mar 26, 2009
Looking like a troll is the least of my concern (although, you should definitely read up on the definition of 'troll'), as I was pointing out incorrect information that users could, and most likely would have mistaken for legit knowledge.

RusselB, excuse the spam, and I enjoyed the snippet. Worked well.
 Respond  
Pass commented on a Snippet, Colour Defender  -  Mar 26, 2009
This is not the forum, if you have a request, take it there.
 Respond  
Pass commented on a Snippet, Colour Defender  -  Mar 26, 2009
The_Almighty_Duelist: Please kindly shut the fark up. I wasn't responding to any of your comments.
 Respond  
Pass commented on a Snippet, Colour Defender  -  Mar 26, 2009
Cheiron, you're missing the point. In actuality, hash tables are more efficient for older PCs, not newer ones because mIRC does NOT use a lot of RAM, no matter the size of the table. Stop with this 'hash tables require modern pcs' propaganda. You're spreading false information for others to believe.
 Respond  
Pass posted a Snippet  -  Mar 26, 2009
 Respond   mIRC   
Pass commented on a Snippet, Colour Defender  -  Mar 26, 2009
Cheiron, that's ridiculous. Using hash tables does not require any significant amount of RAM. I've a little over 700mb and can run hundreds(/thousands, if you count broken loops while creating tables) together. If anything, INI files would require more up-to-date systems to run smoother due to the constant writing to the hard drive disk.
 Respond  
Pass commented on an Image, New Ubuntu + Compiz  -  Oct 09, 2008
Actually, only the newer mIRC versions, with the updated script editor crash with wine. I've never really experienced problems with prior versions, only few minor irritating bugs (regarding the script editor).
 Respond  
Pass commented on a Snippet, Password Bank + Generator V.2  -  Oct 03, 2008
I'd recommend an encryption method for the password storage, such as mIRC's $encode, rot13 (doesn't allow symbols), or rot47 (allows symbols).

Here's a smaller alternative for a random password, also

Code

 


Although, the code above doesn't incorporate the "-alnum" specification.
 Respond  
Pass commented on a Snippet, $haddtok/$hremtok  -  Sep 13, 2008
Actually Scakk, the current order for $haddtok supports multiple words. The words are separated by commas, not spaces, so there's no need to change the order (it's as close as i could get to $addtok's syntax).
 Respond  
Pass commented on a Snippet, $haddtok/$hremtok  -  Sep 13, 2008
It's been updated to incorporate the table creation. how's that, fellas?
 Respond  
Pass commented on a Snippet, $haddtok/$hremtok  -  Sep 13, 2008
Yes, i left it out because i did not see the need for creating a table when the user would be trying to ADD data to a pre-existing table item (although, it would work). I feel as if it is personal preference, really.
 Respond  
Pass commented on a Snippet, $haddtok/$hremtok  -  Sep 12, 2008
Indeed, it is a time-saver if you use hashtables as much as myself
 Respond  
Pass posted a Snippet  -  Sep 12, 2008
Pass commented on a Snippet, revolution kick revenge  -  Sep 07, 2008
Could use some minor tweaking to make it a bit more functional

Code

 

That will check to see if the user being kicked is chanserv, while i'm assuming you wanted it to check if the user kicking is chanserv. So, you'd probably want to change $nick to $knick. Also, add a space between the parentheses and brackets.

Not all servers/services have the aliases "/ns, /cs, and /ms" so you might want to use the full "/msg *serv <blah>"

And you might want to check you're (H)Op as well, as to prevent any error messages. The "{ halt }" at the end doesn't need the brackets, either.
 Respond  
Pass commented on an Image, Channel central  -  Sep 05, 2008
Are the channel modes server-specific? Many servers have the same modes but different definitions.
 Respond  
Pass commented on a Snippet, Stop Windows Automatic Update Reboot Window  -  Aug 25, 2008
Instead of leaving the cmd window open, why not use '/C' instead of '/K'?
 Respond  
Pass commented on a Snippet, Embed Pic & Zip  -  Aug 24, 2008
Updated, and works well
 Respond  
Pass commented on a Snippet, Embed Pic & Zip  -  Aug 24, 2008
Good call, Zmodem. I never gave that a thought, I'll update in a few.
 Respond  
Pass commented on a Snippet, Embed Pic & Zip  -  Aug 24, 2008
Pass posted a Snippet  -  Aug 24, 2008
Pass commented on a Snippet, IRCop playday  -  Aug 20, 2008
Although i don't feel this code is appropriate to upload to hawkee, i think you guys might enjoy it.

http://pastebin.com/m6f6f261e
 Respond  
Pass posted a Snippet  -  Aug 13, 2008
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.