TheImrac

TheImrac

Joined:
Oct 24, 2008
Occupation:
Paper or Plastic?
Location:
Washington State

Activity Stream

TheImrac is now following SunnyD  -  18 days ago
TheImrac is now following Aha2Y  -  May 03, 2012
TheImrac commented on a Snippet, AutoMagic URL Shorten-er™ (using goo.gl)  -  May 02, 2012
Nice find!! Thanks!
 Respond  
TheImrac posted a Snippet  -  May 01, 2012
TheImrac liked a Snippet, URL shortener   -  May 01, 2012
TheImrac commented on a Snippet, Ventrilo Server Status  -  Mar 27, 2012
Not sure its possible. This does not interact with the ventrilo server directly, rather through a third party web site.
 Respond  
TheImrac posted a Snippet  -  Jan 08, 2012
TheImrac commented on a Snippet, Input text with dialog  -  Dec 30, 2011
No need to hardcode responses like that. You should just use a hash table or text file.
 Respond  
TheImrac liked a Snippet, Toolbar Digital Clock  -  Dec 27, 2011
TheImrac commented on a Snippet, Toolbar Digital Clock  -  Dec 27, 2011
This is nice, Great stuff!
 Respond  
TheImrac commented on a mIRC Script, mSL-UpdateR - v1.2 (Updated)  -  Nov 17, 2011
Ah, cool stuff man!
 Respond  
TheImrac commented on a mIRC Script, mSL-UpdateR - v1.2 (Updated)  -  Nov 09, 2011
Also, why do you need an executable? Seems a little sketchy (although i am sure its fine).
 Respond  
TheImrac commented on a Snippet, Send an Email with mIRC (BACK END)  -  Nov 05, 2011
If you follow the link http://www.google.com/support/accounts/bin/answer.py?answer=185833 it will show you how to generate an application specific password. As for attachments, that is beyond the scope of this snippet. I would have to add MIME support, which I am not going to do.
 Respond  
TheImrac commented on a Snippet, Up Time Percentage  -  Nov 01, 2011
Could always look at the creation date of the mirc.exe file and compare it to the $online timer

Code

 
 Respond  
TheImrac commented on a Snippet, mIRC Servers List Update - 1.0  -  Oct 25, 2011
Faster processing (averages less then a tenth of a second when no update is found and .225s when a newone is found) and doesn't wait for the remote server to close the connection. Other than that, not much.
 Respond  
TheImrac liked a Snippet, mIRC Servers List Update - 1.0  -  Oct 24, 2011
TheImrac commented on a Snippet, mIRC Servers List Update - 1.0  -  Oct 24, 2011
This is such a great concept I decided I would tackle it in my own way. I just used the ETag HTTP header to check if the file has changed.

Code

 


Quick ninja Edit: Changed it so the etag doesn't get update until it finishes copying over the new server list.
 Respond  
TheImrac commented on an Image, Uhh Captcha  -  Oct 13, 2011
The limit as N approaches infinity!!
 Respond  
TheImrac commented on a Snippet, Toolbar Activity Graph  -  Oct 09, 2011

Quote

We can never part PM, can't we? :p
Seems Jethro, missed that one.


Bleh... I just have a habit of using asterisks, updated. Thanks
 Respond  
TheImrac commented on a Snippet, Toolbar Activity Graph  -  Oct 09, 2011
added unload event. thanks for the suggestion.
 Respond  
TheImrac posted a Snippet  -  Oct 09, 2011
TheImrac commented on a Snippet, Send an Email with mIRC (BACK END)  -  Oct 08, 2011
West, if you follow that link it looks like you may have 2 step verification on your account. You can create a "Application specific" password and will need to generate and use that password for authentication. I will be testing this in a bit.
 Respond  
TheImrac commented on a Snippet, Send an Email with mIRC (BACK END)  -  Oct 07, 2011
irc.ezzychat.com #lobbby
 Respond  
TheImrac commented on a Snippet, Last Nick & Channel Name Tab Completion  -  Aug 16, 2011
mSLDev I am guessing. http://msldev.zigwap.com/
 Respond  
TheImrac commented on a Snippet, Last Nick & Channel Name Tab Completion  -  Aug 15, 2011
I got it working (for the most part), without needing to use the dirty variable hack. Basically I make sure $1- and the edit box are the same. If they are, that means TAB isn't trying to auto complete.
The Downfalls:
It still takes out any extra spaces in the edit box string
If you are use the normal auto complete on a nickname and its the only auto complete match, and its the last nickname seen, it will toggle between that nickname and the channel if you hit tab again. (not a huge deal)

But now you can tab through multiple normal auto completes and it won't change to the channel name if one of the nicks is the last nickname seen.
 Respond  
TheImrac commented on a Snippet, Last Nick & Channel Name Tab Completion  -  Aug 15, 2011
Err wait there is... $1-

Aight.. gotta think about this for a bit.
 Respond  
TheImrac commented on a Snippet, Last Nick & Channel Name Tab Completion  -  Aug 15, 2011
Very interesting stuff. Unfortunately when my script appends a nick, if you hit tab again the ^tab gets activated. I wish there was an identifier that would return what will be completed.
 Respond  
TheImrac commented on a Snippet, Last Nick & Channel Name Tab Completion  -  Aug 15, 2011
Actually, it seems to break with the added ^.

An unfortunate side effect to this script is it breaks the tab cycling of names if one is the last nick, and breaks the channel cycling... I gotta figure away around it.
 Respond  
TheImrac commented on a Snippet, Last Nick & Channel Name Tab Completion  -  Aug 15, 2011
Seems to work fine without, but I will take your suggestion. Updated code.
 Respond  
TheImrac commented on a Snippet, Last Nick & Channel Name Tab Completion  -  Aug 15, 2011
Agreed, no need to save the table as its only tracking the last message. If you restart, you don't know who the last message was from anyway. (It defaults to the channel name if there is no last message)
 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.