Pass

Pass

Joined
Jul 05, 2005
Occupation
School
Location
New York
Website
Interests
This and that

Activity Stream

Pass commented on a Page, 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 Page, 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 Page, 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 Page, 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 Page, 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 Page, 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 Page, RavenBot  -  Sep 09, 2009

Very true, Gemster. Apparently i overlooked the fact that it's a socketbot

 Respond  
Pass commented on a Page, RavenBot  -  Sep 07, 2009

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 Page, 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 Page, Colour Defender  -  Mar 26, 2009

This is not the forum, if you have a request, take it there.

 Respond  
Pass commented on a Page, Colour Defender  -  Mar 26, 2009

The_Almighty_Duelist: Please kindly shut the fuck up. I wasn't responding to any of your comments.

 Respond  
Pass commented on a Page, 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 created a Page  -  Mar 26, 2009
263 

This trap script is designed to /sajoin and /sapart a user from a specified amount of channels, occasionally causing them to disconnect from the server. The script is for IRCOps, and is intended for use on personal (or small/friendly) servers.

 Respond   mIRC  
Pass commented on a Page, 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 a Page, 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

$remove($($str($!r(A,z) $+ $chr(32),$iif($1 isnum,$v1,$r(5,10))),2),$chr(32))

Although, the code above doesn't incorporate the "-alnum" specification.

 Respond  
Pass commented on a Page, $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 Page, $haddtok/$hremtok  -  Sep 13, 2008

It's been updated to incorporate the table creation. how's that, fellas?

 Respond  
Pass commented on a Page, $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 Page, $haddtok/$hremtok  -  Sep 12, 2008

Indeed, it is a time-saver if you use hashtables as much as myself

 Respond  
Pass created a Page  -  Sep 12, 2008
167 

Description These two aliases allow for greater hashtable manipulation by adding/removing specified text to/from a table item's data.

Pass commented on a Page, revolution kick revenge  -  Sep 07, 2008

Could use some minor tweaking to make it a bit more functional

if ( chanserv isin $nick ){ halt }

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 "

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 a Page, 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 Page, Embed Pic & Zip  -  Aug 24, 2008

Updated, and works well

 Respond  
Pass commented on a Page, 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 Page, Embed Pic & Zip  -  Aug 24, 2008
Pass created a Page  -  Aug 24, 2008
686 

Description This code is used for embedding a file into a picture. The output file is located in the $mircdir and by default is named "output.EXT" (.EXT represents the respective picture extension).

Pass commented on a Page, 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 created a Page  -  Aug 13, 2008
1,058 

This code is useful for filtering out any unwanted text, whether it be replacing it or banning the user. All options and settings can be found in the menu. I've commented the aliases with their syntax and descriptions.

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.