UNITED Radio Forum
Would you like to react to this message? Create an account in a few clicks or log in to continue.


A Happy Place is a Nice Place to Be [[R.I.P Sean]]
 
HomeHome  PortalPortal  GalleryGallery  SearchSearch  Latest imagesLatest images  RegisterRegister  Log inLog in  
Latest topics
» Hello United Radio friends
From humble beginnings: Aliases I_icon_minitimeTue Jan 29, 2013 6:24 am by Fang54

» Weekly DJ Schedule
From humble beginnings: Aliases I_icon_minitimeTue Jan 29, 2013 5:12 am by Fang54

» Guess the Radio Babies
From humble beginnings: Aliases I_icon_minitimeFri Jan 21, 2011 11:43 pm by NetChick

» Quotes
From humble beginnings: Aliases I_icon_minitimeMon Dec 06, 2010 1:51 pm by mum

» Forum's Back
From humble beginnings: Aliases I_icon_minitimeTue Oct 05, 2010 4:01 pm by mum

» The Digital Economy Act 2010
From humble beginnings: Aliases I_icon_minitimeThu Apr 29, 2010 1:57 pm by casper

» Pics. :)
From humble beginnings: Aliases I_icon_minitimeTue Apr 06, 2010 7:27 pm by Laurapooh

» So You Think You Can Be A DJ?
From humble beginnings: Aliases I_icon_minitimeTue Feb 23, 2010 2:46 pm by SPAWN

» mIRC help
From humble beginnings: Aliases I_icon_minitimeThu Feb 18, 2010 7:20 pm by ThatOneDude

May 2024
MonTueWedThuFriSatSun
  12345
6789101112
13141516171819
20212223242526
2728293031  
CalendarCalendar

 

 From humble beginnings: Aliases

Go down 
AuthorMessage
miniCruzer
Member
Member
miniCruzer


Number of posts : 9
Age : 48
Where You Live : Kentucky
Hobbies & Pastimes : Scripting, Anything Computers, Outdoors, Camping
Registration date : 2007-05-05

From humble beginnings: Aliases Empty
PostSubject: From humble beginnings: Aliases   From humble beginnings: Aliases I_icon_minitimeFri May 29, 2009 4:15 pm

What's an alias? It allows us to perform something in a few words.

Code:
/join #radio
*miniCruzer joins #radio
Code:
/radio
Same thing.

Alias:
Code:
/radio /join #radio
Now instead of typing /join #radio, all we have to type is /radio

Some things you should know about aliases
$1 Means word number 1. You can continue with $2 and so on.
$$1 Means word number 1, but won't perform the alias without it being specified
$1- Means set of words number 1. If want there to be more after the first word, you would use this.
$# Indicates a channel
/say Means that you say something in the channel you are in
/me Means that you will perform an action in the channel you are in.

Slapping!
Instead of using mIRC's right-click then Slap function, we can make our own!
Code:
 /slap {
/me slaps $1
/me runs because $1 is mad
/me crashes into $2
/me runs from both $1 and $2
}
This will perform all of those /me's in 3 words: /slap Nick1 Nick2. It will look like this
I say: /slap Toby Mum
*miniCruzer slaps Toby
*miniCruzer runs because Toby is mad
*miniCruzer crashes into Mum
*miniCruzer runs from both Toby and Mum

All of this happens in a few miliseconds.

For operators!
Operators can use these to kick, voice, halfop, and op people!
Instead of /kick #radio miniCruzer You're annoying
Code:
 /k /kick #radio $1 $2-
An operator would now only type:
/k miniCruzer You're annoying!

Code:
/devoice /mode #radio -v $$1
/devoice miniCruzer

For administrators!
Admins can set channel modes using aliases!
Code:
/moderated /mode #radio +m

Outside of #radio
Say you're an operator on several channels. This would be useful to know:
Code:
/devoice /mode $# -m $1
/devoice #channel miniCruzer
-----
Aliases can become complex. You can even use the in Remotes. Buuuut...we won't go there...
Back to top Go down
http://minicruzer911.co.cc/
 
From humble beginnings: Aliases
Back to top 
Page 1 of 1

Permissions in this forum:You cannot reply to topics in this forum
UNITED Radio Forum :: mIRC Help Section-
Jump to: