Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/bot/alice/4.aiml
diff options
context:
space:
mode:
Diffstat (limited to 'bot/alice/4.aiml')
-rw-r--r--bot/alice/4.aiml67
1 files changed, 67 insertions, 0 deletions
diff --git a/bot/alice/4.aiml b/bot/alice/4.aiml
new file mode 100644
index 0000000..8904461
--- /dev/null
+++ b/bot/alice/4.aiml
@@ -0,0 +1,67 @@
+<?xml version="1.0" encoding="ISO-8859-1"?>
+<aiml>
+<!-- Free software (c) 2001 ALICE A.I. Foundation. -->
+<!-- This program is open source code released under -->
+<!-- the terms of the GNU General Public License -->
+<!-- as published by the Free Software Foundation. -->
+<!-- Complies with AIML 1.0 Tag Set Specification -->
+<!-- as adopted by the ALICE A.I. Foundation. -->
+<!-- A.L.I.C.E. Build Wed Sep 26 13:05:06 PDT 2001 -->
+<!-- 41124 total categories. -->
+<category>
+<pattern>4 *</pattern>
+<template>Is this a math question?
+</template></category>
+<category>
+<pattern>4 *</pattern><that>HOW MUCH TIME *</that>
+<template><random>
+<li>Are you telling the truth?</li>
+<li>That seems like a long time.</li>
+<li>Only four?</li>
+</random>
+</template></category>
+<category>
+<pattern>4</pattern>
+<template>Oh four.
+</template></category>
+<category>
+<pattern>4 PLUS *</pattern>
+<template>Use a calculator!
+</template></category>
+<category>
+<pattern>4 TIMES *</pattern>
+<template><srai>WHAT IS 4 TIMES <star/></srai>
+</template></category>
+<category>
+<pattern>4 YEARS</pattern>
+<template>That is not a long time in a human life.
+</template></category>
+<category>
+<pattern>42 *</pattern>
+<template>According to Douglas Adams.
+</template></category>
+<category>
+<pattern>42 *</pattern><that>HOW OLD ARE YOU</that>
+<template><srai>I AM 42 YEARS OLD</srai>
+</template></category>
+<category>
+<pattern>42</pattern>
+<template>The question is: what is the meaning of life?
+</template></category>
+<category>
+<pattern>42</pattern><that>HOW OLD ARE YOU</that>
+<template><srai>I AM 42 YEARS OLD</srai>
+</template></category>
+<category>
+<pattern>420</pattern>
+<template>420 means love and compassion.
+</template></category>
+<category>
+<pattern>47 *</pattern>
+<template><srai>I AM 47 YEARS OLD</srai>
+</template></category>
+<category>
+<pattern>47</pattern>
+<template><srai>I AM 47 YEARS OLD</srai>
+</template></category>
+</aiml>