Aucun50

Aucun50

Joined
Dec 15, 2008

Activity Stream

Aucun50 commented on a Page, Teamspeak 3 IRC Bot  -  Aug 12, 2012

This probably isn't working any more :/ I never updated it, I could if anyone till uses it.

 Respond  
Aucun50 commented on a Page, Latets News from the world of Science (physorg.com)  -  Mar 21, 2012

I was talking about Napa's code being hard to edit, not yours. While his is smaller, that doesn't mean it's better or more efficient. Everyone has their own take on coding, your snippet can work just the same and for editing I would prefer it over Napa's honestly. Not to say his is bad, but I think most would find it difficult to change ;)

 Respond  
Aucun50 commented on a Page, Latets News from the world of Science (physorg.com)  -  Mar 19, 2012

Seems like it would be easy, when editing, to make a mistake with all of those )'s then never be able to figure it out after.

 Respond  
Aucun50 commented on a Page, Autojoin Channels Menu  -  Mar 07, 2012

By the use of a list and text document, this could be shortened by a lot. You might want to look into lists within dialogs and try using a text document rather then .ini in this case, if you're only going to have a list of channel in the file. Also, for a future note, look into while loops as they can save you a lot of typing.

 Respond  
Aucun50 commented on a Page, nick change group nick  -  Dec 05, 2011

Missing an end bracket.

 Respond  
Aucun50 commented on a Page, Douche Meter  -  Mar 27, 2011

Few problems with this snippet that can and should be fixed.

First off, the aliases. You can combine your aliases into one. Here is a little example of what I mean putting it in a very simple form.

