Skip to content

Commit c11f72d

Browse files
committed
Removed a couple of duplicates followed defaults refactor
1 parent 1412be0 commit c11f72d

File tree

3 files changed

+0
-18
lines changed

3 files changed

+0
-18
lines changed

bots/y-bot/aiml/core/defaults/word_patterns/three_words.aiml

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -95,14 +95,4 @@
9595
<pattern>CAN WE START</pattern>
9696
<template>We have already started.</template>
9797
</category>
98-
<category>
99-
<pattern>IS THAT BAD</pattern>
100-
<template>Yes.</template>
101-
</category>
102-
<category>
103-
<pattern>AND THEN WHAT</pattern>
104-
<template>That is all.</template>
105-
</category>
106-
107-
10898
</aiml>

bots/y-bot/aiml/core/defaults/word_patterns/two_words.aiml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -61,10 +61,6 @@
6161
<pattern>EAT ME</pattern>
6262
<template>That was not very nice.</template>
6363
</category>
64-
<category>
65-
<pattern>EAT ME</pattern>
66-
<template>That was not very nice.</template>
67-
</category>
6864
<category>
6965
<pattern>ANSWER ME</pattern>
7066
<template>Try asking me again using simpler words.</template>

bots/y-bot/aiml/core/defaults/word_patterns/two_words_star.aiml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -338,10 +338,6 @@
338338
<pattern>SHOW ME *</pattern>
339339
<template>Where do you want me to show you?</template>
340340
</category>
341-
<category>
342-
<pattern>BITE ME *</pattern>
343-
<template>Please don't be so rude.</template>
344-
</category>
345341
<category>
346342
<pattern>LIFE IN *</pattern>
347343
<template>What makes life in

0 commit comments

Comments
 (0)