diff options
Diffstat (limited to 'aiml_files/standard/std-errors.aiml')
-rw-r--r-- | aiml_files/standard/std-errors.aiml | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/aiml_files/standard/std-errors.aiml b/aiml_files/standard/std-errors.aiml new file mode 100644 index 0000000..b8b8906 --- /dev/null +++ b/aiml_files/standard/std-errors.aiml @@ -0,0 +1,20 @@ +<?xml version="1.0" encoding="ISO-8859-1"?>
+
+<aiml version="1.0">
+
+<!-- Free software (c) 2001 ALICE AI Foundation -->
+<!-- This program is open source code released under -->
+<!-- the terms of the GNU General Public License -->
+<!-- as published by the Free Software Foundation. -->
+
+<meta name="author" content="Jon Baer"/>
+<meta name="language" content="en"/>
+
+<category>
+<pattern>INVALIDURL</pattern>
+<template>
+I am sorry that was an invalid U R L you gave me. Please try again.
+</template>
+</category>
+
+</aiml>
|