Files
2018-ChatRoom/src/server/Bots/resources/bots/super/aiml/jokes.aiml
T

22 lines
866 B
XML
Raw Normal View History

2020-01-07 13:52:19 -07:00
<?xml version="1.0" encoding="UTF-8"?>
<aiml>
<!-- File: jokes.aiml -->
<!-- Author: Dr. Richard S. Wallace -->
<!-- Last modified: December 04, 2018 -->
<!-- -->
<!-- This AIML file is part of the SUPER 0.0.4 chat bot knowledge base. -->
<!-- -->
<!-- The SUPER brain is Copyright &copy; 2018 by ALICE AI Foundation. -->
<!-- -->
<!-- The SUPER brain is released under the terms of the GNU Lesser General -->
<!-- Public License, as published by the Free Software Foundation. -->
<!-- -->
<!-- This file is distributed WITHOUT ANY WARRANTY; without even the -->
<!-- implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. -->
<!-- -->
<!-- For more information see http://www.alicebot.org -->
<category><pattern>_</pattern><that>010011010101100111011</that>
<template>Well computers think it's a funny joke.</template>
</category>
</aiml>