Comments

 (90) 
  1. Everything
  2. Snippets
  3. Images
  4. Hardware
Savage_CL commented on mIRC Snippet: Variable reader ($vget)  -  Nov 27, 2012
@Spoof
Just letting you know that I was, in fact, right. With echo, the color comes before the switches.
Savage_CL commented on mIRC Snippet: mIRC Syntax Highlighter for Notepad++  -  Nov 05, 2012
By far my favorite program for mSL scripting is mSLdev, written by Wiz126. It's a complete mSL IDE, and does very well. You can find it here:

http://msldev.zigwap.com/
Savage_CL commented on mIRC Snippet: Clipboard to Pastebin  -  Oct 10, 2012
Glad you like it, chorao. I would ask, however, that you get your own API key, as leaving mine in there was a mistake.
Savage_CL commented on Thread: Hawkee  -  Sep 27, 2012
The "snippet doesn't exist" page is a little utilitarian, if you ask me >.>
Savage_CL commented on mIRC Snippet: /BANSYNC Channel Ban Synchronization  -  Feb 01, 2012
I suggest you make use of $ibl and $modespl
Savage_CL commented on mIRC Script: BlaCk List  -  Jan 30, 2012
It's a local channel ban list based on Nick, includes dialog.
Savage_CL commented on mIRC Script: Chang Nick To bad Nick  -  Jan 23, 2012
I'll save everybody's time...

Code

 
Savage_CL commented on mIRC Snippet: IRCop Control Panel 2  -  Dec 30, 2011
Frenetic, it would be more like this....

Code

 


EDIT:

Code

 
Savage_CL commented on mIRC Snippet: Botserv Possesion version 2.1  -  Dec 30, 2011

Code

 


Adapted for a multi-network situation in which you might be in #chan on two different networks.

Good script

Cheers :)
Savage_CL commented on mIRC Snippet: RuneScape Adventurer's Log Viewer  -  Dec 24, 2011
@cptpan If you don't know what an Adventurer's Log is, it's not for you >.>
Savage_CL commented on mIRC Snippet: OpMe, DopMe, VMe and DevMe aliases  -  Nov 25, 2011
Jethro that wouldn't work unless you already had +a or +q or were an IRCop....
Savage_CL commented on mIRC Snippet: Abc & Mod Identifiers  -  Nov 09, 2011

Code

 


just another way :)
Savage_CL commented on mIRC Script: Query ison checker  -  Nov 06, 2011
The scripts section is used for those script that require many files, such as Dani_l11's chess. It needs images. Or one like mine, which includes a readme and a logo file. This is a single file that serves a simple purpose and it should be, by hawkee standards, in the snippet section.
Savage_CL commented on mIRC Snippet: IRCop Control Panel  -  Nov 06, 2011
things like:

Code

 

Could be made much simpler.

Code

 

WIll also keep your server command queue nice and clean.
Savage_CL commented on mIRC Script: Query ison checker  -  Nov 05, 2011
Why is this not posted in the snippet section, where it is so much easier for one file scripts to be downloaded and used?
Savage_CL commented on mIRC Snippet: bot type on kick  -  Oct 29, 2011
This would be a great place to explore the wonders of token identifiers. Use of $addtok, $remtok, and $istok would allow for multiple nicks to be monitored at the same time. Also, and this is just an anal thing for me, don't put your first if statement in the same line as an event. Space it out. space is your friend.

Happy Scripting :)

-Savage_CL
Savage_CL commented on mIRC Snippet: User Commander  -  Oct 23, 2011
did you read the description?
Savage_CL commented on mIRC Snippet: Invite Dialog  -  Oct 15, 2011
Ahh you are correct. Actually I forgot to change that to $null. Thank you for pointing out that rookie mistake >.<
Savage_CL commented on mIRC Snippet: #Help join noticer.  -  Oct 15, 2011
I have two questions, and one goes off _Dean_'s comment. First, why are you setting %help.network to $network and then checking if they are the same within the same scope? It's redundant and just makes another global variable.
also, why would you only do the -g2 if the person was an op? Doesn't that defeat the purpose? If someone is op'd in help, it's likely they don't need help, but rather give it.

