Shortcut Modes
Please Register to submit score.
| Average Score | 2.7 |
| Scores Submitted | 3 |
| Date Added | Dec 24, 2007 |
| Last Updated | Jan 18, 2008 |
| Tags | ban invite kick modes shortcuts |
Introduction
the whole command
ex:/ban = /mode #<channel> +b <nick>....not that i ban anyone D:
just paste it in your aliases
Most of them came with mIRC i just added some more :p
mIRC Snippet:
Shortcut Modes
Posted on Dec 24, 2007 2:16 am
Posted on Dec 24, 2007 2:16 am
i would also add in the code
;Add to Alias'
because some wont read the top lol
;Add to Alias'
because some wont read the top lol
mIRC Snippet:
Shortcut Modes
Posted on Dec 25, 2007 2:06 am
Posted on Dec 25, 2007 2:06 am
lol thanks for the heads up....i should have realised that cause i dont even read teh top
mIRC Snippet:
Shortcut Modes
Posted on Dec 25, 2007 6:56 pm
Posted on Dec 25, 2007 6:56 pm
simple enough, simple code, simple layout. nice
mIRC Snippet:
Shortcut Modes
Posted on Dec 25, 2007 6:57 pm
Posted on Dec 25, 2007 6:57 pm
oh double insert there.. just spotted it after i wrote my last at way too late at night.. you have join twice.. you can take one out
:::ADD TO ALIASES:::
/j /join #$$1 $2-
/j /join #$$1 $2-
:::ADD TO ALIASES:::
/j /join #$$1 $2-
/j /join #$$1 $2-
mIRC Snippet:
Shortcut Modes
Posted on Dec 28, 2007 3:01 pm
Posted on Dec 28, 2007 3:01 pm
put a ; in front of add to aliases
mIRC Snippet:
Shortcut Modes
Posted on Dec 29, 2007 3:45 am
Posted on Dec 29, 2007 3:45 am
I always found making multiple mode scripts like /op /deop /protect exct is kinda spammy, why not use
/mode # $1 $2- in there then you could do like [ /mode +q RandomUser ]
or even do it like " if ($2 == me) " to give you the power EX: [ /mode +q Me ] would activate [ +q on you ]
/mode # $1 $2- in there then you could do like [ /mode +q RandomUser ]
or even do it like " if ($2 == me) " to give you the power EX: [ /mode +q Me ] would activate [ +q on you ]








