mirror of https://github.com/sgoudham/Enso-Bot.git
You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
22 lines
555 B
Plaintext
22 lines
555 B
Plaintext
5 years ago
|
<?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>
|