mountaindew commented on mIRC Snippet: badword kick  -  Dec 10, 2008

Code

 
mountaindew commented on mIRC Snippet: Bash.org Random Quote  -  Dec 09, 2008

Quote


Thank you MD!! YOU ARE A GOD!! how did you know that may i ask? i got the return log WWW-Authentication etcetc but had no idea how to get round it XD

There was already an mIRC script: http://forum.utorrent.com/viewtopic.php?id=15387&p=1

But it looks like it could be made a lot better.
mountaindew commented on mIRC Snippet: My Pokemon Snippet  -  Dec 09, 2008
Damn I hope you didn't write all that by hand :/
mountaindew commented on mIRC Snippet: Bash.org Random Quote  -  Dec 09, 2008
Jonesy: uTorrent Web UI API

So you'd socket to http://[IP]:[PORT]/gui/?list=1

And to authenticate:

Code

 

I was gonna make one once but I just decided it'd be easier to just open uTorrent itself ;)
mountaindew commented on mIRC Snippet: YouTube Video Searcher  -  Dec 08, 2008
Damn, looks like the whole page is changed...I'll try working on it.
mountaindew commented on mIRC Snippet: Auto-Ghoster  -  Dec 08, 2008
Rather than doing if ($address(nick,2) != $address($me,2)), you could just use ! in the event:

Code

 

(Makes it so it only triggers if the nick doing the event wasn't yourself)
mountaindew commented on mIRC Snippet: Spam alias  -  Dec 05, 2008
I'd make the variables local, use /var instead of /set.
mountaindew commented on mIRC Snippet: Accessadd  -  Dec 04, 2008
Does %Levels.$chan even work? I'm pretty sure you'd have to do it one of these ways:

Code

 

And you shouldn't just let anyone use the on text, maybe only let ops use it.
mountaindew commented on Image: GOOFY!!! :D  -  Dec 03, 2008
First of all, I'm sure you noticed there's a swear filter ;)

And second, you can edit your comments by hitting the edit link next to it.
mountaindew commented on Image: uTorrent Control (Preview)  -  Dec 03, 2008
I love the webui, I'm able to see how my torrents are doing while I'm in school, and even add some :)

The other day I found out there's an iPhone/iPod Touch webapp for the webui.

mountaindew commented on mIRC Snippet: [NEW] Announce Script 2.0  -  Dec 02, 2008
Rather than having the user change all those directories, you should just /write data.ini on load, and then all you need is $readini(data.ini,...).
mountaindew commented on mIRC Snippet: Bot Query (With Anti-Flood)  -  Dec 02, 2008
To close the query, close -m $nick in an on open event.
mountaindew commented on mIRC Snippet: Bot Query (With Anti-Flood)  -  Dec 02, 2008
Silence the timers --> .timer
mountaindew commented on mIRC Snippet: kicks a nick when you /me kicks (nick)  -  Dec 02, 2008

Code

 

You would do:

Code

 

And btw, [ code ] not <code> (w/o spaces ofc)
mountaindew commented on mIRC Script: mIRCStorm Bot V2.0.0  -  Dec 02, 2008
Did you try the Documentation folder?

Quote


B: Documentation

All Documentation, please see the documentation in the Documentation Folder. Format in either Rich Text Format Or HTML.
mountaindew commented on mIRC Snippet: Simple multi network away script  -  Dec 02, 2008

Code

 

You could do:

Code

 
mountaindew commented on mIRC Snippet: Auto-Censor  -  Dec 01, 2008

Code

 
mountaindew commented on mIRC Snippet: Trivia  -  Dec 01, 2008
Did you /write it first?
mountaindew commented on mIRC Snippet: Anti-virus (fun script)  -  Nov 29, 2008
Type /av to see all the commands.
mountaindew commented on mIRC Snippet: Bot Commands  -  Nov 29, 2008

Quote

You could have just done this and saved some time (I haven't tested it myself yet, but I'm pretty sure it should work) :

on *:input:*:{
if ( $1 == +v ) { mode $chan +v $2 } $msg $chan $2 You can't tell me what to do, Fool.
if ( $1 == -v ) { mode $chan -v $2 } $msg $chan $2 You can't tell me what to do, Fool.
if ( $1 == +h ) { mode $chan +h $2 } $msg $chan $2 You can't tell me what to do, Fool.
if ( $1 == -h ) { mode $chan -h $2 } $msg $chan $2 You can't tell me what to do, Fool.
if ( $1 == +o ) { mode $chan +o $2 } $msg $chan $2 You can't tell me what to do, Fool.
if ( $1 == -o ) { mode $chan -o $2 } $msg $chan $2 You can't tell me what to do, Fool.
if ( $1 == +a ) { mode $chan +a $2 } $msg $chan $2 You can't tell me what to do, Fool.
if ( $1 == -a ) { mode $chan -a $2 } $msg $chan $2 You can't tell me what to do, Fool.
if ( $1 == +q ) { mode $chan +q $2 } $msg $chan $2 You can't tell me what to do, Fool.
if ( $1 == -q ) { mode $chan -q $2 } $msg $chan $2 You can't tell me what to do, Fool.
}

Or simply:

Code

 
mountaindew commented on mIRC Snippet: Lets bot it up  -  Nov 28, 2008
How'd the average get less than one? :/
mountaindew commented on mIRC Snippet: Blackjack Personal  -  Nov 28, 2008
Dragon1-9-8-4, you can edit your comments by hitting the "edit" link next to it.
mountaindew commented on mIRC Snippet: Chain's Away System  -  Nov 28, 2008
Why not strech the frame down so the edit box fits in it?
mountaindew commented on mIRC Snippet: Temperature Converter (F°C°K°)  -  Nov 27, 2008
Yea, but you'd need to put another parameter in since you're using the -a switch. As long as you're clearing and writing the same thing to both of them, then yea you can do that.
mountaindew commented on mIRC Snippet: /sahopall command  -  Nov 26, 2008
You should make the variables local by using /var instead of /set.
mountaindew commented on mIRC Snippet: anti slapper  -  Nov 26, 2008
I think it'd be obvious that $me isin $1- if you check for it in the first line.
mountaindew commented on mIRC Snippet: Bot Power Stats  -  Nov 25, 2008

Code

 

When unsetting multiple variables you can do them all in one line:

Code

 
mountaindew commented on mIRC Snippet: Temperature Converter (F°C°K°)  -  Nov 24, 2008
Use /var instead of /set, it'll make the variables local and you won't need to unset them.

Also,

Code

 

You can combine switches. So you can do:

Code

 
mountaindew commented on iPhone Snippet: iPhone: Change Dock Font Color  -  Nov 24, 2008

Quote


Create a new file within that folder called: "Info.list" CASE-SENSETIVE

You mean "Info.plist" :)

This is also helpful in making invisible icon labels, I believe you just do "color:transparent", something like that.
mountaindew commented on mIRC Snippet: Funny commands, included a Calculator!  -  Nov 21, 2008
I don't see an alias for the $mainbot identifier. Also, when commenting a script, you should put a ; in front of the line or use /* */

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.