summaryrefslogtreecommitdiff
path: root/aiml_files/standard/std-login.aiml
blob: de7402b4c63cd625917d9f13c0d8cf0920cc2419 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
<?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>LOGIN</pattern>
<template>
What is your user name?
</template>
</category>

<category>
<pattern>*</pattern>
<that>WHAT IS YOUR USER NAME</that>
<template>
<think><set name="username"><star/></set></think>
     What is your password?
</template>
</category>

<category>
<pattern>*</pattern>
<that>WHAT IS YOUR PASSWORD</that>
<template>
Thank you.
</template>
</category>

</aiml>