X-Git-Url: https://iankelling.org/git/?a=blobdiff_plain;f=brc2;h=9af6424dd2256faecb4d5ce1911994c4e554d7be;hb=f234193be4019bb40b50d2973632ce2469f4c0af;hp=0e9736e516d25645623943e642a64cc8b1f701f8;hpb=24f19dd46cd7bb1c5bc1a46694a3b4ac928c16e2;p=distro-setup diff --git a/brc2 b/brc2 index 0e9736e..9af6424 100644 --- 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