blacklist
mIRC Code
+ 0 likes
Please Register to submit score.
| Average Score | 5.5 |
| Scores Submitted | 2 |
| Date Added | Oct 14, 2007 |
| Last Updated | Oct 14, 2007 |
| Tags | ban black blacklist global list |
|
|
Introduction
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.




