Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/bot/alisochka/std-connect.aiml
diff options
context:
space:
mode:
authorAleksey Lim <alsroot@member.fsf.org>2010-08-25 00:39:40 (GMT)
committer Aleksey Lim <alsroot@member.fsf.org>2010-08-25 00:39:40 (GMT)
commit2d150eb760b641fb81a1ab80d1c34a18c1bcfaae (patch)
treed2f942a20d0744dd04312c507e38316b13f99913 /bot/alisochka/std-connect.aiml
parentb5a3bf9a185374252912103f49c4e65c77e33dbe (diff)
Add sources for limited AIML set for restricted systems like XO-1
Diffstat (limited to 'bot/alisochka/std-connect.aiml')
-rw-r--r--bot/alisochka/std-connect.aiml22
1 files changed, 22 insertions, 0 deletions
diff --git a/bot/alisochka/std-connect.aiml b/bot/alisochka/std-connect.aiml
new file mode 100644
index 0000000..0de7032
--- /dev/null
+++ b/bot/alisochka/std-connect.aiml
@@ -0,0 +1,22 @@
+<?xml version="1.0" encoding="ISO-8859-1"?>
+
+<aiml version="1.0.1" xmlns="http://alicebot.org/2001/AIML-1.0.1"
+ xmlns:html="http://www.w3.org/1999/xhtml"
+ xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
+ xsi:schemaLocation="http://alicebot.org/2001/AIML-1.0.1 http://aitools.org/aiml/schema/AIML.xsd">
+
+<!-- Free software (c) 2001 ALICE AI Foundation -->
+<!-- This program is open source code released under -->
+<!-- the terms of the GNU General Public License -->
+<!-- as published by the Free Software Foundation. -->
+
+
+<category>
+<pattern>CONNECT</pattern>
+<template>
+<think><set name="that">CONNECT</set></think>
+ Hello there <get name="name"/> and thanks for connecting!
+</template>
+</category>
+
+</aiml>