Sorry, this ended up being bigger than I meant for it to be 😅
In this PR:
cleaned up the repo layout (mostly moved templates around).
updated the installation instructions for OCP4 (mostly having to do with redis).
updated rocketchat url to chat.developer.
upgraded version of hubot and hubot-rocketchat (plus relevant dependencies).
changed scripts from coffeescript to javascript (a requirement of the version update).
added a health check.
fixed reminder functionality so that the reminder is posted in the same channel in which it was requested.
fixed reminder bug where it would sometimes remind the wrong person if you created a reminder for someone else.
now answers incorrect syntax with an error message.
adds empty script to run when someone joins/leaves a room (otherwise it would think that this was incorrect syntax and would take the person leaving, which pulled them back into the room)
Sorry, this ended up being bigger than I meant for it to be 😅
In this PR: