Fork me on GitHub
#slack-help
<
2017-03-12
>
seancorfield01:03:10

You’re more likely to get a response if you ask a specific question, rather than “Anyone here?” — lots of people are always here but won’t want to clog the channel with “Yes!”, “I’m here!” etc. If you need help with Slack, just ask a question about it.

paulocuneo22:03:26

what can clojurebot do? how can i use it?

seancorfield23:03:16

@paulocuneo It can evaluate code for you. I believe you start lines with a comma , if you want it to evaluate an expression.

seancorfield23:03:13

Hmm, I don't see @clojurebot here as a user tho'... so maybe it's offline...

paulocuneo23:03:45

just by writting ,sexp it will work?

seancorfield23:03:16

Oh, I see, it's an app... it probably only listens to certain channels... let me look up the integration and see how it's hooked in...

seancorfield23:03:43

Ah, looks like it's triggered by /clj instead...

seancorfield23:03:08

I typed /clj (clojure-version)

seancorfield23:03:02

You'll likely do better to have a REPL open on you machine and experiment in there tho' 🙂