This would be better done, in my opinion, but changing it to !isop and calling it with .timer 1 1 checkhelpnick $nick
then using $1 to reference the nick in the alias, as _Dean_ said.

Happy scripting :)

-Savage_CL
Savage_CL commented on mIRC Snippet: Info  -  Oct 03, 2011
I would expand on this a bit...

Code

 

This way if you click on any of them, it adds it to your editbox for you.
Savage_CL commented on Image: Website generator design update  -  Sep 30, 2011
first tab..links box... you spelled link wrong for "lick color"
Savage_CL commented on mIRC Snippet: DCX Switchbar  -  Sep 29, 2011
What does it do?
Savage_CL commented on mIRC Snippet: Basic IRC command help script  -  Sep 22, 2011
the difference between if and elseif is simple.
elseif only checks if the last check was false.
this means that when the first (else)if statement rings true
the rest won't, until it hits an if again.
Savage_CL commented on mIRC Snippet: [IRCart] Mudkip!  -  Sep 08, 2011
bs say?
Savage_CL commented on mIRC Snippet: Basic IRC command help script  -  Sep 01, 2011
Also note that mSL is not a programming language, but a scripting language. The more events you put in a script, the more mIRC looks for with each line in each channel on each network you are connected to. This can, when you load it up too much, cause some problems with mIRC stalling or even crashing. Using one event would likely be the better option not just in terms of cleanliness but performance. Every little bit counts when you are working with a language so "slow"!

-Savage_CL
Savage_CL commented on mIRC Snippet: Basic IRC command help script  -  Aug 31, 2011
no need to be hostile. I learned the same lesson with the last snippet I posted. This is a community of scripters that help eachother and learn from eachother. We are simply giving other (some may say better) ways to do it. There are downfalls to each of them. Jethro_'s being that it requires an external file and mine being.... well I don't really know to be honest. Yours would be that it puts more stress on mIRC and it's extremely redundant. I'm not saying it's wrong, and I'm not saying I wouldn't have done the same thing in the past, but I've learned from my past code through this community and several irc channels and now I know easier/better ways to do things. I attempted to show you one of those. If you don't want feedback, don't post your code on Hawkee, because that's what this site is for.
Savage_CL commented on mIRC Snippet: Basic IRC command help script  -  Aug 31, 2011
Jethro_ you missed to biggest mistake he made :P

This belongs in Remotes, not Popups.

Also, the best way in my opinion to do this would be if statements... like this:

Code

 

I'm not typing the whole thing out. you get my point. This allows you to more easily change the channel and reduces the load on mIRC.

Finally, with nickserv etc, you can use "/msg nickserv update" to update your modes. (even though you don't need to because channels can't turn off "automode" unless they just give you access lower than that level."
Savage_CL commented on mIRC Snippet: Advanced amsg by Savage_CL  -  Aug 29, 2011
Unless you have mIRC specifically set up to ignore initializaiton events, it WILL initiate a dialog that asks if you wish to perform them without loading them. I appologise for my outburst, anyway, I was not a happy person because of real life circumstances.
Savage_CL commented on mIRC Snippet: Advanced amsg by Savage_CL  -  Aug 28, 2011
OR I can do it all with one line, like I intended on doing. Look in the on LOAD.

In other words, this isn't a personal script. I wouldn't go to the trouble for a personal script.

Next time please think about what you are saying before you post.
Savage_CL commented on mIRC Snippet: NickServ Identify helper  -  Aug 28, 2011
Aha2y, most people that know how to do that have mIRC and they can just decode it on their end. Unless you do an array of encodings, and even then the only protection is people not knowing the array, it makes no difference. if you do want to go that route, I've got a couple ideas. Talk to me in #savage_CL.
  1. 1
  2. 2
  3. 3
  4. 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.