瀏覽代碼

[core] fix typo.

Innocenty Enikeev 6 年之前
父節點
當前提交
152188f3f5
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      macros.lisp

+ 1 - 1
macros.lisp

@@ -83,7 +83,7 @@
              (error (e)
                (log:error "~A" e)
                (bot-send-message (format nil "Ошибочка вышла~@[: ~A~]"
-                                         (when (is-admin*) e))
+                                         (when (is-admin) e))
                                  :chat-id (or *source-chat-id* *from-id*))))))
        (when ,prio (setf (get ',name :prio) ,prio))
        (add-hook :update-callback-query ',name))))