help/en/hlp_env.txt
author Myhailo Danylenko <isbear@ukrpost.net>
Mon, 07 Dec 2009 01:04:25 +0200
changeset 4 2c5225ab6eb7
parent 0 53ef7728edcf
permissions -rw-r--r--
Changed command syntax to allow unsetting
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
0
53ef7728edcf Initial commit
Myhailo Danylenko <isbear@ukrpost.net>
parents:
diff changeset
     1
4
2c5225ab6eb7 Changed command syntax to allow unsetting
Myhailo Danylenko <isbear@ukrpost.net>
parents: 0
diff changeset
     2
 /ENV [variable [= [value]]
0
53ef7728edcf Initial commit
Myhailo Danylenko <isbear@ukrpost.net>
parents:
diff changeset
     3
53ef7728edcf Initial commit
Myhailo Danylenko <isbear@ukrpost.net>
parents:
diff changeset
     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
2c5225ab6eb7 Changed command syntax to allow unsetting
Myhailo Danylenko <isbear@ukrpost.net>
parents: 0
diff changeset
     5
/env
2c5225ab6eb7 Changed command syntax to allow unsetting
Myhailo Danylenko <isbear@ukrpost.net>
parents: 0
diff changeset
     6
 Prints list of all environment variables.
2c5225ab6eb7 Changed command syntax to allow unsetting
Myhailo Danylenko <isbear@ukrpost.net>
parents: 0
diff changeset
     7
/env variable
2c5225ab6eb7 Changed command syntax to allow unsetting
Myhailo Danylenko <isbear@ukrpost.net>
parents: 0
diff changeset
     8
 Prints value of this variable.
2c5225ab6eb7 Changed command syntax to allow unsetting
Myhailo Danylenko <isbear@ukrpost.net>
parents: 0
diff changeset
     9
/env variable =
2c5225ab6eb7 Changed command syntax to allow unsetting
Myhailo Danylenko <isbear@ukrpost.net>
parents: 0
diff changeset
    10
 Unsets variable.
2c5225ab6eb7 Changed command syntax to allow unsetting
Myhailo Danylenko <isbear@ukrpost.net>
parents: 0
diff changeset
    11
/env variable = value
2c5225ab6eb7 Changed command syntax to allow unsetting
Myhailo Danylenko <isbear@ukrpost.net>
parents: 0
diff changeset
    12
 Sets variable.