We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
hubot just listen is not working because just_listening is not defined. Just add "just_listening = false" and it is working.
npm package has a different ector.coffee without hubot just listen btw.
previousResponseNodes = null quiet = false just_listening = false speakReplies = [ 'Thanks.', 'OK', 'As you will.', 'Glad to be here again :)', ':)', 'Thank you.']
The text was updated successfully, but these errors were encountered:
Thanks for letting me know... Let me some time before I fix that.
Sorry, something went wrong.
No branches or pull requests
hubot just listen is not working because just_listening is not defined.
Just add "just_listening = false" and it is working.
npm package has a different ector.coffee without hubot just listen btw.
previousResponseNodes = null
quiet = false
just_listening = false
speakReplies =
[ 'Thanks.', 'OK', 'As you will.', 'Glad to be here again :)', ':)', 'Thank you.']
The text was updated successfully, but these errors were encountered: