From WikiChip
Difference between revisions of "mirc/commands/alias"
< mirc‎ | commands

m
Line 1: Line 1:
The '''/alias command''' can be used to add, replace and remove aliases. This command ONLY works for single line aliases. This command can be used to remove an alias if you only specify the name. By default mIRC will add the alias to the first aliases script file.
+
The '''/alias command''' can be used to add, replace and remove aliases. This command ONLY works for single line aliases. By default mIRC will add the alias to the first aliases script file.
  
 
'''Note:''' Trying to remove a multi-line alias will result in a "unable to remove" error message.
 
'''Note:''' Trying to remove a multi-line alias will result in a "unable to remove" error message.
  
 
== Synopsis ==
 
== Synopsis ==
  /alias [filename] <aliasname> <command>
+
  /alias [filename] <aliasname> [command]
  
 
== Switches ==
 
== Switches ==
Line 11: Line 11:
 
== Parameters ==
 
== Parameters ==
  
* '''[filename]''' - Optional parameter that can be used to specify which aliases file to use
+
* '''[filename]''' - Optional parameter that can be used to specify which aliases file to use, the file must be already loaded.
* '''<aliasname>''' - The name of the alias to be manipulated
+
* '''<aliasname>''' - The name of the alias to use.
* '''<command>''' - Commands that are associated with the alias
+
* '''[command]''' - If specified, the commands that are associated with the alias (you can specify multiple command on one line by seperating them properly with {{main|Access levels - mIRC|l1=Introduction_-_mIRC}}).
  
 
== Example ==
 
== Example ==

Revision as of 20:49, 10 May 2014

The /alias command can be used to add, replace and remove aliases. This command ONLY works for single line aliases. By default mIRC will add the alias to the first aliases script file.

Note: Trying to remove a multi-line alias will result in a "unable to remove" error message.

Synopsis

/alias [filename] <aliasname> [command]

Switches

None

Parameters

  • [filename] - Optional parameter that can be used to specify which aliases file to use, the file must be already loaded.
  • <aliasname> - The name of the alias to use.
  • [command] - If specified, the commands that are associated with the alias (you can specify multiple command on one line by seperating them properly with
Main article: Introduction_-_mIRC

).

Example

;Adds a new alias by the name "cookies"
;You can now do /cookies
/Alias /Cookies /me hands out the cookie jar 
 
;We replaced the old cookies alias with this new one
/Alias /Cookies /me Steals someone's cookies!
 
;Remove the alias
/Alias /Cookies

Output:

* Added '/Cookies' alias
* Replaced '/Cookies' alias
* Removed '/Cookies' alias

Compatibility

Added: mIRC v4.5

Added On: 30/06/1996


Note: Individual switches were not taken into consideration.

See also