Zmodem

Zmodem

Joined:
Oct 24, 2003
Occupation:
Dept. of Defense, Tactical Defense Analyst
Location:
California
Website:

Interests

My Girl, Computers, Hockey & Music

Activity Stream

Zmodem   -  Sep 18, 2011
@Hawkee Hey, Hawkee, was just wonderin, is the forum software phpBB?

Edit: Nevermind, obviously noticed the '/phpBB2/' in the URL ;-)
 Respond  
Zmodem commented on an Image, mIRC Browser  -  May 27, 2011
@irchainscriptz: Maybe try checking out mChef: http://genscripts.wikidot.com/mchef. It's a DLL for mIRC that attempts to add the Chromium open-source browsing technology to mIRC.
 Respond  
Zmodem commented on a Snippet, DCC Killer  -  May 27, 2011
Hey guys, thanks for the kind words :) I'm working on something new and I hope to be done with it soon. I'm brainstorming some new ideas, so whatever you may want to see done, post to my wall http://www.hawkee.com/profile/805/. Thanks, again!
 Respond  
Zmodem commented on a Snippet, 3D text  -  May 12, 2011
You may be using another addon/snippet/script loaded that is also doing something with the ON INPUT events. Make sure you don't have any themes loaded, like MTS, or the like. Make sure the only script loaded is this one.
 Respond  
Zmodem commented on a Snippet, DCC Killer  -  May 12, 2011
Hey, napa, thanks a lot :) It's been quite some time, actually. Where are we hanging out, irc-wise, these days?
 Respond  
Zmodem commented on a Snippet, 3D text  -  May 12, 2011
I'd actually prefer yours, Jethro_, the most :) Tokens always slip my mind haha.
 Respond  
Zmodem posted a Snippet  -  May 12, 2011
Zmodem commented on a Snippet, 3D text  -  May 12, 2011
You don't need the 'goto skipper' or the :skipper jump point. Example:

Instead of this:

Code

 


Use this:

Code

 


The 'return' alias allows you to exit out of a function without halting things, only skipping the rest of the code if the if-then-else statement is TRUE. Enjoy! :)
 Respond  
Zmodem commented on a Snippet, ban on certain words  -  May 11, 2011
Why not make an INI file that allows you to add the words to? This will make adding TONS of words easier. So, in an ini file, you have it laid out as:

[words]
badword=kick
badderword=kick,ban

Etc. You could set the option to kick and ban the users, just kick, warn, etc, depending on the level. Then, all you need is a loop to scan and make sure that the word is not in the file. You would want to load the INI into an active hash so that way scanning is easier. Anyways, just my 2 cents ;)
 Respond  
Zmodem commented on a Snippet, 3D text  -  May 11, 2011
Should change your ON INPUT event to include this:

Code

 


This will make sure that commands, like '/clear', won't be parsed.
 Respond  
Zmodem commented on a Snippet, Rejoiner  -  Apr 25, 2011
Jethro_: mIRC does, indeed, have an option to do this, however it does not let you specify the options that this one allows, such as how many times to try and how long to wait between tries.

Savage_CL: Instead of using some random, obscure alias name, a589, just use the -l tag in front of it and name it whatever you want. ie:

Code

 


The -l switch specifies that this alias is local and cannot be triggered outside of this script.

Also, think about using a period in front of the times, like: .timerunsetter This will ensure that all the timer commands are silent, ie: they won't be shown in your status bar or any other window you have open. If you don't use it, you get things like "timerBLAHBLAH set" or on, or whatever. It's kind of annoying :)
 Respond  
Zmodem commented on a Snippet, Just a simple on join to show beginners  -  Sep 21, 2010
a careful warchild: You did NOT just reply to irchainscriptz's post from over 2 years ago, did you? LoL! Trolling, much? *claps*

:-D :-D :-D :-D
 Respond  
Zmodem commented on a Snippet, Google Definer  -  Sep 21, 2010
NinjaxAssasin: LoL! Obviously not! :-D
 Respond  
Zmodem   -  Jul 19, 2010
@Hawkee Anyone still scripting? LoL!
 Respond  
Zmodem commented on an Image, Untitled  -  Feb 10, 2010
I totally forgot that you are on my friends list. Weird... :-/
 Respond  
