Skip to content
This repository has been archived by the owner on Apr 20, 2018. It is now read-only.

Commit

Permalink
Added a new core command - ping. Bumped version to 1.2.4
Browse files Browse the repository at this point in the history
  • Loading branch information
Chauncey committed Jun 20, 2013
1 parent 5bc0ee0 commit eadd4f2
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
2 changes: 1 addition & 1 deletion project.clj
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
(defproject com.rallydev/jarvis-core "1.2.3"
(defproject com.rallydev/jarvis-core "1.2.4"
:description "A robot for FlowDock"
:url "http://github.com/RallySoftware/jarvis-core"
:license {:name "The MIT License (MIT)"
Expand Down
8 changes: 8 additions & 0 deletions src/main/clojure/jarvis/plugins/ping.clj
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
(ns jarvis.plugins.flows)

(defn ^{:description "ping - I will respond if I am available."
:command "ping"
:author "Jonathan Chauncey"
:plugin true}
ping [message]
"Yes sir?")

0 comments on commit eadd4f2

Please sign in to comment.