diff --git a/config.md b/config.md index 1411f4a..b848b35 100644 --- a/config.md +++ b/config.md @@ -19,5 +19,4 @@ Options you can modify with an argument. Options that say one thing and nothing else. You can't change these. -* `Colour`/`Color`: Use colour * `NoCache`: Don't cache access tokens diff --git a/matrix-send b/matrix-send old mode 100644 new mode 100755 index 1edf513..0ac9158 --- a/matrix-send +++ b/matrix-send @@ -58,11 +58,6 @@ CacheLocation () { #### Configuration Statements #### ################################## -Colour () { - colour="true" -} -alias Color="Colour" - NoCache () { nocache="true" }