help/en/hlp_env.txt
changeset 4 2c5225ab6eb7
parent 0 53ef7728edcf
equal deleted inserted replaced
3:490c62fe90eb 4:2c5225ab6eb7
     1 
     1 
     2  /ENV [variable [value]]
     2  /ENV [variable [= [value]]
     3 
     3 
     4 Tampers with mcabber environment. Without arguments prints entire list of variables, with variable name - only this variable, with value - sets specified variable's value.
     4 Tampers with mcabber environment. Without arguments prints entire list of variables, with variable name - only this variable, with value - sets specified variable's value.
       
     5 /env
       
     6  Prints list of all environment variables.
       
     7 /env variable
       
     8  Prints value of this variable.
       
     9 /env variable =
       
    10  Unsets variable.
       
    11 /env variable = value
       
    12  Sets variable.