Pariah

Pariah

Joined
Feb 24, 2005
Location
Marijuanaville

Activity Stream

Pariah commented on a Page, if some1 is talking about you.V2  -  Feb 25, 2007

Using \'if $istok($1-,$me,32)\' would do what all those if\'s are currently doing.

 Respond  
Pariah commented on a Page, Remove Vowels  -  Dec 22, 2006

It can be shortened considerably by using $remove($1-,a,e,i,o,u) to remove them all at once, and if you must use a var, use the /var command so it\'s local and you don\'t need to worry about unsetting it.

 Respond  
Pariah   -  Dec 18, 2006

@Disturbed Yeah it works like that, as long as there\'s nothing underneath it. Put a script below it and that script won\'t work, because mIRC will think that it is supposed to be part of that on text event, since there\'s no closing bracket. If you use an openning curly bracket, you have to use a closing one.

 Respond  
Pariah commented on a Page, SlapKicker  -  Dec 16, 2006

The syntax/\"format\" is correct, just missing the close bracket. Which honestly brackets aren\'t even required unless nesting multiple commands.

 Respond  
Pariah commented on a Page, Simple Ban Revenge  -  Dec 03, 2006

A couple suggestions...
remove the $+\'s from the /inc command as they aren\'t needed
and use /ban -k to kick the user so you don\'t need the kick command

 Respond  
Pariah commented on a Page, msg 2 all ops  -  Nov 04, 2006

Or you could just use the /omsg command ;)

 Respond  
Pariah commented on a Page, Text controll.  -  Sep 30, 2006

