Jethro commented on mIRC Snippet: Random Jokes Plus Facts  -  Nov 21, 2012
Thank you, WorldDMT. Wait a minute...where have you been all my life? :p
Jethro commented on mIRC Script: Grats script using simplified regex  -  Nov 05, 2012
Let it go already. This thread is history judging by the date. :-|
Jethro commented on Status: Jethro  -  Nov 05, 2012
Hawkee, there seems to be an issue with the code tags resulting

Quote

<br />
to be shown every line proceeding the code at the forum. Could you fix it?
Jethro commented on Thread: Jethro  -  Oct 30, 2012
It's happened for some time now. I just haven't gotten a chance to tell you. The code was displayed correctly as it should before until you've started working on the website. This matter applies to PM only. You can reproduce this issue easily by having someone send you a code using the code tags, and you'll see what I meant.
Jethro commented on Status: Jethro  -  Oct 29, 2012
Hawkee, why is it that code posted in PM being displayed vertically now instead of horizontally as before? This makes it illegible, especially when you copy and paste it directly into mIRC remote, it generates blank hard spaces. It's troublesome too to have to reconstruct them in order.

Is this an intentional change or bug when you've updated and revamped the website to begin with?
Jethro commented on mIRC Snippet: English Slang Definition Checker  -  Oct 20, 2012
toclafane1, I've updated the script. Please see to it.
Jethro commented on Thread: Hawkee  -  Oct 05, 2012
It's swiftly fast already at my end. Nice work and keep it up.
Jethro commented on mIRC Snippet: access list  -  Oct 03, 2012
mIRC has a nifty function to add user lists via /auser or /guser command. You can then use if ($ulevel == <Level>) { here to check the matching nicknames that you've added. Finally you merely need one check for the op to trigger the code, rather than have one per each if statement. Good job nevertheless.
Jethro commented on Image: Paid for mIRC! (Over 240+ Comments!)  -  Sep 21, 2012
This thread's not about paying anymore, Denise. It's nothing but troll. Amen to that...
Jethro commented on mIRC Snippet: random welkoms massage on join  -  Sep 13, 2012
Well, for a three-line randomization, this snippet doesn't require a text file to begin with. A

Code

 
should get the job done right. :P

Or:

Code

 
But then again, it's considered quit a bit of effort to jot down or copy / paste everything on the body of a text file to be randomized utilizing

Code

 
Jethro commented on mIRC Snippet: random welkoms massage on join  -  Sep 11, 2012
Holy moly.
Jethro commented on mIRC Snippet: Fun Tweets  -  Sep 10, 2012
eggdrop's a whole new scripting language missy shugary. MSL and TCL don't marry well together...
Jethro commented on mIRC Snippet: On join entrymsg PM  -  Sep 10, 2012
So whatcha sayin's remove the ѕhit 'bout remove this and that n' leave out #<channel> and $+ . But then you can still remove 'em though since you ain't usin $chan or # to begin with buddy...
Jethro commented on mIRC Snippet: Nick Check  -  Sep 08, 2012
Thanks. I wasn't aware of that. It's been revised.
Jethro commented on mIRC Snippet: Nick Check  -  Sep 08, 2012
SupahNL, I don't suppose the author of this snippet is "alive" these days...probably gone for good. He was last seen active 7 years ago.

Anyway, here is the modification I made according to your request:

Code

 
It's the same command as the original snippet here, enter /setallowed <nickhere>. Now, make sure you change "file.txt" in the code to the one of your choice. Place all the allowed nicknames in the chosen text file one after another vertically.
Jethro commented on mIRC Snippet: calculator  -  Sep 06, 2012
You could do:

Code

 
this will only match the range between $2 and $4.
Jethro commented on Image: Paid for mIRC! (Over 240+ Comments!)  -  Aug 30, 2012
Ohhhh NOooOoO, you didn't!
Jethro commented on Thread: daniela  -  Aug 30, 2012
Best at what? :/
Jethro commented on mIRC Snippet: Facts script  -  Aug 15, 2012
Even a socket has its ups and downs. One of the up parts is that it eliminates the need for saving the source on the hard drive to be referred to by mIRC...the downside is that if the website is down or the source code has been altered, it'll cease to function.
Jethro commented on mIRC Snippet: Fake Join (See desc)  -  Aug 06, 2012
Yes, it was an error of judgement. No, I'm not mad.
Jethro commented on mIRC Snippet: Fake Join (See desc)  -  Aug 06, 2012
Disregard this due to my inattention.
Jethro commented on Product:  -  Aug 06, 2012
hosky4 wrote:

Quote

it said only available on iPad.
Well, there you go. The person who submitted this app mistook it for iphone.
Jethro commented on mIRC Snippet: [Nick Protect/Force Join Protect]  -  Aug 03, 2012
Have you wondered what we'll look like 10 or 20 years from now? lol
Jethro commented on mIRC Snippet: Epic, Stupid, and Gay check for a bot  -  Jul 31, 2012
Sean, you could've used

Code

 
instead of

Code

 
Also, a $ and /S are recommended

Code

 
Jethro commented on mIRC Snippet: Script Help System By JeSTeR  -  Jul 30, 2012
The website name and snippet description itself may sound stupid, (though for parody's sake) but the Author's work doesn't deserve being called a name out of your ignorance, xpl0reR. Let's keep Hawkee running with good manners, shall we?
Jethro commented on mIRC Snippet: VLC Now Playing  -  Jul 24, 2012
Indeed you can shorten your regex using the pipe to separate each match:

Code

 
Jethro commented on mIRC Snippet: Nick Listing Logger v1.1  -  Jul 22, 2012
Or there's another way that you can take advantage of the /ialmark command and $ial().mark identifier to work side by side with the hash table:

Code

 
mIRC's IAL will always return the rightful nicknames, whether it's new or old.
Jethro commented on mIRC Snippet: Nick Listing Logger v1.1  -  Jul 22, 2012
The on start event does nothing if one doesn't restart his or her mIRC but copy and paste the snippet into their remote directly. Without the -m switch utilized, they're surely to get an error of "hash table not found" if that happens.

I still don't see the point of using a timer to save a hash table periodically. Again, mIRC adds or updates the item and data when triggered by the nick event when change takes place and then overwrites the old info. If one gets disconnected, quit or parted, the hash table is still there, not lost. The only time hash table is gone with the wind is when mIRC itself is closed completely.

Once again, the noticeable difference between $site and $wildsite is that, $wildsite adds *!*@ while $site doesn't. I'm not sure what $wildsite has to with being able to see the network easily or not. In your example, you use the $network identifier in conjunction with the $wildsite, the network name itself has to present anyway. According to the help file:

Quote

$site: Returns the portion of $address after the @ for the user associated with an event in the form user@host.

Quote

$wildsite: Returns the address of the user who triggered an event in the form *!*@host.
If you have a modern PC running with latest operating systems today, be that as XP, vista or windows 7, aka the NT system, they all come with ample amounts of RAM...compared to Windows 95/98/Me, which cannot digest too much RAM, say, more than 512 MB. That will have a negative effect on the running of a hash table indeed.

The point is, a modern system that runs mIRC does not have to worry about limitation or "slow to a crawl" or "grind to a halt" concern anymore. What a hash table runs is based on your computer, not mIRC. Of course, slow internet connection is another story.
Jethro commented on mIRC Snippet: Nick Listing Logger v1.1  -  Jul 22, 2012
You don't really need the on start event to create a hash table to begin with. Get rid of it in favor of the -m switch being used.

The timer suggestion is a waste of resource. A hash table won't get lost so long as you don't close mIRC, let alone the trigger upon a nick change in this snippet. The essential one you'll need is the exit event.

There's no difference between $site and $wildsite. They are releatively the same; one is shorter and the other longer.

Hash table virtually has no size limit according to the RAM of your computer, which is what mIRC's hash table function adapts to ultimately. The more memory you have, the better for a hash table to work fast and effectively.
Jethro commented on mIRC Snippet: Warn System  -  Jul 16, 2012
You can consolidate those separate text events into one to minimize the repetitions.
  1. 1
  2. 2
  3. 3
  4. 4
  5. 5
  6. 6
  7. 7
  8. 8
  9. 9
  10. 10
  11. 11
  12. 12
  13. 13
  14. 14
  15. 15
  16. 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.