mIRC Snippet:
Heart..Some randomness
Posted on Jun 17, 2008 4:59 pm
Posted on Jun 17, 2008 4:59 pm
missing some heartness on the right of it .. it\'s a bit .. juddery ..
mIRC Snippet:
Heart..Some randomness
Posted on Jun 17, 2008 4:59 am
Posted on Jun 17, 2008 4:59 am
Ahh well as it is your sendin the heart to your self you should replace $nick\'s with $2 so u can just type .heart \"nickname\" other then that an te bracket missing as MD stated its a cool lookin heart.`-.-ยด
mIRC Snippet:
Heart..Some randomness
Posted on Jun 16, 2008 6:30 pm
Posted on Jun 16, 2008 6:30 pm
Add another } to the end 
And by the way, you can replace the _\'s with $chr(160) (it\'s a hard space, so you can have multiple ones without them being stripped).
So $str($chr(160),8) for example.
And by the way, you can replace the _\'s with $chr(160) (it\'s a hard space, so you can have multiple ones without them being stripped).
So $str($chr(160),8) for example.
mIRC Snippet:
.:Ban Protection:.
Posted on Oct 19, 2007 7:18 pm
Posted on Oct 19, 2007 7:18 pm
it looks same as red script addon just u delete the msg and add ur msg .. well i will not be so bad .. if u did it without copying i tell u its a nice work .. keep good job
mIRC Snippet:
.ei,.topic etc.
Posted on Oct 15, 2007 3:11 pm
Posted on Oct 15, 2007 3:11 pm
ye i prefer on input for 1 thin one less character to type, lazyness is great init ;p
mIRC Snippet:
.ei,.topic etc.
Posted on Oct 15, 2007 2:24 pm
Posted on Oct 15, 2007 2:24 pm
i dont like using alias most of the time cuz it can mess up stuff some times :P
mIRC Snippet:
rainbow
Posted on Oct 15, 2007 11:28 am
Posted on Oct 15, 2007 11:28 am
also try learning to make your own snippets instead of stealing my old version.... =/
http://www.hawkee.com/snippet/2727/
i have to admit though the code is good :O ;p
http://www.hawkee.com/snippet/2727/
i have to admit though the code is good :O ;p
mIRC Snippet:
blacklist
Posted on Oct 15, 2007 1:56 am
Posted on Oct 15, 2007 1:56 am
Just few things I moticed right off.
1) There is no need for the \" / \" in there.
2) You can just group all the sclick as one
And so one
3) You can dombine like events
Can be
4) This
could be
and be the same. Also with a \" . \" before timer it will not show in the status window.
1) There is no need for the \" / \" in there.
2) You can just group all the sclick as one
| Code: |
on *:dialog:blacklist:sclick:*: { if ($did == 14) { stuff } if ($did == 15) { stuff } } |
And so one
3) You can dombine like events
| Code: |
/did -b blacklist 38 /did -b blacklist 33 |
Can be
| Code: |
| did -b blacklist 33,38 |
4) This
| Code: |
| /timer $+ blacklist 0 1 |
could be
| Code: |
| .timerblacklist 0 1 |
and be the same. Also with a \" . \" before timer it will not show in the status window.
mIRC Snippet:
.ei,.topic etc.
Posted on Oct 15, 2007 1:35 am
Posted on Oct 15, 2007 1:35 am
Just wonder why we need to typing a text in channel window to issuing some command? Well maybe it might look something *great*(especially when you want to brag to other people\'s that you can control yours mIRC :P) but in my opinion it is better be used as a custom command/aliases. Since this will prevent you from sending a messages to channel, for example when you using \'.eI\', you will be sending two command to the server which is \'/msg\' and \'/mode\' rather when you used it as custom command/alias that only send 1!











