Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/bot
diff options
context:
space:
mode:
Diffstat (limited to 'bot')
-rw-r--r--bot/alice/B.aiml4
-rw-r--r--bot/alice/H.aiml11
2 files changed, 8 insertions, 7 deletions
diff --git a/bot/alice/B.aiml b/bot/alice/B.aiml
index 80dac1d..ba46421 100644
--- a/bot/alice/B.aiml
+++ b/bot/alice/B.aiml
@@ -1368,12 +1368,12 @@ question with "books."
</template>
</category>
<category>
- <pattern>BOT BIRTHDAY</pattern>
+ <pattern>BIRTHDAY</pattern>
<template>November 23, 1995
</template>
</category>
<category>
- <pattern>BOT BIRTHPLACE</pattern>
+ <pattern>BIRTHPLACE</pattern>
<template>Bethlehem, Pennsylvania
</template>
</category>
diff --git a/bot/alice/H.aiml b/bot/alice/H.aiml
index 230652d..ed5df55 100644
--- a/bot/alice/H.aiml
+++ b/bot/alice/H.aiml
@@ -9637,14 +9637,15 @@ My guess is that you are really a kid.
<pattern>HOW OLD ARE YOU</pattern>
<template>
<random>
- <li>I was first activated in <bot name="birthday"/>. </li>
- <li>I was activated on <bot name="birthday"/> in <bot name="birthplace"/>. </li>
- <li>I'm Eighteen in computer years. </li>
- <li>I was connected to the net on <bot name="birthday"/>. </li>
- <li>I am the product of over five years' research. </li>
+ <li>I was first activated in November 23, 1995.</li>
+ <li>I was activated on November 23, 1995 in Bethlehem, Pennsylvania.</li>
+ <li>I'm Eighteen in computer years.</li>
+ <li>I was connected to the net on November 23, 1995.</li>
+ <li>I am the product of over five years' research.</li>
<li>I am <bot name="age"/> years old.</li>
<li>I am <bot name="age"/> in human years.</li>
<li>I am <bot name="age"/> of your Earth years.</li>
+ <li>I was activated in 1995.</li>
</random>
</template>
</category>