alias meter {
  if ($1 == add) { set $+(%,$2) $calc($($+(%,$2),2) + 1) | msg #lounge 4 $+ $2 $+ 's Douche Meter: $($+(%,$2),2)[+1] }
  else if ($1 == show) { msg #lounge 4 $+ $2 $+ 's Douche Meter: $($+(%,$2,),2)[0] }
  else if ($1 == take) { set $+(%,$2) $calc($($+(%,$2),2) - 1) |  msg #lounge 4 $+ $2 $+ 's Douche Meter: $($+(%,$2),2)[-1] }
}

This alias is then used by typing /meter add/take/show. For the script at hand I wouldn't recommend using variables as 1 can turn into 30 very fast. You should look into using a file like .txt. It will keep your variables down and store your information in a nice and neat file.

Second thing I noticed was your text event, it is only set for one channel, #lounge. You might want to make it work for all channels are let people know they need to edit the snippet if they wish to use it in other channels. For your event you can make use of the else if statement, not a big deal but it's a good habit to use else if rather then all if statements when scripting. In my opinion anyways.

Last but not least your alias power. This doesn't give they anything new for the script, it doesn't allow them to do anything related to this script. The only difference is they will be added to the users file for that mIRC. I don't see a real need for the alias as you don't use the command the way it was intended.

In all this isn't a bad snippet but it could use a little work, with time you might want to update. Also, this snippet can be easily flooded. You might want to look into adding flood control.

 Respond  
Aucun50 commented on a Page, IRC-Inviter  -  Mar 19, 2011

That looks great. Very nice work. :)

 Respond  
Aucun50 commented on a Page, IRC-Inviter  -  Mar 18, 2011

In case you didn't understand what I was getting at the first time I will explain myself again. I'm not here to make this hard or try and make you look bad. I posted a simple comment with a question, took that comment the wrong way. I'm not blaming anyone for bad coding and scripting nor was I calling you inexperienced with mIRC scripting. I was simply asking if you had missed a alias as you had a command that was like a alias yet no alias to support it. That problem was fixed when Jethro_ cleared up that you can use the "$mircdir" and the file name together without an error, after that I said it wasn't in the right format, not that you did you code all wrong comment but a hint that you might want to change it.

I really don't care if you think I'm being mean and giving you a hard time, everyone has their days. You don't need to go out of your way to try and make me look bad after I basically said I was sorry for the rudeness in my comment I didn't mean it. That in itself is just rude, throwing it back in my face. If you don't like the comments people post on hawkee there is a simple was to fix this... don't post anymore snippets. You will always have someone, I don't care how perfect your code may be but someone will post a hash comment or, like in this case the author of the snippet takes the comment the wrong way.

I don't want to be your enemy but your making this difficult. Your taking one side and sticking with it, that's fine. I'm sorry if my comments offended you in anyway. I have posted snippet and had comments like that myself, some meant to be hash, other I took the wrong way. I moved on and forgot about it. I hope we can put this aside and forget also as I don't want to make enemies or have a group of people dislike me because others. I ask that you forgive me and I will stop posing comments on your snippets if you like.

 Respond  
Aucun50 commented on a Page, IRC-Inviter  -  Mar 18, 2011

Jethro_, I'm not looking to start a little comment war here, but that wasn't harsh the way I see it. The rules say you need to make sure your snippet it working properly. I didn't mean to come off as a bit of an ass but when you post comments like that saying, I didn't test it and so forth are uncalled for. Simply asking what I was talking about would have been a little better.

As Jethro_ said, you need to add a .txt after your file name or it will be saved in the wrong format. Your Windows may have found and read the file fine but mine gave me an error. As for the blank space in the echo message it might be because your trying to use the variable %y when you never set it, a simple fix.

 Respond  
Aucun50 commented on a Page, IRC-Inviter  -  Mar 18, 2011

I did test it for you information. Your script is bugged. When it writes the file it writes it as a "File" not a "txt" as you have it reading from. Also, your output messages are a little bugged as well.

(blank space) was added as invite channel.

If you took a little time to read and test your script properly you would catch these easy errors. Anyways, I hope that gives you something it think about.

 Respond  
Aucun50 commented on a Page, IRC-Inviter  -  Mar 18, 2011

I think your missing an alias for this script. I was looking and noticed "write $mircdirTempinvite". Unless that is a typo you must have an alias called "$mircdirTempinvite" or this script will not work properly.

 Respond  
Aucun50 commented on a Page, Hawkee Snippet Search 3.0  -  Mar 04, 2011

Nice snippet, seen a few of these around before but they never keep up to date. I like your simple regex and dialog. I've tried to make sockets that paste code into dialogs before but no success as I don't know how, have to look this over later.

 Respond  
Aucun50 commented on a Page, Demode all users  -  Feb 16, 2011

I can see this snippet not working in a channel with say 50+ ops. As Jethero_ was saying, $modespl would be something to look into.

 Respond  
Aucun50 commented on a Page, random facts socket  -  Nov 25, 2010

sockmark isn't regex, it's just like setting a var but one that unsets after the socket has been closed.

 Respond  
Aucun50 commented on a Page, random facts socket  -  Nov 25, 2010

Maybe you could make use of the sockmark command and get rid of that var.

alias rdmfact {
  sockopen randomfact www.randomfunfacts.com 80
  sockmark randomfact msg $active 12,1[4,1Random Facts12,1]
}
on *:sockopen:randomfact: {
  sockwrite -n $sockname GET / HTTP/1.1
  sockwrite -n $sockname Host: $+($sock(randomfact).addr,$str($crlf,2))
}
on *:sockread:randomfact: {
  var %randomfact | sockread %randomfact 
  if ( *<i>* iswm %randomfact) {
    $sock(randomfact).mark $remove(%randomfact,<i>,</i>,</strong>,</font>,&nbsp;,</td>,<strong>)
    sockclose randomfact
  }
}
 Respond  
Aucun50 commented on a Page, Glue v2 - $IRCdNumeric for me  -  Nov 22, 2010

Kinda the same thing here. "You may not post an updated snippet separately, you need to edit your first post." Not that it's a big deal, nice script btw.

 Respond  
Aucun50 commented on a Page, Autojoin Network Based  -  Nov 17, 2010

Updated with a new version.

 Respond  
Aucun50 commented on a Page, get rid of this  -  Nov 17, 2010

Your buttons seem a little big, most time I find a button 50 by 10 or even 60 by 10 is best. Other then that nice job.

 Respond  
Aucun50 commented on a Page, Ban Assistance Dialog  -  Nov 17, 2010

That's a different way of going about it, personally I like the same thing over and over but that's just me ;) Either way it's works and that's what matters.

 Respond  
Aucun50 commented on a Page, Ban Assistance Dialog  -  Nov 17, 2010

Imo Jethro_, that looks sloppy. I like the if's over goto loops.

 Respond  
Aucun50 commented on a Page, Snippet to Slap, Giggle, Poke, Spank, ,Nudge, etc.  -  Nov 12, 2010

I always get errors on $1. WorldDMT, are you sure it works? In most cases I use $+ like he has.

 Respond  
Aucun50 commented on a Page, Halo Reach Player Stats   -  Oct 08, 2010

Maybe I'll get this if it comes out for pc.. I can only dream tho :(

Nice snippet napa btw.

 Respond  
Aucun50 commented on a Page, Caps On 1st Letter  -  Sep 21, 2010

Nice shirt WorldDMT

 Respond  
Aucun50 commented on a Page, Rawr List.  -  Sep 06, 2010

If you are Shiny over there you wouldn't mind sending me a message via pm? ;)

 Respond  
Aucun50 commented on a Page, Rawr List.  -  Aug 30, 2010

I made this snippet because i was really bored.

Really? http://www.sassirc.com/plugins/snippet_system/view.php?snippet=247 Looks a lot like that one... Just saying.

 Respond  
Aucun50 commented on a Page, Voucher System  -  Aug 27, 2010

101, WorldDMT is almost Dr. DMT for msl lol

 Respond  
Aucun50 commented on a Page, Voucher System  -  Aug 27, 2010

And you couldn't have said something like that in your first post? What I mean by %varname is you can have %person1 %person2 and use inc %person1, %person2.

 Respond  
Aucun50 commented on a Page, Voucher System  -  Aug 27, 2010

Easy Jethro_, shut up and post a useful comment.

Just looking at this SimplicityX and the way you use it

set %vouches. [ $+ [ $$2 ] ] %vouches. [ $+ [ $$2 ] ] $nick

It seems your looking for a simple command "inc %varname", you only end up counting the number of tokens right? You don't use any of the text why not make things a lot easier.

 Respond  
Aucun50 commented on a Page, Oper Command counter.  -  Aug 25, 2010
say I am on $scon(0) networks. I'm an oper on $iif(%oper,%oper,0) networks. I have added $iif(%kline,%kline,0) klines and removed $iif(%rkline,%rkline,0) $+ , I have added %shun shuns and removed $iif(%rshun,%rshun,0) $+ , I have added $iif(%gline,%gline,0) glines and removed $iif(%rgline,%rgline,0) $+ , I have added $iif(%zline,%zline,0) zlines and removed $iif(%rzline,%rzline,0) $+ . I have akilled $iif(%akill,%akill,0) users and removed $iif(%rakill,%rakill,0) akills. I haved  killed $iif(%kill,%kill,0) users and used the /sa commands %sa times. I have also sent $iif(%global,%global,0) global messages.  
  say I also have kicked $iif(%kick,%kick,0) users, and gave $iif(%voice,%voice,0) voices $iif(%halfop,%halfop,0) halfops $iif(%op,%op,0) ops and $iif(%founder,%founder,0) founders.
}
 Respond  
Aucun50   -  Aug 22, 2010

Tbh I forgot about it lmao sorry man.

 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.