From fc443254a34e053bacd4fb5a7b0d3ef6ee6bc2ac Mon Sep 17 00:00:00 2001 From: NRK Date: Fri, 7 May 2021 16:31:20 +0600 Subject: [PATCH] add comment saying encryption does nothing --- sxbm | 1 + 1 file changed, 1 insertion(+) diff --git a/sxbm b/sxbm index e77c33f..6299b8d 100755 --- a/sxbm +++ b/sxbm @@ -28,6 +28,7 @@ COL_TITLE="\033[0;33m" # Yellow COL_LINE_NUM="\033[1;34m" # Blue # 1 to enable encryption, 0 to disable it +# This currently does nothing, since the feature isn't implemented yet. ENCRYPTION="0"