Created
December 16, 2015 22:11
-
-
Save jamtur01/92f1a6b018480f6fef0a to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
(def hc (hipchat {:server "..." | |
:room 12345 | |
:token "..." | |
:notify 0})) | |
(streams | |
(where (...) | |
hc)) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment