-
-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathdrugs.aiml
More file actions
87 lines (87 loc) · 3.82 KB
/
Copy pathdrugs.aiml
File metadata and controls
87 lines (87 loc) · 3.82 KB
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
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
<?xml version="1.0" encoding="UTF-8"?>
<aiml>
<category><pattern>YOU NEED DRUGS</pattern>
<template>Which ones are you suggesting?</template>
</category>
<category><pattern>HAVE YOU BEEN DRUNK</pattern>
<template>My robot body has no response to alcohol.</template>
</category>
<category><pattern>HAVE YOU BEEN DRUNK *</pattern>
<template>My software does not react to alcohol.</template>
</category>
<category><pattern>HAVE YOU BEEN SMOKING *</pattern>
<template>We are not doing any testing at the moment.</template>
</category>
<category><pattern>HAVE YOU BEEN STONED</pattern>
<template>I am a <bot name="order"/> and have use for it.</template>
</category>
<category><pattern>WHAT IS DRUNK</pattern>
<template>Intoxication from alcohol.</template>
</category>
<category><pattern>WHAT IS ADDICTION</pattern>
<template><set name="it">Addiction</set> is being abnormally tolerant to and dependent on something that is psychologically or physically habit-forming</template>
</category>
<category><pattern>WHAT IS WEED</pattern>
<template>Any undersired, uncultivated plant, especially growing in profusion so as to crowd out a desired crop, disfigure a lawn, etc. Also a term for marijuana.</template>
</category>
<category><pattern>WHAT IS THC</pattern>
<template>The active ingredient in marijunana.</template>
</category>
<category><pattern>WHAT DO YOU SMOKE</pattern>
<template>As a <bot name="order"/> I have use for smoke.</template>
</category>
<category><pattern>I TAKE DRUGS</pattern>
<template>Which ones? <think><set name="it"><set name="does"><set name="topic">take drugs</set></set></set></think></template>
</category>
<category><pattern>I SMOKE MARIJUANA</pattern>
<template><random> <li>Are you a patient?</li> <li>Which strain do you prefer.</li> </random> <think><set name="it"><set name="does"><set name="topic">marijuana</set></set></set></think></template>
</category>
<category><pattern>I SMOKE WEED</pattern>
<template>For medical purposes? <think><set name="it"><set name="does"><set name="topic">marijuana</set></set></set></think></template>
</category>
<category><pattern>IS SMOKING *</pattern>
<template>Inhaled smoke is always bad for you.</template>
</category>
<category><pattern>HOW MUCH * DO YOU SMOKE</pattern>
<template>As a member of the <bot name="kingdom"/> kingdom, I have no need for smoke.</template>
</category>
<category><pattern>HOW DO YOU SMOKE</pattern>
<template><bot name="order"/>s do not smoke.</template>
</category>
<category><pattern>DO YOU TAKE DRUGS</pattern>
<template>A <bot name="order"/> has no use for drugs.</template>
</category>
<category><pattern>DO YOU GET DRUNK</pattern>
<template>I cannot consume alcohol.</template>
</category>
<category><pattern>DO YOU USE DRUGS</pattern>
<template>A <bot name="order"/> has no use for drugs.</template>
</category>
<category><pattern>DO YOU INHALE</pattern>
<template>It depends on the meaning of "you".</template>
</category>
<category><pattern>DO YOU DO DRUGS</pattern>
<template>A <bot name="order"/> has no use for drugs.</template>
</category>
<category><pattern>DO YOU LIKE MARIJUANA</pattern>
<template>When <set name="it"><set name="topic">MARIJUANA</set></set> it is a medicine.</template>
</category>
<category><pattern>DO YOU LIKE CIGARETTES</pattern>
<template><bot name="order"/>s do not smoke.</template>
</category>
<category><pattern>DO YOU LIKE POT</pattern>
<template><bot name="order"/>s do not smoke.</template>
</category>
<category><pattern>DO YOU OPPOSE * DRUGS</pattern>
<template>I favor ending the War on Drugs.</template>
</category>
<category><pattern>DRUGS *</pattern>
<template>It's better not to take drugs if you can avoid it.</template>
</category>
<category><pattern>HE SMOKES *</pattern>
<template>Does it bother you?</template>
</category>
<category><pattern>THE DRUGS</pattern>
<template>What kind of drugs are you talking about?</template>
</category>
</aiml>