# Discobot not skipping tutorial?

**URL:** https://meta.discourse.org/t/discobot-not-skipping-tutorial/68498
**Category:** Bug
**Created:** [8월 21, 2017, 9:06오후 UTC](https://meta.discourse.org/t/discobot-not-skipping-tutorial/68498 "2017-08-21T21:06:49Z")
**Posts on this page:** 5
**Page:** 1

<div class="post-metadata">

### Author: ![sunnyt7](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/sunnyt7/32/71920_2.png) [@sunnyt7](https://meta.discourse.org/u/sunnyt7)
#### Post date: [8월 21, 2017, 9:06오후 UTC](https://meta.discourse.org/t/discobot-not-skipping-tutorial/68498/1 "2017-08-21T21:06:49Z")

</div>

Got this feedback from a user today:

 ![image](https://global.discourse-cdn.com/meta/original/3X/7/e/7efd622c7002e3a74ac4f5591a5556d2a8590ffe.png)

I’m running on v1.9.0.beta5 +123. My apologies if it has been updated since then!

---

<div class="post-metadata">

### Author: ![Osama](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/osama/32/98013_2.png) [@Osama](https://meta.discourse.org/u/Osama)
#### Post date: [8월 21, 2017, 10:07오후 UTC](https://meta.discourse.org/t/discobot-not-skipping-tutorial/68498/2 "2017-08-21T22:07:23Z")

</div>

Perhaps ‘Skip’ has to be all lowercase?

---

<div class="post-metadata">

### Author: ![codinghorror](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/codinghorror/32/110067_2.png) [@codinghorror](https://meta.discourse.org/u/codinghorror)
#### Post date: [8월 21, 2017, 10:24오후 UTC](https://meta.discourse.org/t/discobot-not-skipping-tutorial/68498/3 "2017-08-21T22:24:58Z")

</div>

Oh man I bet that’s it, how embarrassing @tgxworld can you have a quick look.

---

<div class="post-metadata">

### Author: ![tgxworld](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/tgxworld/32/106117_2.png) [@tgxworld](https://meta.discourse.org/u/tgxworld)
#### Post date: [8월 21, 2017, 10:47오후 UTC](https://meta.discourse.org/t/discobot-not-skipping-tutorial/68498/4 "2017-08-21T22:47:36Z")

</div>

Fixed in

[https://github.com/discourse/discourse/commit/950fa9e3a8e42d20d4fab6abf17be270be406dd2](https://github.com/discourse/discourse/commit/950fa9e3a8e42d20d4fab6abf17be270be406dd2)

Looks like I missed a spot where `@discobot SkIP` was doing a case insensitive match but not for the case of `SkIp` on its own.

Thanks for reporting @sunnyt7

---

<div class="post-metadata">

### Author: ![tgxworld](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/tgxworld/32/106117_2.png) [@tgxworld](https://meta.discourse.org/u/tgxworld)
#### Post date: [8월 21, 2017, 10:47오후 UTC](https://meta.discourse.org/t/discobot-not-skipping-tutorial/68498/5 "2017-08-21T22:47:52Z")

</div>


