-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathsetter.aiml
42 lines (31 loc) · 1.31 KB
/
setter.aiml
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
38
39
40
41
42
<?xml version="1.0" encoding="ISO-8859-1"?>
<aiml>
<category>
<pattern>SET NAME TO *</pattern>
<template>Setting name to <set name="name"><star/></set></template>
</category>
<category>
<pattern>SET FATHER NAME TO *</pattern>
<template>Setting father's name to <set name="fname"><star/></set></template>
</category>
<category>
<pattern>SET MOTHER NAME TO *</pattern>
<template>Setting mother's name to <set name="mom"><star/></set></template>
</category>
<category>
<pattern>SET DAD NAME TO *</pattern>
<template>Setting dad's name to <set name="fname"><star/></set></template>
</category>
<category>
<pattern>SET MOM NAME TO *</pattern>
<template>Setting mom's name to <set name="mom"><star/></set></template>
</category>
<category>
<pattern>SET EMERGENCY CONTACT TO *</pattern>
<template>Setting emergency contact to <set name="emcon"><star/></set></template>
</category>
<category>
<pattern>SET GUARDIAN NAME TO *</pattern>
<template>Setting guardian's name to <set name="guardian"><star/></set></template>
</category>
</aiml>