mIRC Theme
mIRC Code
+ 0 likes
Please Register to submit score.
| Average Score | 5.5 (of 2 scores) |
| Date Added | Jul 21, 2009 |
| Last Updated | Nov 06, 2009 |
| Tags | color colors grant irc mirc theme |
Introduction
NOTE: The raws may change for different networks, i'm not entirely sure.
mIRC Snippet:
mIRC Theme
Posted on Jul 21, 2009 5:26 pm
Posted on Jul 21, 2009 5:26 pm
Comments? Suggestions? Bugs? Make fun of me? idk.
mIRC Snippet:
mIRC Theme
Posted on Jul 21, 2009 6:03 pm
Posted on Jul 21, 2009 6:03 pm
maybe a shot of the theme would help. Seems good.
mIRC Snippet:
mIRC Theme
Posted on Jul 22, 2009 10:52 am
Posted on Jul 22, 2009 10:52 am
all right, here's a smaller shot, it doesn't include every single form of it though. http://img29.imageshack.us/img29/4870/090722105151.png
----------------------EDIT----------------------
Check top for image of the theme. That's an older theme that i don't possess anymore.
----------------------EDIT----------------------
Check top for image of the theme. That's an older theme that i don't possess anymore.
mIRC Snippet:
mIRC Theme
Posted on Jul 22, 2009 11:46 am
Posted on Jul 22, 2009 11:46 am
looks similiar to a NNS theme
mIRC Snippet:
mIRC Theme
Posted on Jul 22, 2009 12:35 pm
Posted on Jul 22, 2009 12:35 pm
Yeah, someone told me that, but i've never downloaded NNS, nor use it XD
mIRC Snippet:
mIRC Theme
Posted on Jul 22, 2009 2:43 pm
Posted on Jul 22, 2009 2:43 pm
oh wow... seams too different for me
mIRC Snippet:
mIRC Theme
Posted on Jul 27, 2009 10:36 am
Posted on Jul 27, 2009 10:36 am
how do i get the highlights working with this theme?
mIRC Snippet:
mIRC Theme
Posted on Sep 4, 2009 8:10 pm
Posted on Sep 4, 2009 8:10 pm
I'm not using it as a default theme, but my bot is ^_^
mIRC Snippet:
mIRC Theme
Posted on Oct 19, 2009 4:19 pm
Posted on Oct 19, 2009 4:19 pm
realy not bad... it's given me a great idea too.
mIRC Snippet:
mIRC Theme
Posted on Oct 19, 2009 10:43 pm
Posted on Oct 19, 2009 10:43 pm
I dont know wat for this....
mIRC Snippet:
mIRC Theme
Posted on Oct 20, 2009 6:05 am
Posted on Oct 20, 2009 6:05 am
I think it is quite good. A litte bright for my liking but it is a nice theme =)
I think the image you posted regarding your current theme is really good btw.
I think the image you posted regarding your current theme is really good btw.
mIRC Snippet:
mIRC Theme
Posted on Oct 21, 2009 3:33 am
Posted on Oct 21, 2009 3:33 am
First of all, it's a nice theme. It works fine, and am getting no errors.
I'm seeing this style of coding lately all over hawkee where everything is bunched up in pipe symbols (|), and I don't know why. There's no reason for it, and to be honest it hinders them. It's general scripting/(programming) practice to ensure readability of your code, especially if you're going to give it to others.
Reasons:
1. mIRC scripts run faster on multiple lines than loads of commands in one line. This is because mIRC has to individually break down each command before executing it, rather than just moving to the next line. Don't believe me? Try a speed test with $ticks.
2. Readability - It literally is unreadable. A code on multiple lines is easy to view and tweak each command as you need to. And as everyone knows, horizontal scrolling in script editor (or a pastebin site) is the worst thing ever.
3. Error finding. If you have a line with 7 commands and you get an error, it's much harder to isolate the error. If you have 7 neat individual lines and get an error, you'll know exactly what is causing the problem.
This isn't directly aimed at you, so don't take offense; just putting my opinion out there backed up with facts.
I'm seeing this style of coding lately all over hawkee where everything is bunched up in pipe symbols (|), and I don't know why. There's no reason for it, and to be honest it hinders them. It's general scripting/(programming) practice to ensure readability of your code, especially if you're going to give it to others.
Reasons:
1. mIRC scripts run faster on multiple lines than loads of commands in one line. This is because mIRC has to individually break down each command before executing it, rather than just moving to the next line. Don't believe me? Try a speed test with $ticks.
2. Readability - It literally is unreadable. A code on multiple lines is easy to view and tweak each command as you need to. And as everyone knows, horizontal scrolling in script editor (or a pastebin site) is the worst thing ever.
3. Error finding. If you have a line with 7 commands and you get an error, it's much harder to isolate the error. If you have 7 neat individual lines and get an error, you'll know exactly what is causing the problem.
This isn't directly aimed at you, so don't take offense; just putting my opinion out there backed up with facts.
mIRC Snippet:
mIRC Theme
Posted on Oct 22, 2009 8:21 pm
Posted on Oct 22, 2009 8:21 pm
Neptune, this is a very old script of mine :P if you'd think it would be better, i'll change mine up and post a new image, doesn't really bother me. But i've even changed it more since then lol..
mIRC Snippet:
mIRC Theme
Posted on Oct 25, 2009 5:41 pm
Posted on Oct 25, 2009 5:41 pm
I totally agree with Neptune.. I have used pipes before on large scripts and then have had alot of trouble finding the cause of the problem =\
mIRC Snippet:
mIRC Theme
Posted on Oct 30, 2009 8:18 pm
Posted on Oct 30, 2009 8:18 pm
Okay, I've changed it up a good amount, feel free to comment. This is my current and newest/most developed theme i have.
mIRC Snippet:
mIRC Theme
Posted on Oct 30, 2009 8:35 pm
Posted on Oct 30, 2009 8:35 pm
Really really nice looking update, very easy on the eyes too lol...
mIRC Snippet:
mIRC Theme
Posted on Oct 30, 2009 8:59 pm
Posted on Oct 30, 2009 8:59 pm
Cool chan topic :)
Why the weird evaluation for the command char? -->> (/* !iswm $1)
Wouldn't this exclude http://* and the strange shorthand some people use like it/s?
Why the weird evaluation for the command char? -->> (/* !iswm $1)
Wouldn't this exclude http://* and the strange shorthand some people use like it/s?
mIRC Snippet:
mIRC Theme
Posted on Oct 30, 2009 9:14 pm
Posted on Oct 30, 2009 9:14 pm
Err, what FordLawnmower? How is it weird? It will only message the channel $1- if the first character is NOT a / (not including when you ctrl+enter it).. Explain further please
mIRC Snippet:
mIRC Theme
Posted on Oct 30, 2009 9:22 pm
Posted on Oct 30, 2009 9:22 pm
Ahh I see. I don't use iswm for anything but bans. I guess */* would be needed to match http://* ;/
mIRC Snippet:
mIRC Theme
Posted on Oct 30, 2009 9:23 pm
Posted on Oct 30, 2009 9:23 pm
I haven't caught any bugs within it, and I don't think there would be more then two bugs, if any, but thanks for being curious about it anyways ;D
mIRC Snippet:
mIRC Theme
Posted on Nov 3, 2009 4:23 pm
Posted on Nov 3, 2009 4:23 pm
| Quote: |
I'm seeing this style of coding lately all over hawkee where everything is bunched up in pipe symbols (|), and I don't know why. There's no reason for it, and to be honest it hinders them. It's general scripting/(programming) practice to ensure readability of your code, especially if you're going to give it to others. |
May i ask why you used |'s ? other then them the code is good i like it' :D
(: Like Neptune said >.>
mIRC Snippet:
mIRC Theme
Posted on Nov 3, 2009 6:11 pm
Posted on Nov 3, 2009 6:11 pm
My previous film was well, of my scripting capabilities of a good amount of time ago. I've improved myself, and along with the themes :)
mIRC Snippet:
mIRC Theme
Posted on Nov 4, 2009 12:14 am
Posted on Nov 4, 2009 12:14 am
aha so you've taken the poles out or?
mIRC Snippet:
mIRC Theme
Posted on Nov 4, 2009 11:42 am
Posted on Nov 4, 2009 11:42 am
**Laughs** @ "the poles"
mIRC Snippet:
mIRC Theme
Posted on Nov 4, 2009 1:42 pm
Posted on Nov 4, 2009 1:42 pm
I've never noticed this before but the /list function on this snippet is vile.
The list displaying in the status window is really not a good idea, I don't like the fact that when the channels are listed they aren't in order it is so annoying to me.
The list displaying in the status window is really not a good idea, I don't like the fact that when the channels are listed they aren't in order it is so annoying to me.
mIRC Snippet:
mIRC Theme
Posted on Nov 4, 2009 4:03 pm
Posted on Nov 4, 2009 4:03 pm
Hmm, I forgot about that. I'll work on getting it squeezed into there soon
mIRC Snippet:
mIRC Theme
Posted on Nov 5, 2009 6:24 am
Posted on Nov 5, 2009 6:24 am
Cool, Sorry if I sounded a bit harsh, but I really don't see a point in not using the list window... =)
mIRC Snippet:
mIRC Theme
Posted on Nov 6, 2009 12:07 am
Posted on Nov 6, 2009 12:07 am
@ Ford OI, You laughing at me now boi?LOL
mIRC Snippet:
mIRC Theme
Posted on Nov 6, 2009 9:10 pm
Posted on Nov 6, 2009 9:10 pm
Okay, SnoooP, I've fixed a good amount of it, I just don't know how to make it not open the Channels List window :( sorry.
mIRC Snippet:
mIRC Theme
Posted on Nov 6, 2009 9:57 pm
Posted on Nov 6, 2009 9:57 pm
ok, It's no big deal, but for people who rely on the /list well damn..
Still real nice work though ;)
Still real nice work though ;)
mIRC Snippet:
mIRC Theme
Posted on Nov 6, 2009 10:33 pm
Posted on Nov 6, 2009 10:33 pm
Thanks :p I'll look into finding something out









