help/en/hlp_env.txt
author Myhailo Danylenko <isbear@ukrpost.net>
Wed, 07 Apr 2010 21:18:19 +0300
changeset 16 543bd8927354
parent 4 2c5225ab6eb7
permissions -rw-r--r--
Use new commands interface * Use id to delete command * Add commands to safe list


 /ENV [variable [= [value]]

Tampers with mcabber environment. Without arguments prints entire list of variables, with variable name - only this variable, with value - sets specified variable's value.
/env
 Prints list of all environment variables.
/env variable
 Prints value of this variable.
/env variable =
 Unsets variable.
/env variable = value
 Sets variable.