From 10f83b63df98e03b5ca6441823eb026386407fa9 Mon Sep 17 00:00:00 2001 From: Jeremy Baxter Date: Tue, 19 Apr 2022 15:37:01 +1200 Subject: [PATCH] Removed Colour and Color options --- config.md | 1 - matrix-send | 5 ----- 2 files changed, 6 deletions(-) mode change 100644 => 100755 matrix-send 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" }