mirror of https://github.com/sgoudham/Enso-Bot.git
You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
15 lines
224 B
XML
15 lines
224 B
XML
5 years ago
|
<aiml version="1.0">
|
||
|
|
||
|
<!-- This category works with the Standard AIML Set -->
|
||
|
<category>
|
||
|
<pattern>LOAD AIML B</pattern>
|
||
|
<template>
|
||
|
|
||
|
<!-- Load standard AIML set -->
|
||
|
<learn>std-*.aiml</learn>
|
||
|
|
||
|
</template>
|
||
|
</category>
|
||
|
|
||
|
</aiml>
|