Top

Shortcut Modes


mIRC Code
+ 0 likes
Please Register to submit score.
Bookmark and Share
Average Score  2.7 (of 3 scores)
Date Added  Dec 24, 2007
Last Updated  Jan 18, 2008
Tags  ban  invite  kick  modes  shortcuts 

Introduction

These are some modes i threw together so you wont keep having to type
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

Grab the Code

;ADD TO ALIASES
/j /join #$$1 $2-
/p /part #
/n /names #$$1
/w /whois $$1
/k /kick # $$1 $2-
/q /query $$1
/send /dcc send $1 $2
/chat /dcc chat $1
/ping /ctcp $$1 ping
/fngr /ctcp $$1 finger
/s /server $$1-
/ban /mode # +bbb $$1 $2 $3
/db /mode # -bbb $$1 $2 $3
/kb /cs kickban # $$1 $2 $3
/own /mode # +qqq $$1 $2 $3
/dq /mode # -qqq $$1 $2 $3
/a /mode # +aaa $$1 $2 $3
/da /mode # -aaa $$1 $2 $3
/op /mode # +ooo $$1 $2 $3
/dop /mode # -ooo $$1 $2 $3
/h /mode # +hhh $$1 $2 $3
/dh /mode # -hhh $$1 $2 $3
/v /mode # +vvv $$1 $2 $3
/dv /mode # -vvv $$1 $2 $3
/i /cs invite # $$1 $2 $3
/delgreet /ns set greet none
/dwn /cs down #
/up /cs up #
/m /mode # +m
/dm /mode # -m
/c /mode # +c
/dc mode # -c

Comments

  (6)  RSS
HoNdAx707
Comments: 55
 
mIRC Snippet:  Shortcut Modes
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
juuruichki
Comments: 9
 
mIRC Snippet:  Shortcut Modes
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
Cheiron
Comments: 627
 
mIRC Snippet:  Shortcut Modes
Posted on Dec 25, 2007 6:56 pm
simple enough, simple code, simple layout. nice
Cheiron
Comments: 627
 
mIRC Snippet:  Shortcut Modes
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-
mountaindew
Comments: 1,826
 
mIRC Snippet:  Shortcut Modes
Posted on Dec 28, 2007 3:01 pm
put a ; in front of add to aliases
HeatedHeart
Comments: 52
 
mIRC Snippet:  Shortcut Modes
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 ]

Commenting Options

Register or Login to Hawkee.com or use your Facebook or Twitter account by clicking the corresponding button below.

  
Bottom