mcabber/doc/help/en/hlp_alias.txt
changeset 904 9d11c1b1af7a
child 915 59b53fed6de1
equal deleted inserted replaced
903:c4f164c4b0d3 904:9d11c1b1af7a
       
     1 
       
     2  /ALIAS [name [= command line]]
       
     3 
       
     4 This command let you to add aliases which can simplify sophisticated commands.
       
     5 You can manage your aliases by:
       
     6 
       
     7 /alias
       
     8  Print list of currently defined aliases
       
     9 /alias name
       
    10  Print the value of alias called [name]
       
    11 /alias name=
       
    12  Unset alias called [name]
       
    13 /alias name = command line
       
    14  Set alias called [name] with value [command line]
       
    15 
       
    16 Example: "/alias away = status away"