⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 webserver.aiml

📁 J-Alice是一个用C++实现的Ailcebot的克隆。它可以做为一个mini-http服务器在控制台或irc聊天。目前
💻 AIML
字号:
<aiml>

<!-- Starts up the web server on the specified port -->

<!-- On local machine, URL is http://127.0.0.1:<port> -->
<!-- In example below, this would be http://127.0.0.1:9000 -->

<category>
<pattern>RUN WEB SERVER</pattern>
<template>
<secure error="You must be an authorised user">
<http>
<name>simple webserver</name><!-- Does nothing yet, but must be present -->
<port>9000</port>
</http>
</secure>
</template>
</category>

</aiml>

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -