DND

DND

Joined
Sep 17, 2005
Location
uk
Website

Activity Stream

DND commented on a Page, The Dot Logz  -  Mar 25, 2006

You updated this just to include a ctcp spam?

 Respond  
DND commented on a Page, Nick and Channel Manager  -  Mar 23, 2006

Wow...that looks exactly like the nick and channel manager I wrote for Skyline mIRC; http://www.skylinechat.com/downloads.php?do=file&id=7

The name of the dialog is the same...same named hash tables, same named alias...even the same comments of the same code.

Thing is...that was written as part of that full script, so fits with the folders inside it, not as an addon that you can rip. That be why your getting an error on line 71.

 Respond  
DND commented on a Page, Slackers UnrealIRCd IRCop Script  -  Mar 19, 2006

The author said he was curious to see what people thought of this snippet but i didn\'t realise only supportive comments where welcomed, however this doesn\'t need to end up as a flame fest so i apologise for calling this a pile of junk.

enigmonk, my comment about this being a pile of junk was directed at the whole snippet, not specifically towards your work. I can understand you wanting to defend your work, that\'s only natural, but goto loops are considered bad practice in general as they are confusing and make the program jump all over the place. I was always taught to avoid them if an alternative was available. Plus in a small popup like this, they\'re not really needed. I offered an alternative that as you said, doesn\'t change the outcome but i do think will improve the popup as a whole. It\'s up to you how you take that comment, it\'s offered as constructive criticism not to just seek fame off your work or rip your idea

I\'m sure the outcome of the rest of the popups works fine slcker76 but would like to put forward some suggestions which i think would make this a better snippet. Again, it\'s up to you how you take this.

The help popups, although they are no doubt helpful when dealing with newer users they aren\'t really anything to do with IRCop commands. I pointed out in my other post some of your popups start with // eg; ..ID://me says to...The double slash isn\'t needed in your popups. Sure they will work with it there, but to bring in a little consistency with your mode popups why not change them all to a single /. In my opinion that would make the whole thing look a little more professional.

I also made mention to a call to an alias which wasn\'t included with the snippet. I think it was in the Release popup but guess it\'s a call for coloring the popup. If you want to include colors within this popup you should really either go back and include the \'c\' with the snippet or amend the ones that call to it.

Have to disagree with you over the mass modes slcker76, just because you may not have needed to perform a mass mode on more than 20 people others will and your popup is a little static. Here\'s an alternative for mass voicing which is more dynamic and will adapt to the number of people you want to voice at any one time;
mass voice:{
if ($$1-) {
var %mode = +, %i = $numtok($1-,32)
while (%i) { %mode = $+(%mode,v) | dec %i }
mode # %mode $1-
}
}
Up to you if your interested in using this or any of the other comments above.

 Respond  
DND commented on a Page, Slackers UnrealIRCd IRCop Script  -  Mar 18, 2006

What a pile of junk...and you\'ve been using this for 3 months?? Point and click IRCop! Love the warning notes at the top by the author. Inspires me with confidence ;)

The AKILL...eeeuuuwwww horrible goto plus are you sure it actually works? This line i mean \"if ($akpa == $false) { goto zero }\" shouldn\'t you be checking for %akpa...anyways why not just do \"if (!%akpa) { halt }...theres no need for the goto in there. Your mass modes...only work for a maximum of 20 people? Lastly in some of your help popups your calling to an alias $c(1) which at a guess is to insert colors (??) but you haven\'t included that alias within this snippet so obviously that won\'t work either. It\'s not necessary to start popups with //, some of yours are some aren\'t. Can\'t really check through all those help popups but they look confusing at best. Why does an IRCop need those anyway, especially the last one about disabling the windows firewall? Think i better stop now :P

To the author: sorry this is all pretty harsh but the code could easily be improved on with a small amount of effort and if you are an IRCop, then you really could do with using something well written and not likely to cause you to set the wrong access levels or bans on users. Try reading the helpfile a bit more.

 Respond  
DND created a Page  -  Sep 24, 2005
247 

Trackbar made in picture window. Originally created as an example but it is configurable in terms of color & size for people to use as it is. Usage instructions included in the code.

  1 Thread   mIRC  
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.