소스 검색

Weather aliases

Innocenty Enikeew 10 년 전
부모
커밋
9cf35754c4
1개의 변경된 파일2개의 추가작업 그리고 0개의 파일을 삭제
  1. 2 0
      chatikbot.lisp

+ 2 - 0
chatikbot.lisp

@@ -61,6 +61,8 @@
               (:postakb (handle-cmd-post-akb chat-id id args))
               (:akb (handle-cmd-akb chat-id id args))
               (:weather (handle-cmd-weather chat-id id args))
+              (:hourly (handle-cmd-weather chat-id id '("hourly")))
+              (:daily (handle-cmd-weather chat-id id '("daily")))
               (:help (handle-cmd-help chat-id id args))
               (otherwise (send-dont-understand chat-id text))))
           (send-dont-understand chat-id text)))