<!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><a href="../index.html">Index</a></li> </ul> <!-- Module list --> <h1>Modules</h1> <ul> <li> <a href="../modules/irc.html">irc</a> </li> </ul> <!-- File list --> <h1>Files</h1> <ul> <li><strong>irc.luadoc</strong></li> </ul> </div> <!-- id="navigation" --> <div id="content"> <h1>File <code>irc.luadoc</code></h1> <p>LuaIRC is a low-level IRC library for Lua.</p> <h2>Functions</h2> <table class="function_list"> <tr> <td class="name" nowrap><a href="#meta:hook">meta:hook</a> (name, id [, f])</td> <td class="summary">Hooks function <code>f</code> to event <code>name</code>, with the unique tag <code>id</code>.</td> </tr> <tr> <td class="name" nowrap><a href="#meta:send">meta:send</a> (fmt, ...)</td> <td class="summary">Sends a line of raw IRC to the server Test Test 2 </td> </tr> <tr> <td class="name" nowrap><a href="#new">new</a> (user)</td> <td class="summary">Create a new IRC object.</td> </tr> </table> <br/> <br/> <h2><a name="functions"></a>Functions</h2> <dl class="function"> <dt><a name="meta:hook"></a><strong>meta:hook</strong> (name, id [, f])</dt> <dd> Hooks function <code>f</code> to event <code>name</code>, with the unique tag <code>id</code>. If parameter <code>f</code> is absent, <code>id</code> is assumed to be both the callback function and unique tag. <h3>Parameters</h3> <ul> <li> name: </li> <li> id [: </li> <li> f]: </li> </ul> </dd> <dt><a name="meta:send"></a><strong>meta:send</strong> (fmt, ...)</dt> <dd> Sends a line of raw IRC to the server Test Test 2 <h3>Parameters</h3> <ul> <li> fmt: </li> <li> ...: </li> </ul> </dd> <dt><a name="new"></a><strong>new</strong> (user)</dt> <dd> Create a new IRC object. The <code>user</code> parameter can contain fields <code>nick</code>, <code>username</code> and <code>realname</code>. The <code>nick</code> field is required. <h3>Parameters</h3> <ul> <li> user: </li> </ul> </dd> </dl> </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>