Explorar o código

[zsd] don't turn off hook on missing secret

Innocenty Enikeev %!s(int64=8) %!d(string=hai) anos
pai
achega
6e9259635e
Modificáronse 1 ficheiros con 2 adicións e 1 borrados
  1. 2 1
      plugins/zsd.lisp

+ 2 - 1
plugins/zsd.lisp

@@ -103,4 +103,5 @@
               (setf (gethash chat-id *zsd/last-results*) new)))
           (progn
             (log:warn "zsd no token for" chat-id)
-            (lists-set-entry :zsd chat-id nil))))))
+            ;;(lists-set-entry :zsd chat-id nil)
+            )))))