Merge pull request #106 from the7erm/feature/issue-89

Feature/issue 89
pull/113/head
Sean Fitzgerald 2016-06-06 23:29:59 -07:00
commit 414b7127e8
2 changed files with 7 additions and 2 deletions

View File

@ -38,7 +38,7 @@ class WelcomeSkill(MycroftSkill):
self.register_intent(welcome_intent, self.handle_welcome_intent)
def handle_welcome_intent(self, message):
self.speak_dialog('Welcome')
self.speak_dialog("Welcome")
def stop(self):
pass

View File

@ -1 +1,6 @@
You're welcome.
Any time.
Glad to be of service.
Glad to help.
My Pleasure.
No problem.
You're welcome.