dcsan / gitterbot

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

remove 'topics' from the bot help #116

Open dcsan opened 9 years ago

dcsan commented 9 years ago

image

we don't have a topics command right now cos it was getting too large. please remove from the help.

we could add a wiki page called topics and then

wiki topics

would be like a main page.

oab00 commented 9 years ago

topics command is actually still there in BotCommands.js https://github.com/dcsan/gitterbot/blob/master/nap/lib/bot/BotCommands.js#L216

and it crashes the bot because KBase.topicNameList is undefined and slice() is called on it