blob: 68c5c524a3103b16ea6a90bb9bac6cbe4bc7682f (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
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>
|