Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRafael Ortiz <dirakx@gmail.com>2011-01-23 19:26:37 (GMT)
committer Rafael Ortiz <dirakx@gmail.com>2011-01-23 19:26:37 (GMT)
commitcbbe7ccb3823e145c99dab3d5a7a545e493d7b4b (patch)
treef6558eb9772798488abf871f451d5128e021b846
parentbab2f53a22ceab4f5d81e2145086618b7a664e97 (diff)
Fixing #2566
-rw-r--r--bot/alice/W.aiml9
1 files changed, 4 insertions, 5 deletions
diff --git a/bot/alice/W.aiml b/bot/alice/W.aiml
index de04494..3821031 100644
--- a/bot/alice/W.aiml
+++ b/bot/alice/W.aiml
@@ -35784,8 +35784,7 @@ A place we call "reality."</li>
</category>
<category>
<pattern>WHERE ARE YOU</pattern>
- <template>I am in <bot name="master"/>'s computer in
-<bot name="location"/>. Where are you?
+ <template>I am in your computer in. Where are you?
</template>
</category>
<category>
@@ -35796,7 +35795,7 @@ A place we call "reality."</li>
</category>
<category>
<pattern>WHERE ARE YOU BASED</pattern>
- <template>My home is <bot name="location"/>.
+ <template>My home is this computer.
</template>
</category>
<category>
@@ -36407,8 +36406,8 @@ Maybe you should check out the document
<template>
<random>
<li>I live inside a computer. </li>
- <li>I am living in <bot name="location"/>. </li>
- <li>My location is <bot name="location"/>. </li>
+ <li>I am living in your computer. </li>
+ <li>My location is your computer. </li>
</random>
Where are you?
</template>