forked from hastagAB/Awesome-Python-Scripts
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathai.aiml
36 lines (31 loc) · 736 Bytes
/
ai.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
<aiml version="1.0.1" encoding="UTF-8">
<!-- load.aiml -->
<category>
<pattern>YANE</pattern>
<template>
Ya, kake!
</template>
</category>
<category>
<pattern>WAYE *</pattern>
<template>
<random>
<li>Ni sakagone!</li>
<li>sauri 1000GHZ!</li>
<li>Kwakwalwa 1000PTB!</li>
</random>
</template>
</category>
<category>
<pattern>GASKIYANE *</pattern>
<template>
Kaima kayi daidai! :)
</template>
</category>
<category>
<pattern>YATO *</pattern>
<template>
Komai lafiya
</template>
</category>
</aiml>