minor fixes and improvements
[distro-setup] / brc2
diff --git a/brc2 b/brc2
index 0e9736e516d25645623943e642a64cc8b1f701f8..9af6424dd2256faecb4d5ce1911994c4e554d7be 100644 (file)
--- a/brc2
+++ b/brc2
@@ -1181,7 +1181,7 @@ mygajim() {
   now=$(date +%s)
   sqlite3 -separator ' ' /p/c/subdir_files/.local/share/gajim/logs.db "select time, message from logs where contact_name = 'iank' and jid_id = 17;" | while read -r time l; do
     case $time in
-      ${now:0:3}*) : ;;
+      16*) : ;;
       *) continue ;;
     esac
     if ! time_pretty=$(date +%F.%R -d @$time); then