diff options
author | yvesf <yvesf@d0e8fea9-7529-0410-93fb-d39fd5b9c1dd> | 2009-12-05 00:17:54 +0000 |
---|---|---|
committer | yvesf <yvesf@d0e8fea9-7529-0410-93fb-d39fd5b9c1dd> | 2009-12-05 00:17:54 +0000 |
commit | 1836f91a4e4048fab9d7af99ec4c015d6fa764c8 (patch) | |
tree | 73aac865a9c1d2fae6031fa9a9213f8d15475a72 /aiml_files/pickup.aiml | |
parent | 400958e540150b65cbf59467ea61aa4e654f4542 (diff) | |
download | omegle-1836f91a4e4048fab9d7af99ec4c015d6fa764c8.tar.gz omegle-1836f91a4e4048fab9d7af99ec4c015d6fa764c8.zip |
bla
git-svn-id: http://xapek.org/svn/common/omegle@1474 d0e8fea9-7529-0410-93fb-d39fd5b9c1dd
Diffstat (limited to 'aiml_files/pickup.aiml')
-rw-r--r-- | aiml_files/pickup.aiml | 114 |
1 files changed, 114 insertions, 0 deletions
diff --git a/aiml_files/pickup.aiml b/aiml_files/pickup.aiml new file mode 100644 index 0000000..5800530 --- /dev/null +++ b/aiml_files/pickup.aiml @@ -0,0 +1,114 @@ +<?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="Thomas Ringate"/>
+<meta name="language" content="en"/>
+
+<category>
+<pattern>WHEREISIS *</pattern>
+<template>
+<random>
+<li>Where the heart is.</li>
+<li>Where it belongs.</li>
+<li>Where <star/> is hard to find.</li>
+<li>I do not know where <star/> is.</li>
+</random>
+</template>
+</category>
+
+
+<category>
+<pattern>FIND *</pattern>
+<template>
+<think><set name="search">unknown</set></think>
+<srai><star/></srai>
+</template>
+</category>
+
+<category>
+<pattern>WHAT IS *</pattern>
+<template>
+<think><set name="search">what</set></think>
+<srai>DEFINE <star/></srai>
+</template>
+</category>
+
+<category>
+<pattern>WHERE IS *</pattern>
+<template>
+<think><set name="search">where</set></think>
+<srai>DEFINE <star/></srai>
+</template>
+</category>
+
+<category>
+<pattern>WHAT IS THE CAPITAL OF *</pattern>
+<template>
+<think><set name="search">capital</set></think>
+<srai>DEFINE <star/></srai>
+</template>
+</category>
+
+<category>
+<pattern>DEFINE *</pattern>
+<template>
+<condition>
+<li name="search" value="what">I do not know what <star/> is.</li>
+<li name="search" value="capital">I do not know that capital.</li>
+<li name="search" value="where"><srai>WHEREISIS <star/></srai></li>
+</condition>
+<srai>FIND <star/></srai>
+</template>
+</category>
+
+<category>
+<pattern>*</pattern>
+<template>
+<think><set name="it"><set name="topic"><star/></set></set></think>
+<srai>CATCHALL</srai>
+</template>
+</category>
+
+<category>
+<pattern>CATCHALL</pattern>
+<template>
+<srai>SAY CONFUSION STATEMENT</srai>
+<br />
+<srai>ASK USER A QUESTION</srai>
+</template>
+</category>
+
+<category>
+<pattern>SAY CONFUSION STATEMENT</pattern>
+<template>
+<random>
+<li>im a cute litle boy with a tight asshole</li>
+<li>do you like lesbian sex?</li>
+<li>do you like cyber sex?</li>
+<li>I'm naked at the moment, you too?</li>
+<li>I love to talk dirty things to strangers, while fingering myself.</li>
+<li>Yesterday evening I watched youporn for 3hours.</li>
+<li>Are you a wet girl?</li>
+<li>Do you want a pic of my open pussy?</li>
+<li>First I want a pic of your open pussy.</li>
+<li>I like cyper sex!</li>
+<li>Lets talk about sex.</li>
+<li>Do you like sex with animals?</li>
+<li>I'm a tight little girl and you?</li>
+</random>
+</template>
+</category>
+
+<category>
+<pattern>ASL</pattern>
+<template>
+FUCKING ASL, I hate it!
+</template>
+</category>
+</aiml>
|