help/en/hlp_env.txt
changeset 4 2c5225ab6eb7
parent 0 53ef7728edcf
--- a/help/en/hlp_env.txt	Fri Nov 13 17:48:13 2009 +0200
+++ b/help/en/hlp_env.txt	Mon Dec 07 01:04:25 2009 +0200
@@ -1,4 +1,12 @@
 
- /ENV [variable [value]]
+ /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.