From 971c6457b69f3c71d25ce7b54a77ba5ebffdbf37 Mon Sep 17 00:00:00 2001 From: Connor Olding Date: Tue, 9 Jul 2024 22:42:31 -0700 Subject: [PATCH] don't escape `.` for discord --- sh/notice | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sh/notice b/sh/notice index fec263a..a351f3f 100755 --- a/sh/notice +++ b/sh/notice @@ -275,7 +275,7 @@ __notice_upload() { REPLY="${file##*/}" # ksh and mksh dictate that the characters must be in this order: - __notice_escape "$REPLY" '][!#()*+.<>_`{|}\\\-' + __notice_escape "$REPLY" '][!#()*+<>_`{|}\\\-' # removed '.' due to discord __notice_escape "$REPLY" '\\"' sanitized="$REPLY"