mirror of
https://github.com/octoleo/telegram-bot-bash.git
synced 2024-11-29 10:43:53 +00:00
fix NN
This commit is contained in:
parent
b123c3dbce
commit
c0bce91937
@ -11,7 +11,7 @@
|
|||||||
# This file is public domain in the USA and all free countries.
|
# This file is public domain in the USA and all free countries.
|
||||||
# Elsewhere, consider it to be WTFPLv2. (wtfpl.net/txt/copying)
|
# Elsewhere, consider it to be WTFPLv2. (wtfpl.net/txt/copying)
|
||||||
#
|
#
|
||||||
#### $$VERSION$$ v1.21-dev-6-gcae6288
|
#### $$VERSION$$ v1.21-dev-7-gb123c3d
|
||||||
#
|
#
|
||||||
# Exit Codes:
|
# Exit Codes:
|
||||||
# - 0 success (hopefully)
|
# - 0 success (hopefully)
|
||||||
@ -42,7 +42,7 @@ if [ -t 1 ] && [ -n "$TERM" ]; then
|
|||||||
ORANGE='\e[35m'
|
ORANGE='\e[35m'
|
||||||
GREY='\e[1;30m'
|
GREY='\e[1;30m'
|
||||||
NC='\e[0m'
|
NC='\e[0m'
|
||||||
NN="${NN}"
|
NN="${NC}\n"
|
||||||
fi
|
fi
|
||||||
|
|
||||||
# telegram uses utf-8 characters, check if we have an utf-8 charset
|
# telegram uses utf-8 characters, check if we have an utf-8 charset
|
||||||
|
Loading…
Reference in New Issue
Block a user