Skip to content

Commit

Permalink
Add some aliases.
Browse files Browse the repository at this point in the history
  • Loading branch information
Raynes committed Aug 19, 2012
1 parent b5850ff commit c821918
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/lazybot/plugins/clojuredocs.clj
Expand Up @@ -6,7 +6,7 @@
(defplugin
(:cmd
"Search clojuredocs for something."
#{"cd"}
#{"search-cdocs" "cdocs-search" "cd-search"}
(fn [{:keys [args] :as com-m}]
(send-message
com-m
Expand All @@ -17,7 +17,7 @@

(:cmd
"Find an example usage of something on clojuredocs."
#{"examples"}
#{"examples" "cdocs-examples"}
(fn [{:keys [args] :as com-m}]
(send-message
com-m
Expand Down

0 comments on commit c821918

Please sign in to comment.