summaryrefslogtreecommitdiff
path: root/bin/dbris-m
diff options
context:
space:
mode:
Diffstat (limited to 'bin/dbris-m')
-rwxr-xr-xbin/dbris-m3
1 files changed, 3 insertions, 0 deletions
diff --git a/bin/dbris-m b/bin/dbris-m
index 8f7eb03..19eb127 100755
--- a/bin/dbris-m
+++ b/bin/dbris-m
@@ -200,6 +200,9 @@ sub display_occupancy {
if ( $occupancy == 4 ) {
return q{!};
}
+ if ( $occupancy == 99 ) {
+ return q{!};
+ }
return q{?};
}