1
0
Fork 0
mirror of https://github.com/notwa/rc synced 2024-09-19 14:44:05 -07:00

don't escape . for discord

This commit is contained in:
Connor Olding 2024-07-09 22:42:31 -07:00
parent 16f38ef1e4
commit 971c6457b6

View file

@ -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"