discourse/plugins/discourse-narrative-bot
Guo Xiang Tan 636b6c3a5a FIX: Wrong discobot tutorial started for certain locales.
If a locale has triggers that start with the same word, our regexp will
always end up matching the first trigger. For example,

`start tutorial` and `start tutorial advanced`

To support the change, we have to make the match on triggers more
restrictive. `@discobot quote here` will no longer work like `@discobot
quote`.
2019-08-08 10:53:58 +08:00
..
assets/javascripts/initializers DEV: s/this._super()/this._super(...arguments) (#6908) 2019-01-19 10:05:51 +01:00
autoload/jobs DEV: enable frozen string literal on all files 2019-05-13 09:31:32 +08:00
config Clarify how to start a tutorial 2019-07-30 21:10:22 +08:00
db/fixtures DEV: enable frozen string literal on all files 2019-05-13 09:31:32 +08:00
lib/discourse_narrative_bot FIX: Wrong discobot tutorial started for certain locales. 2019-08-08 10:53:58 +08:00
public/images remove mistakenly checked file 2017-10-20 07:07:51 -07:00
spec FIX: Wrong discobot tutorial started for certain locales. 2019-08-08 10:53:58 +08:00
plugin.rb DEV: enable frozen string literal on all files 2019-05-13 09:31:32 +08:00