Remove .newmessage when read. Reported by 20h. - dotg - Day Of The GrParazyd | |
git clone git://bitreich.org/dotg git://enlrupgkhuxnvlhsf6lc3fziv5h2hhfrinws65d… | |
Log | |
Files | |
Refs | |
Tags | |
--- | |
commit e4c9bc80f6512e2b8d4a52198268e6a1611150c1 | |
parent 323f87b66ebc4b0ec5dd420b3462b2f210f79c90 | |
Author: parazyd <[email protected]> | |
Date: Thu, 1 Mar 2018 20:29:30 +0100 | |
Remove .newmessage when read. Reported by 20h. | |
Diffstat: | |
M act-i/Bench.sh | 1 + | |
1 file changed, 1 insertion(+), 0 deletions(-) | |
--- | |
diff --git a/act-i/Bench.sh b/act-i/Bench.sh | |
@@ -21,6 +21,7 @@ specific_bench() { | |
thankful in the cold." | |
printf 1 > "$inventory/$ritem" | |
+ rm -f "$inventory/.newmessage" | |
else | |
_msg "Noone called you. You are alone in this | |
world." |