Comments

 (60) 
  1. Everything
  2. Snippets
  3. Images
  4. Reviews
Silo commented on mIRC Snippet: Venom pm/notice blocker  -  Mar 18, 2010
Why not make it so the user can make their own custom message. I wouldn't want to tell people to go **** themselves.
Silo commented on mIRC Snippet: Channel List  -  Mar 01, 2010
I think you're in the wrong room ;)
Silo commented on mIRC Snippet: Channel modes Dialog  -  Jan 31, 2010
Out of curiousity, is there a need to set a %tab variable, since each tab has its'own id?

Rated and clicked :)
Silo commented on mIRC Snippet: Channel modes Dialog  -  Jan 31, 2010
your did -fu $dname is missing a dialog id number

When you use the -x flag you only need to name the dialog once, and in fact, the way you have that at the moment you can just use did -x $dname

The dialog -ma test test is fine, except what if the dialog is already open? You'll get an (ugly imo) error message.Check to see if the dialog is open using an $iif

alias _test dialog $iif($dialog(test),-x,-ma test) test
Silo commented on mIRC Snippet: Channel modes Dialog  -  Jan 31, 2010
You shouldn't really have a need for one since the info re the state of the check box is being recognised on init. To refresh while the dialog is open just use

Code

 

Silo commented on mIRC Snippet: Channel modes Dialog  -  Jan 31, 2010
You could play around with these $iifs too if you felt like it.

Code

 


I know there is noting suckier than someone telling you to read the help file, but the dialog part of the help file covers alot of good stuff.
Silo commented on mIRC Snippet: Channel modes Dialog  -  Jan 31, 2010
There's no need for the f flag either as -c will check the box
I used to use:

Code

 

but even then I don't like it, it's too long and messy for such basic code. $iif would work just as well to clean it up as well.
Silo commented on mIRC Snippet: Joining messages  -  Jan 31, 2010

Code

 


You're missing a closing bracket. I'd think twice about assigning the * to all the popups, plus, when you're not connected you don't need to see the dialog on the popup menu..

A cleaner way to open the dialog would be to use an $iif so as you don't get "the dialog <name> already in use error message by using:

Code

 


Code

 


What if the $active window was the status window?
if ($active ischan) or if ($active == $chan) can sort that out nicely. then you can use a return if the $active window isn't the #channel

When using dialog flags you can condense control id's, for example:

Code

 


Can be:

Code

 


makes it neater and you can also separate clumps with a comma like 63-66,74-82 etc
Silo commented on mIRC Snippet: Script and computer stats  -  Jan 31, 2010
This is correct:

05:30pm                • Vista

Though I am running Windows 7 ultimate 64bit.
Silo commented on mIRC Snippet: Script and computer stats  -  Jan 31, 2010
I'm probably just being pedantic, bbut I'd much rather use $chr(3) $chr(2) & $chr(31) respectively to bold, underline or colour text. Still a neat little snippet.
Silo commented on mIRC Snippet: unReal IRC Theme Engine  -  Jan 10, 2010
Is it working for you now?
Silo commented on mIRC Snippet: unReal IRC Theme Engine  -  Jan 03, 2010
How old would the topic be? Look at RAWS 331-333 and have a look there for possible errors/conflicts.

Code

 
Silo commented on Image: gooshie's computer  -  Dec 31, 2009
I went cold turkey about 6 weeks ago. I was at a pack a day. Surprisingly I found it really easy, and I have no problem seeing people smoke etc.
Silo commented on mIRC Snippet: System Info  -  Dec 31, 2009
If you right click in the status or a channel window the options to use it will be available.

If the allinfo alias wasn't local (-l) you could type //allinfo to get the info.
Silo commented on Image: Paint Screenie  -  Dec 31, 2009
Looks good.
Silo commented on mIRC Snippet: Auto-Join  -  Dec 31, 2009
I actually just started using Russel's script and I love it!
Silo commented on mIRC Snippet: Nick Changer  -  Dec 30, 2009

Quote

Isn't that an English idiom? I think it means what's good for you may not be good for others. To each our own, I reckon?


Yes, that is correct. I was wondering if it would sound weird lol
Silo commented on mIRC Snippet: Script and computer stats  -  Dec 29, 2009
Fordlawnmower posted a comprehensive one two days ago.

http://www.hawkee.com/snippet/7069/
Silo commented on mIRC Snippet: Mirc dialoged stopwatch  -  Dec 29, 2009
use the -m flag on you timer for milliseconds.
Silo commented on Image: gooshie's computer  -  Dec 28, 2009
Sorry, but this is amazing! I am in total love with these iomages. I had a quick look for pr0n, didn't find it (the Flight Mania tricked me at first). I saw two lots of medication.

Is that a 14" monitor? I saw 3" & 5" floppy drives. Amazing! Even a disc was there too!

Dude, how much did youi used to smoke?
Silo commented on Status: Silo  -  Dec 28, 2009
@Hawkee Hi Hawkee, and you're welcome. It just made me quite mad. Russel is a genius, and like so many ppl on sites such as these, they volunteer their time to help ppl learn etc so it really pissed me off to see this guy not only claim Russel's work as their own but then had the nerver to tell us not rip his work!! </rant>

PS - I should remove a snippet I posted then. It was not written by me, but I gave the author 100% credit plus he gave me permission to share it. The reson being I find it such a helpful alias and wanted to share it with my peers.
Silo commented on mIRC Snippet: Nick Changer  -  Dec 28, 2009
Touche ;)
Silo commented on mIRC Snippet: YouTube Search  -  Dec 28, 2009
space between else and if (Redundant either way)

Ummm, /youtube <topic> but the alias is "yt" so shouldn't the trigger be /yt <topic>

also got

Quote

* Invalid format: $replace (line 230, script7.mrc)

Which is:

Code

 


Quote

else if ($1 == $null) { echo nothing entered, halting | halt }

would look nicer as:

Code

 
Silo commented on mIRC Snippet: Nick Changer  -  Dec 28, 2009
Chill out, man. Horses for courses. I'm new to hash stuff, but it's way faster to process.
Silo commented on mIRC Snippet: System Info  -  Dec 28, 2009
Very nice. Gave you a 10 for that one. You've also given me some tips and ideas now too, so thanks : )
Silo commented on mIRC Snippet: Random Quote Bot Script  -  Dec 22, 2009
But why would ppl do that? Sorry to seem naive, but if I see a good, well executed script I love to give it props. Let's face it, the differences between a quality script and a crappy script is very obvious.

Anyway, man, don't worry about it. You know you do good work and the people that matter know also.
Silo commented on Review: PLEASE do not buy this awful product!  -  Dec 21, 2009
I saw that product here (or a similar version) in a catalouge for one of our local Australian retail chains. The price was $129au. Obviously there are better products out there, but when you say high quality, how much does the playing field (for a decent one) start at?

Since the Aussie dollar is almost matching the US greenback at the moment, using American prices would be relevant to the dollar amount here in Australia.
Silo commented on mIRC Snippet: Random Quote Bot Script  -  Dec 20, 2009
8/10 Nice, clean looking code as usual.
Silo commented on Image: Mix  -  Dec 19, 2009
I wonder if you could add something like a conversion calculator to tackle Metric/Imperial differences or would it not be worth it?
Silo commented on Image: Mix  -  Dec 19, 2009
Clever idea. I like it.
  1. 1
  2. 2
  3. 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.