浏览代码

Use bot's name in load message

Innocenty Enikeew 9 年之前
父节点
当前提交
94dd08e041
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      chatikbot.lisp

+ 1 - 1
chatikbot.lisp

@@ -108,4 +108,4 @@
   ;; Notify admins
   (dolist (admin *admins*)
     (ignore-errors
-      (telegram-send-message admin (format nil "chatikbot started at ~A" (format-ts (local-time:now)))))))
+      (telegram-send-message admin (format nil "~A started at ~A" *bot-name* (format-ts (local-time:now)))))))