lita-slack icon indicating copy to clipboard operation
lita-slack copied to clipboard

A Slack adapter for Lita.

Results 44 lita-slack issues
Sort by recently updated
recently updated
newest added

## This is a continuation of the conversation at: https://github.com/josacar/lita-jobs/issues/3 At the moment, any messages larger than MAX_MESSAGE_BYTES are dropped, with an exception raised: https://github.com/kenjij/lita-slack/blob/master/lib/lita/adapters/slack/rtm_connection.rb#L103 It would be preferred in...

Hello, I'm trying out the lita templating functionality using the slack adapter but can't seem to get the URL handling to work. I'm using the following code in my .erb...

#53 refers to a presence_change event, which I'm interested in tracking, as well. Is there a reason that [this block](https://github.com/kenjij/lita-slack/blob/master/lib/lita/adapters/slack/message_handler.rb#L162-L166) couldn't publish the event anyway? If no handler is subscribed...

I am having issues getting this plugin to work and setting the log level to debug is not displaying any information at all ``` [2015-05-12 13:41:33 UTC] WARN: Lita::Handler.default_config is...