Removed Colour and Color options

This commit is contained in:
Jeremy Baxter 2022-04-19 15:37:01 +12:00
parent 94027d3e7d
commit 4815d41791
2 changed files with 0 additions and 6 deletions

View file

@ -19,5 +19,4 @@ Options you can modify with an argument.
Options that say one thing and nothing else. You can't change these. Options that say one thing and nothing else. You can't change these.
* `Colour`/`Color`: Use colour
* `NoCache`: Don't cache access tokens * `NoCache`: Don't cache access tokens

5
matrix-send Normal file → Executable file
View file

@ -58,11 +58,6 @@ CacheLocation () {
#### Configuration Statements #### #### Configuration Statements ####
################################## ##################################
Colour () {
colour="true"
}
alias Color="Colour"
NoCache () { NoCache () {
nocache="true" nocache="true"
} }