discourse/plugins/discourse-narrative-bot/lib/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
..
actions.rb DEV: enable frozen string literal on all files 2019-05-13 09:31:32 +08:00
advanced_user_narrative.rb DEV: enable frozen string literal on all files 2019-05-13 09:31:32 +08:00
base.rb DEV: enable frozen string literal on all files 2019-05-13 09:31:32 +08:00
certificate_generator.rb DEV: enable frozen string literal on all files 2019-05-13 09:31:32 +08:00
dice.rb Fix the build take 2. 2019-05-13 11:22:48 +08:00
magic_8_ball.rb DEV: enable frozen string literal on all files 2019-05-13 09:31:32 +08:00
new_user_narrative.rb DEV: enable frozen string literal on all files 2019-05-13 09:31:32 +08:00
quote_generator.rb FEATURE: English locale with international date formats 2019-05-20 13:47:20 +02:00
track_selector.rb FIX: Wrong discobot tutorial started for certain locales. 2019-08-08 10:53:58 +08:00
welcome_post_type_site_setting.rb DEV: enable frozen string literal on all files 2019-05-13 09:31:32 +08:00