mirror of
https://github.com/minetest-mods/irc.git
synced 2024-11-05 09:40:20 +01:00
157 lines
3.3 KiB
HTML
157 lines
3.3 KiB
HTML
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
|
|
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
|
|
<html>
|
|
<head>
|
|
<title>Reference</title>
|
|
<link rel="stylesheet" href="luadoc.css" type="text/css" />
|
|
<!--meta http-equiv="Content-Type" content="text/html; charset=UTF-8"/-->
|
|
</head>
|
|
|
|
<body>
|
|
<div id="container">
|
|
|
|
<div id="product">
|
|
<div id="product_logo"></div>
|
|
<div id="product_name"><big><b></b></big></div>
|
|
<div id="product_description"></div>
|
|
</div> <!-- id="product" -->
|
|
|
|
<div id="main">
|
|
|
|
<div id="navigation">
|
|
|
|
|
|
<h1>LuaDoc</h1>
|
|
<ul>
|
|
|
|
<li><strong>Index</strong></li>
|
|
|
|
</ul>
|
|
|
|
|
|
<!-- Module list -->
|
|
|
|
<h1>Modules</h1>
|
|
<ul>
|
|
|
|
<li>
|
|
<a href="modules/callbacks.html">callbacks</a>
|
|
</li>
|
|
|
|
<li>
|
|
<a href="modules/irc.html">irc</a>
|
|
</li>
|
|
|
|
<li>
|
|
<a href="modules/irc.channel.html">irc.channel</a>
|
|
</li>
|
|
|
|
<li>
|
|
<a href="modules/irc.constants.html">irc.constants</a>
|
|
</li>
|
|
|
|
<li>
|
|
<a href="modules/irc.ctcp.html">irc.ctcp</a>
|
|
</li>
|
|
|
|
<li>
|
|
<a href="modules/irc.dcc.html">irc.dcc</a>
|
|
</li>
|
|
|
|
<li>
|
|
<a href="modules/irc.debug.html">irc.debug</a>
|
|
</li>
|
|
|
|
<li>
|
|
<a href="modules/irc.message.html">irc.message</a>
|
|
</li>
|
|
|
|
<li>
|
|
<a href="modules/irc.misc.html">irc.misc</a>
|
|
</li>
|
|
|
|
</ul>
|
|
|
|
|
|
|
|
<!-- File list -->
|
|
|
|
|
|
|
|
|
|
|
|
|
|
</div> <!-- id="navigation" -->
|
|
|
|
<div id="content">
|
|
|
|
|
|
|
|
<h2>Modules</h2>
|
|
<table class="module_list">
|
|
<!--<tr><td colspan="2">Modules</td></tr>-->
|
|
|
|
<tr>
|
|
<td class="name"><a href="modules/callbacks.html">callbacks</a></td>
|
|
<td class="summary">These are the callbacks that are available to register.</td>
|
|
</tr>
|
|
|
|
<tr>
|
|
<td class="name"><a href="modules/irc.html">irc</a></td>
|
|
<td class="summary">LuaIRC - IRC framework written in Lua </td>
|
|
</tr>
|
|
|
|
<tr>
|
|
<td class="name"><a href="modules/irc.channel.html">irc.channel</a></td>
|
|
<td class="summary">This module implements a channel object representing a single channel we have joined.</td>
|
|
</tr>
|
|
|
|
<tr>
|
|
<td class="name"><a href="modules/irc.constants.html">irc.constants</a></td>
|
|
<td class="summary">This module holds various constants used by the IRC protocol.</td>
|
|
</tr>
|
|
|
|
<tr>
|
|
<td class="name"><a href="modules/irc.ctcp.html">irc.ctcp</a></td>
|
|
<td class="summary">This module implements the various quoting and escaping requirements of the CTCP protocol.</td>
|
|
</tr>
|
|
|
|
<tr>
|
|
<td class="name"><a href="modules/irc.dcc.html">irc.dcc</a></td>
|
|
<td class="summary">This module implements the DCC protocol.</td>
|
|
</tr>
|
|
|
|
<tr>
|
|
<td class="name"><a href="modules/irc.debug.html">irc.debug</a></td>
|
|
<td class="summary">This module implements a few useful debug functions for use throughout the rest of the code.</td>
|
|
</tr>
|
|
|
|
<tr>
|
|
<td class="name"><a href="modules/irc.message.html">irc.message</a></td>
|
|
<td class="summary">This module contains parsing functions for IRC server messages.</td>
|
|
</tr>
|
|
|
|
<tr>
|
|
<td class="name"><a href="modules/irc.misc.html">irc.misc</a></td>
|
|
<td class="summary">This module contains various useful functions which didn't fit in any of the other modules.</td>
|
|
</tr>
|
|
|
|
</table>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
</div> <!-- id="content" -->
|
|
|
|
</div> <!-- id="main" -->
|
|
|
|
<div id="about">
|
|
<p><a href="http://validator.w3.org/check?uri=referer"><img src="http://www.w3.org/Icons/valid-xhtml10" alt="Valid XHTML 1.0!" height="31" width="88" /></a></p>
|
|
</div> <!-- id="about" -->
|
|
|
|
</div> <!-- id="container" -->
|
|
</body>
|
|
</html>
|