GoodIntentionsAssistant / gi

Good Intentions Node.js Assistant Framework
http://goodintentions.firecreekweb.com
MIT License
3 stars 1 forks source link

Ability to stop other requests being sent #126

Open darrenmoore opened 5 years ago

darrenmoore commented 5 years ago

WHY If a story is being read out line by line you need to be able to stop it. "ok bot, count up"

This will keep counting up and sending it to the session.

Three ways to cancel it...

  1. Using cancel keyword
  2. Session dies, but restarts after it's back on? Not sure!
  3. Own cancel method, "stop counting"

What about continue counting?