lita-jarvis 0.1.1 → 0.1.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/lib/lita/handlers/jarvis.rb +3 -3
- data/lita-jarvis.gemspec +1 -1
- metadata +1 -1
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 8d9d6bf2e2b0cc42233bf8598f8b1c02d40d7a3c
|
4
|
+
data.tar.gz: 78bd929a230706ecb610c4abfaec7991ecb28157
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: b69adb2c7c1d357d045988e438482b1564f2ce6627b271f3fb884f1d50adb9f9606bea44bd88b4f0b93832badb0d62a4943c59f0185060d8db4fa536ef6fc96e
|
7
|
+
data.tar.gz: 0a9ab8016396ce599c00c0383f54d8e3e522c04eb9f5529b30fa510019320e47bad0f8b05e3d65300f203a440f603ca3009b0b44ea1c48d9d6d601f7c5657aec
|
data/lib/lita/handlers/jarvis.rb
CHANGED
@@ -39,10 +39,10 @@ module Lita
|
|
39
39
|
|
40
40
|
def format_reply(message:)
|
41
41
|
name = message.user
|
42
|
-
messages = ["As always,
|
42
|
+
messages = ["As always, #{name}, a great pleasure watching you work.",
|
43
43
|
"I've taken the liberty of preparing a help function for you.",
|
44
|
-
"I'm afraid I don't understand your request
|
45
|
-
"I'm not currently programmed to do that
|
44
|
+
"I'm afraid I don't understand your request #{name}",
|
45
|
+
"I'm not currently programmed to do that #{name}",
|
46
46
|
"That command failed. Perhaps I will run a self diagnostic",
|
47
47
|
"I feel this may be a cliche, but 'Does not compute'"]
|
48
48
|
messages.sample
|
data/lita-jarvis.gemspec
CHANGED