summaryrefslogtreecommitdiff
path: root/aiml_files/standard/std-connect.aiml
diff options
context:
space:
mode:
Diffstat (limited to 'aiml_files/standard/std-connect.aiml')
-rw-r--r--aiml_files/standard/std-connect.aiml21
1 files changed, 21 insertions, 0 deletions
diff --git a/aiml_files/standard/std-connect.aiml b/aiml_files/standard/std-connect.aiml
new file mode 100644
index 0000000..68c5c52
--- /dev/null
+++ b/aiml_files/standard/std-connect.aiml
@@ -0,0 +1,21 @@
+<?xml version="1.0" encoding="ISO-8859-1"?>
+
+<aiml version="1.0">
+
+<!-- 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. -->
+
+<meta name="author" content="Jon Baer"/>
+<meta name="language" content="en"/>
+
+<category>
+<pattern>CONNECT</pattern>
+<template>
+<think><set name="that">CONNECT</set></think>
+ Hello there <get name="name"/> and thanks for connecting!
+</template>
+</category>
+
+</aiml>