dcsan / gitterbot

GitterBot / gitter chatbot with Wiki integration, and more!
https://gitter.im/dcsan/gitterbot
61 stars 83 forks source link

Update and Explain commands conflict or clash #174

Open abhisekp opened 9 years ago

abhisekp commented 9 years ago

While someone is updating the wiki via the update command, the wiki help command i.e. explain command doesn't work due to the way of updating the wiki by removing the .md files first.

rm data/wiki/*
cp data/fcc.wiki/*md data/wiki

In between execution of the above two commands, any calls to the explain command fails without any command event queue to execute it after update.

cc: @dcsan