Zmodem commented on a Snippet, How many words can you type ?  -  Nov 09, 2009
Heh, I still use this addon :-)
 Respond  
Zmodem commented on a Snippet, Scripts Monitor  -  Jun 08, 2009
ES: Thank you! I appreciate the kind words ;)
 Respond  
Zmodem commented on a Snippet, Filter String  -  May 11, 2009
That should work exactly as you have it.
 Respond  
Zmodem commented on a Snippet, Groups Viewer  -  May 11, 2009
Thanks! I appreciate it ;)
 Respond  
Zmodem commented on a Snippet, Hawkee Snippet Search (with dialog)  -  Apr 09, 2009
I am, most-likely, going to update this with mountaindew's updated version, too. Thanks!
 Respond  
Zmodem commented on a Snippet, HTML Viewer  -  Mar 18, 2009
Yea, the main concern should be to change the source output edit box to a 'rich' type editbox, that way the indentations will be left alone.
 Respond  
Zmodem commented on a Snippet, Ban & Unban  -  Mar 08, 2009
You cannot get unbanned from a channel you have been banned from, unless it is your channel or you are some sort of administrator on that channel. In the case that you are an administrator, /chanserv unban #ChannelName me.
 Respond  
Zmodem commented on a Snippet, mIRC Lock  -  Feb 22, 2009
Nice! I like that you cannot halt it with the CTRL+Break. Very, very nice! :)
 Respond  
Zmodem commented on a Snippet, mIRC Lock  -  Feb 20, 2009
LoL, yes, true, but doesn't $input() seem more professional? The box is formatted nicer, IMO.
 Respond  
Zmodem commented on a Snippet, mIRC Lock  -  Feb 20, 2009
Okay, added a few changes, especially on the actual lock. Instead of $?="", used $input(<lock text>,wp,mIRC Lock) so that way when they enter a password it's passworded out, like ***. Anyways, another change was checking to see if the lock was tampered with, by removing the .ini file. If so, the default lock is put in place.

Code

 
 Respond  
Zmodem commented on a Snippet, mIRC Lock  -  Feb 20, 2009
sercan386: Yes, I've tried it. If you press it over and over again it just halts it, finally.

Oh, I also agree with AlienDK, it would be nice to have it 'minimize on lock' or something.
 Respond  
Zmodem commented on a Snippet, DEOP = Kick/Ban  -  Feb 20, 2009
Yea, there are a bunch of other commands ChanServ has, including: Protect.

/MSG CHANSERV PROTECT #channel nick - Protects a selected nick on a channel. If nick is not given, it will protect you. If channel and nick are not given, it will protect you on all channels you're on, provided you have the rights to. By default, limited to the founder, or to SOPs or those with level 10 and above on the channel for self protecting.

This will keep anyone from being able to DeOP you, unless they are a higher rank of channel administrator than you are.

However, I agree wholeheartedly with Cheiron; use the PEACE mode with ChanServ, it is the better of the two.
 Respond  
Zmodem commented on a Snippet, mIRC Lock  -  Feb 19, 2009
This is actually cool, for people who aren't tech-savvy, this will actually come in handy. Of course the easiest way of disabling this is when it asks for a password, just hold CTRL and tap the Pause/Break key on your keyboard a couple of times and it will halt the script. Also, removing C:\lock.ini will also disable it.

However, as I've said, nice script!
 Respond  
Zmodem commented on a Snippet, Count (Seconds)   -  Feb 19, 2009
No, the %var is faster. The main reason is because instead of having to reference $[N/I] over and over, and mIRC re-calculates it everytime, static %variables never change and are in your code, itself, rather than referencing back to parsing out the identifiers through calculations.

However, if you're seeing no lag, I wouldn't see the need, so awesome! :)
 Respond  
Zmodem commented on a Snippet, Count (Seconds)   -  Feb 18, 2009
Just a quick hint: You can DRASTICALLY improve speed in the event by setting a variable to common used identifiers that don't require dynamic-values. ie: $chan will always be $chan, as well as $1 and $2.

At the beginning of the event, try setting a temporary variable to the commonly used identifiers. ie:

Code

 
 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.