@@ -11,6 +11,52 @@ If you are not familiar with Slack bots or Slack API concepts, you might want to
11
11
12
12
![ ] ( slack.png )
13
13
14
+ # Table of Contents
15
+
16
+ - [ Useful to Me?] ( #useful-to-me )
17
+ - [ Stable Release] ( #stable-release )
18
+ - [ Usage] ( #usage )
19
+ - [ A Minimal Bot] ( #a-minimal-bot )
20
+ - [ Gemfile] ( #gemfile )
21
+ - [ pongbot.rb] ( #pongbotrb )
22
+ - [ A Production Bot] ( #a-production-bot )
23
+ - [ More Involved Examples] ( #more-involved-examples )
24
+ - [ Commands and Operators] ( #commands-and-operators )
25
+ - [ Threaded Messages] ( #threaded-messages )
26
+ - [ Bot Aliases] ( #bot-aliases )
27
+ - [ Generic Routing] ( #generic-routing )
28
+ - [ Matching text in message attachments] ( #matching-text-in-message-attachments )
29
+ - [ Providing description for your bot and commands] ( #providing-description-for-your-bot-and-commands )
30
+ - [ Customize your command help output] ( #customize-your-command-help-output )
31
+ - [ SlackRubyBot::Commands::Base] ( #slackrubybotcommandsbase )
32
+ - [ Authorization] ( #authorization )
33
+ - [ Built-In Commands] ( #built-in-commands )
34
+ - [[ bot name]] ( #bot-name )
35
+ - [[ bot name] hi] ( #bot-name-hi )
36
+ - [[ bot name] help] ( #bot-name-help )
37
+ - [ Hooks] ( #hooks )
38
+ - [ Implementing and registering a Hook Handler] ( #implementing-and-registering-a-hook-handler )
39
+ - [ Hooks registration on SlackRubyBot::Server initialization] ( #hooks-registration-on-slackrubybotserver-initialization )
40
+ - [ Hooks registration on a SlackRubyBot::Server instance] ( #hooks-registration-on-a-slackrubybotserver-instance )
41
+ - [ Hooks registration on SlackRubyBot::Server class] ( #hooks-registration-on-slackrubybotserver-class )
42
+ - [ Deprecated hook registration] ( #deprecated-hook-registration )
43
+ - [ Bot Message Protection] ( #bot-message-protection )
44
+ - [ Message Loop Protection] ( #message-loop-protection )
45
+ - [ Logging] ( #logging )
46
+ - [ Advanced Integration] ( #advanced-integration )
47
+ - [ Proxy Configuration] ( #proxy-configuration )
48
+ - [ Model-View-Controller Design] ( #model-view-controller-design )
49
+ - [ Controller] ( #controller )
50
+ - [ Model] ( #model )
51
+ - [ View] ( #view )
52
+ - [ Testing] ( #testing )
53
+ - [ RSpec Shared Behaviors] ( #rspec-shared-behaviors )
54
+ - [ Testing Lower Level Messages] ( #testing-lower-level-messages )
55
+ - [ Useful Libraries] ( #useful-libraries )
56
+ - [ Contributing] ( #contributing )
57
+ - [ Upgrading] ( #upgrading )
58
+ - [ Copyright and License] ( #copyright-and-license )
59
+
14
60
## Useful to Me?
15
61
16
62
* If you are just trying to send messages to Slack, use [ slack-ruby-client] ( https://github.com/slack-ruby/slack-ruby-client ) , which this library is built on top of.
0 commit comments