silentrob / superscript-editor

NOT MAINTAINED - A Editor for authoring chatbots with SuperScript
MIT License
27 stars 16 forks source link

System topics load randomly #19

Closed mariusursache closed 9 years ago

mariusursache commented 9 years ago

From #14:

Created a system topic, but the bot jumped into it from 'random' topic. I thought that system topics were called only specifically.

This is a bug and you are right. System topics should be unreachable.

silentrob commented 9 years ago

Interesting. I was not able to reproduce this.

  1. Created a system topic with one gambit.
  2. Tested the gambit from the gambit test interface (Matched)
  3. Tested the gambit from the topic test interface. (Matched)
  4. Tested from the chat interface. (No Match)
  5. Test random gambit - in random topic. (Matched)
  6. Added ^resond(...) function to gambit in random topic and it shows up literal string escaped (BUG)
silentrob commented 9 years ago

Can you verify or provide some step to repo this. Or close it if it is indeed invalid. Thanks!