Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/bot/alice/H.aiml
diff options
context:
space:
mode:
authorRafael Ortiz <rafael@activitycentral.com>2012-12-03 05:47:23 (GMT)
committer Rafael Ortiz <rafael@activitycentral.com>2012-12-03 05:47:23 (GMT)
commit7d049eedb6f9f7ea313578173c366869e532b984 (patch)
treee7747a0b38127255c6b774dab196c8314589d1a7 /bot/alice/H.aiml
parentd0ba388ef032e348b082a69f90e0a0deb7460eda (diff)
saying age in human years (fadanesse@activitycentral.com)
Diffstat (limited to 'bot/alice/H.aiml')
-rw-r--r--bot/alice/H.aiml11
1 files changed, 6 insertions, 5 deletions
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>