mountaindew commented on mIRC Snippet: Reversed text  -  Sep 10, 2008
"set -u0 ..." --> You can just use /var to make it a local variable.
mountaindew commented on mIRC Snippet: socketbot  -  Sep 10, 2008

Code

 

Wouldn't $sockname be $null in those aliases?
mountaindew commented on mIRC Snippet: Trivia  -  Sep 08, 2008
:)

undertaker, I donno where you can find questions
mountaindew commented on mIRC Snippet: Deop Kick Ban  -  Sep 08, 2008
I'm pretty sure you have to use brackets { }

Code

 
mountaindew commented on mIRC Snippet: Warning script  -  Sep 08, 2008
You can combine some of these if statements. Example:

Code

 

And then with

Code

 

You can combine them:

Code

 

Just use brackets { } and you can put multiple things in one if statement.
mountaindew commented on mIRC Snippet: YouTube Video Searcher  -  Sep 06, 2008
Thanks EL and warchild
mountaindew commented on mIRC Snippet: SpellChecker  -  Sep 06, 2008
Glad to see you got it working :)
mountaindew commented on mIRC Snippet: SpellChecker  -  Sep 06, 2008
That's wierd, seems to be working fine for me...

Does it not work for both the alias and the on text?

And how is noop and unkown command :/
mountaindew commented on mIRC Snippet: Memo system for chatspace  -  Sep 06, 2008
Danny, what did you do to the script?
mountaindew commented on mIRC Snippet: Memo system for chatspace  -  Sep 06, 2008

Quote


the varaibles are used the second they are set and thats why they unset after 3 seconds please look at the codes more thoroughly before posting commment

I know, that's why I said:

Quote


Edit: my bad. It seems that you don't use %memo3 and also %memo5

Which unset after 1 second. But nowhere else in the code do you use %memo3 or %memo5.
mountaindew commented on mIRC Snippet: Memo system for chatspace  -  Sep 06, 2008

Code

 

I'm confused about this part. You set a variable and then unset it (btw you can just do set -u1 %memo3 $1-, but that's not the point...), and then you never use the variables that you set.

Edit: my bad. It seems that you don't use %memo3 and also %memo5
mountaindew commented on mIRC Snippet: Viewer count  -  Sep 04, 2008

Code

 

You're not setting it as anything, make it like set %views [ $+ [ $nick ] ] 1 or something.

I think it'd be better though to write the nick to a txt file and then check if ($read(FILE.TXT,w,$nick)).

Edit: I think you mixed up %acount and %views. Because you inc %acount and don't use it, and %views is never set.
mountaindew commented on mIRC Snippet: !torrent search - UPDATED  -  Sep 04, 2008
It's easy once you get the hang of it viper, basically all you do is loop through each html line and grab data.

Code

 
mountaindew commented on mIRC Snippet: !torrent search - UPDATED  -  Sep 03, 2008
SuPeRFlY, it seems to be "$torrent [search]", dono if it's a typo or not.

Code

 

But if it's on your own mIRC you do /torrentsearch [search]
mountaindew commented on mIRC Snippet: X/channel modes Usefull Inputs.  -  Sep 03, 2008

Code

 

You forgot the "HALT" after the "|"
mountaindew commented on mIRC Snippet: !torrent search - UPDATED  -  Sep 03, 2008
It happened twice in a row; might be a problem at my end then...

To check for no results, you just have to check for this line:

Quote


<h2><span>Search results: asdfsadf</span>&nbsp;No hits. Try adding an asterisk in you search phrase.</h2>
mountaindew commented on mIRC Snippet: !torrent search - UPDATED  -  Sep 03, 2008
Works for me greenlanter.

NIGathan, for some reason %t.chan is $null when it msg's the Approx...line, it does "msg Approx. ..." and then says Approx. Unkown nick.

Code

 

Not sure why it works for the lines under it though :/
mountaindew commented on mIRC Snippet: !torrent search - UPDATED  -  Sep 03, 2008

Quote

I have absolutely NO idea why a torrent socket hasn't been done before. It's such an obvious idea now that you think of it.

I made one but it's still in the reviews queue :)

Looks nice NIGathan, 7/10
mountaindew commented on mIRC Snippet: YouTube Video Searcher  -  Sep 03, 2008
Thanks akishoot :)
mountaindew commented on mIRC Snippet: X Auto Login  -  Sep 02, 2008

Quote

Hint: ALT + Printscreen only copies the active window. :)

oh my god, I never knew that!
mountaindew commented on mIRC Snippet: Greet System  -  Aug 31, 2008
You should save and load the hash table.
mountaindew commented on mIRC Snippet: Bot Commands  -  Aug 30, 2008
Dj, he did a napa on your script :P

mountaindew commented on mIRC Snippet: Bot Commands  -  Aug 29, 2008

Code

 

Those lines still have errors. "{"
mountaindew commented on mIRC Snippet: Bot Commands  -  Aug 29, 2008
DJ, rather than checking if ($nick isop $chan) in every if line, just do one at the top.

Code

 

and in the !-m line, you have { instead of (

You should also check if ($me isop $chan) or on @*

Edit: you have on *:text:*:*:{, if someone used these in a pm, $chan would be $null. So just use # instead of *.

Oh and you have { instead of ( in the !kick line too.
mountaindew commented on mIRC Snippet: Sendraw join (flood) NoNameScript only  -  Aug 29, 2008

Code

 

Is this variable part of NNS? If not, you don't set it anywhere so I don't see why you're unsetting it.
mountaindew commented on mIRC Snippet: Mass kickban alias for NoNameScript only.  -  Aug 29, 2008

Code

 

You var %y and never use it.

Btw, you can use /ban -k to combine the kick and ban lines together.
mountaindew commented on mIRC Snippet: Total channel protection v0.5  -  Aug 28, 2008
You should silence you timer in the on disconnect. And you still have a bracket mismatch...
mountaindew commented on mIRC Snippet: Popups  -  Aug 28, 2008
You skipped 20 :P
mountaindew commented on mIRC Snippet: Total channel protection v0.5  -  Aug 28, 2008
%nick,%pass,%network, and %botmaster are redundant; you don't use them in the script.
mountaindew commented on mIRC Snippet: Total channel protection v0.5  -  Aug 28, 2008

Code

 

should be

Code

 
  1. Prev
  2. 1
  3. 2
  4. 3
  5. 4
  6. 5
  7. 6
  8. 7
  9. 8
  10. 9
  11. 10
  12. 11
  13. 12
  14. 13
  15. 14
  16. 15
  17. 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.