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:
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>