diff options
author | Jesus <heckyel@riseup.net> | 2023-07-22 10:51:26 -0500 |
---|---|---|
committer | Jesus <heckyel@riseup.net> | 2023-07-22 10:51:26 -0500 |
commit | f6d3da198811f3c9af3234c35cb4922c10248780 (patch) | |
tree | 8a2a52a06d085931da8559813d22026824c083d5 /lib | |
parent | eb0d6b7281f666221da66e6e4c41f7a83a04e8a9 (diff) | |
download | hyperbot-f6d3da198811f3c9af3234c35cb4922c10248780.tar.lz hyperbot-f6d3da198811f3c9af3234c35cb4922c10248780.tar.xz hyperbot-f6d3da198811f3c9af3234c35cb4922c10248780.zip |
Remove blank spaces
Diffstat (limited to 'lib')
-rw-r--r-- | lib/main.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/main.sh b/lib/main.sh index 50040d6..7b421f8 100644 --- a/lib/main.sh +++ b/lib/main.sh @@ -550,7 +550,7 @@ while true; do then yepyep=0 fi - + if (( yepyep )) then if (( $(wc -l "announcements/people/${personoslashlower}/messages" | cut -d ' ' -f 1) > 1 )) |