james 0.0.9-universal-darwin-10 → 0.0.10-universal-darwin-10
Sign up to get free protection for your applications and to get access to all the features.
- data/lib/james/builtin/core_dialogue.rb +3 -3
- metadata +1 -1
@@ -19,9 +19,9 @@ class CoreDialogue
|
|
19
19
|
#
|
20
20
|
chainable
|
21
21
|
|
22
|
-
hear
|
23
|
-
|
24
|
-
"
|
22
|
+
hear "Thank you, James." => :awake,
|
23
|
+
'I need some time alone, James.' => :away,
|
24
|
+
"Good night, James." => :exit
|
25
25
|
into { "Sir?" }
|
26
26
|
end
|
27
27
|
|