What the hell is $($+(,,,*)) for? If you\'re wanting to match everything a single wildcard will suffice.
In your comment you say it will open a notice window, this must be something specific to the script that you are using. mIRC doesn\'t have that built in, you would have to do it in the script.
And instead of making more identical events for it to work for multiple users, you can use $istok.
For example
var %nicks = Nick1 Nick2 NickN
if ($istok(%nicks,$nick,32)) { ...

 Respond  
Pariah commented on a Page, Idle & chan number grabber.  -  Sep 01, 2006

I don\'t understand broken english, but I would suggest that you read /help groups. There\'s is no point in even having a group here as you don\'t even give a way for it to be turned on and off. It\'s still missing the closing bracket, and everything you put under it will not work. Not to mention that it will also be included as part of the group.

I\'m very well aware of how to load a script, so instucting me on how to load it is not neccessary. I\'m sure that it is useful to you, and I\'m sure you\'re as proud as hell to have made even the simplest of scripts. It is still not useful to anyone in my opinion, /whois shows this info already and making it echoing to the active window is just ridiculous, as you can make the whois show in the active window.

It sucks, but this is the new standard for hawkee.com, a thousand half assed attempts at making scripts, most of which shouldn\'t even be classified as a \"snippet\". If it weren\'t for the fact that submitting addons is such a futile endeavor there probably wouldn\'t be such a large ammount of piss poor addons posted in this section. This has nothing to do with your snippet in particular, but this is a perfect example of the crap this section is filled with. Incomplete, Useless, and a waste of space. Not to sound like a complete asshole or anything (even though I admittedly am), I am very happy to see when useful, well made snippets are posted. And I try to give them a good score out of appreciation. There are some excellent scripters that post to this section, but there are 100x more that can barely even construct a simple alias that post every 2 line piece of shit they\'ve ever made.

I hope hawkee fixes this section of his site, but I won\'t hold my breathe. I\'ve always liked this site, and have been happy to help in the forums. But in my opinion, the majority of the snippets in this section are about as useful as an asshole on your elbow.

/rant

 Respond  
Pariah commented on a Page, /splitfile  -  Aug 20, 2006

Very nice job, QuickStep. I\'d never even thought of doing anything like this with mIRC.

 Respond  
Pariah commented on a Page, Query Acceptance  -  Aug 12, 2006

Well, as I say I only tested it once.
After I saw that manpreet scored it a 10 (and I changed my underwear).
I connected 2 clones, and messaged myself, and all hell broke loose. Lot\'s of errors in the status window (* /dialog: \'Query\' name in use (line 27, script8.mrc)) and the dialog would continue to pop up after saying no.
It needs alot of work... you should rethink how it should function, and account for ways that it can be broken.

 Respond  
Pariah commented on a Page, Query Acceptance  -  Aug 11, 2006

Did you even test this?
I tested it once and it broke...

 Respond  
Pariah commented on a Page, Kicker+someother stuff  -  Jul 23, 2006

As long as there\'s no code underneath it sure..

 Respond  
Pariah commented on a Page, Kicker+someother stuff  -  Jul 23, 2006

None of the popups you\'ve posted have a closing bracket.

 Respond  
Pariah commented on a Page, The Bot  -  Jul 23, 2006

This isn\'t very different than the other \"bot\" you posted.
You have the structure wrong as well...
if (condition) {
commands
}
else {
commands
}

Overall, it\'s quite poorly coded, and it has no explantion whatsoever for a new user to be able to understand how to use it. Get\'s a 2 from me...

 Respond  
Pariah commented on a Page, Randomness  -  Jun 28, 2006

CaRe_Taker: tokenize fills $1 $2 ... $N with tokens
If you don\'t understand what tokens are, here are a few tutorials...
http://www.hdesk.org/wiki/index.php?title=Tokens
http://mirc.net/projects.php?go=1098159434&get_desc=1
http://www.mircscripts.org/showdoc.php?type=tutorial&id=2

 Respond  
Pariah commented on a Page, Randomness  -  Jun 27, 2006

Really wish you could edit these comments. :/
In your if\'s you use @ $+ text thats not neccessary, if ($1 == @text) is fine.

 Respond  
Pariah commented on a Page, Randomness  -  Jun 27, 2006

instead of using $strip so sporadically, you could put tokenize 32 $strip($1-) at the beginning of the event. It will refill $1 $2 $.. with stripped text.

 Respond  
Pariah commented on a Page, Simple 8ball Snippet  -  Jun 25, 2006

The difference is /set is global, /var is local.
The %8ball variable will still exist after the script has finished with it, with /var it would be gone as soon as the script was done with it.

Either way though, the setting of a variable and checking if\'s, is uneccessary. You could simple place your responces in a text file and read a random line.

on *:text:@8ball:#:.msg # $read(responces.txt)

 Respond  
Pariah commented on a Page, Fun Write  -  Dec 22, 2005

indeed I gave it a 1 when you posted the horoscope script, because it wasn\'t written by you. I\'ve since changed it to a 3 however since you sumbitted a different script

 Respond  
Pariah commented on a Page, Fun Write  -  Dec 22, 2005

you originally posted the horoscope script, changed it to Random desings 2, and now Fun write, starting to sound familiar?

 Respond  
Pariah commented on a Page, Fun Write  -  Dec 22, 2005

that was refering to the code you originally submitted, the horoscope script...

 Respond  
Pariah commented on a Page, Fun Write  -  Dec 22, 2005

Aka. Aether\'s Horoscope Finder v1.4

 Respond  
Pariah commented on a Page, +Mp3  -  Dec 11, 2005

this is still missing the \'ramp3\' alias by the way...

 Respond  
Pariah commented on a Page, +Mp3  -  Dec 08, 2005

xDaeMoN:
$lof(filename)
Returns the size (in Bytes) of the specified file. (Same as $file(filename).size)
found it in the updated mirc help file by teazle, might be in the default one as well, I don\'t know...

 Respond  
Pariah commented on a Page, +Mp3  -  Dec 08, 2005

and what is \"ramp3\"? (shame you can\'t edit these comments)

 Respond  
Pariah commented on a Page, +Mp3  -  Dec 08, 2005

it\'s rather devoid of any options I must say...

 Respond  
Pariah commented on a Page, +Mp3  -  Dec 08, 2005

fabulous description. can\'t imagine how anyone could have any questions after reading that!

 Respond  
Pariah commented on a Page, Regex Buddy  -  Dec 05, 2005

I agree. Great script Sigh_

 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.