]> git.netwichtig.de Git - user/henk/code/inspircd.git/blob - docs/module-doc/modules_8h.html
Updated docs
[user/henk/code/inspircd.git] / docs / module-doc / modules_8h.html
1 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
2 <html><head><meta http-equiv="Content-Type" content="text/html;charset=iso-8859-1">
3 <title>modules.h File Reference</title>
4 <link href="inspircd.css" rel="stylesheet" type="text/css">
5 </head><body>
6 <!-- Generated by Doxygen 1.3-rc3 -->
7 <center>
8 <a class="qindex" href="main.html">Main Page</a> &nbsp; <a class="qindex" href="namespaces.html">Namespace List</a> &nbsp; <a class="qindex" href="hierarchy.html">Class Hierarchy</a> &nbsp; <a class="qindex" href="classes.html">Alphabetical List</a> &nbsp; <a class="qindex" href="annotated.html">Compound List</a> &nbsp; <a class="qindex" href="files.html">File List</a> &nbsp; <a class="qindex" href="functions.html">Compound Members</a> &nbsp; <a class="qindex" href="globals.html">File Members</a> &nbsp; </center>
9 <hr><h1>modules.h File Reference</h1><code>#include "dynamic.h"</code><br>
10 <code>#include "<a class="el" href="base_8h-source.html">base.h</a>"</code><br>
11 <code>#include "<a class="el" href="ctables_8h-source.html">ctables.h</a>"</code><br>
12 <code>#include &lt;string&gt;</code><br>
13 <code>#include &lt;deque&gt;</code><br>
14
15 <p>
16 Include dependency graph for modules.h:<p><center><img src="modules_8h__incl.gif" border="0" usemap="#modules.h_map" alt="Include dependency graph"></center>
17 <map name="modules.h_map">
18 <area href="base_8h.html" shape="rect" coords="91,86,139,107" alt="">
19 <area href="ctables_8h.html" shape="rect" coords="151,155,212,176" alt="">
20 </map>
21
22 <p>
23 This graph shows which files directly or indirectly include this file:<p><center><img src="modules_8h__dep__incl.gif" border="0" usemap="#modules.hdep_map" alt="Included by dependency graph"></center>
24 <map name="modules.hdep_map">
25 <area href="modules_8cpp.html" shape="rect" coords="7,16,89,37" alt="">
26 </map>
27
28 <p>
29 <a href="modules_8h-source.html">Go to the source code of this file.</a><table border=0 cellpadding=0 cellspacing=0>
30 <tr><td></td></tr>
31 <tr><td colspan=2><br><h2>Compounds</h2></td></tr>
32 <tr><td nowrap align=right valign=top>class &nbsp;</td><td valign=bottom><a class="el" href="classAdmin.html">Admin</a></td></tr>
33 <tr><td>&nbsp;</td><td><font size=-1><em>Holds /ADMIN data This class contains the admin details of the local server.</em> <a href="classAdmin.html#_details">More...</a><em></em></font><br><br></td></tr>
34 <tr><td nowrap align=right valign=top>class &nbsp;</td><td valign=bottom><a class="el" href="classConfigReader.html">ConfigReader</a></td></tr>
35 <tr><td>&nbsp;</td><td><font size=-1><em>Allows reading of values from configuration files This class allows a module to read from either the main configuration file (inspircd.conf) or from a module-specified configuration file.</em> <a href="classConfigReader.html#_details">More...</a><em></em></font><br><br></td></tr>
36 <tr><td nowrap align=right valign=top>class &nbsp;</td><td valign=bottom><a class="el" href="classFileReader.html">FileReader</a></td></tr>
37 <tr><td>&nbsp;</td><td><font size=-1><em>Caches a text file into memory and can be used to retrieve lines from it.</em> <a href="classFileReader.html#_details">More...</a><em></em></font><br><br></td></tr>
38 <tr><td nowrap align=right valign=top>class &nbsp;</td><td valign=bottom><a class="el" href="classModule.html">Module</a></td></tr>
39 <tr><td>&nbsp;</td><td><font size=-1><em>Base class for all InspIRCd modules This class is the base class for InspIRCd modules.</em> <a href="classModule.html#_details">More...</a><em></em></font><br><br></td></tr>
40 <tr><td nowrap align=right valign=top>class &nbsp;</td><td valign=bottom><a class="el" href="classModuleFactory.html">ModuleFactory</a></td></tr>
41 <tr><td>&nbsp;</td><td><font size=-1><em>Instantiates classes inherited from <a class="el" href="classModule.html">Module</a> This class creates a class inherited from type <a class="el" href="classModule.html">Module</a>, using new.</em> <a href="classModuleFactory.html#_details">More...</a><em></em></font><br><br></td></tr>
42 <tr><td nowrap align=right valign=top>class &nbsp;</td><td valign=bottom><a class="el" href="classServer.html">Server</a></td></tr>
43 <tr><td>&nbsp;</td><td><font size=-1><em>Allows server output and query functions This class contains methods which allow a module to query the state of the irc server, and produce output to users and other servers.</em> <a href="classServer.html#_details">More...</a><em></em></font><br><br></td></tr>
44 <tr><td nowrap align=right valign=top>class &nbsp;</td><td valign=bottom><a class="el" href="classVersion.html">Version</a></td></tr>
45 <tr><td>&nbsp;</td><td><font size=-1><em>Holds a module's Version information The four members (set by the constructor only) indicate details as to the version number of a module.</em> <a href="classVersion.html#_details">More...</a><em></em></font><br><br></td></tr>
46 <tr><td colspan=2><br><h2>Defines</h2></td></tr>
47 <tr><td nowrap align=right valign=top>#define&nbsp;</td><td valign=bottom><a class="el" href="modules_8h.html#a0">DEBUG</a>&nbsp;&nbsp;&nbsp;10</td></tr>
48 <tr><td nowrap align=right valign=top>#define&nbsp;</td><td valign=bottom><a class="el" href="modules_8h.html#a1">VERBOSE</a>&nbsp;&nbsp;&nbsp;20</td></tr>
49 <tr><td nowrap align=right valign=top>#define&nbsp;</td><td valign=bottom><a class="el" href="modules_8h.html#a2">DEFAULT</a>&nbsp;&nbsp;&nbsp;30</td></tr>
50 <tr><td nowrap align=right valign=top>#define&nbsp;</td><td valign=bottom><a class="el" href="modules_8h.html#a3">SPARSE</a>&nbsp;&nbsp;&nbsp;40</td></tr>
51 <tr><td nowrap align=right valign=top>#define&nbsp;</td><td valign=bottom><a class="el" href="modules_8h.html#a4">NONE</a>&nbsp;&nbsp;&nbsp;50</td></tr>
52 <tr><td nowrap align=right valign=top>#define&nbsp;</td><td valign=bottom><a class="el" href="modules_8h.html#a5">MT_CHANNEL</a>&nbsp;&nbsp;&nbsp;1</td></tr>
53 <tr><td nowrap align=right valign=top>#define&nbsp;</td><td valign=bottom><a class="el" href="modules_8h.html#a6">MT_CLIENT</a>&nbsp;&nbsp;&nbsp;2</td></tr>
54 <tr><td nowrap align=right valign=top>#define&nbsp;</td><td valign=bottom><a class="el" href="modules_8h.html#a7">MT_SERVER</a>&nbsp;&nbsp;&nbsp;3</td></tr>
55 <tr><td nowrap align=right valign=top>#define&nbsp;</td><td valign=bottom><a class="el" href="modules_8h.html#a8">FOREACH_MOD</a>&nbsp;&nbsp;&nbsp;for (int i = 0; i &lt;= <a class="el" href="modules_8cpp.html#a3">MODCOUNT</a>; i++) modules[i]-&gt;</td></tr>
56 <tr><td nowrap align=right valign=top>#define&nbsp;</td><td valign=bottom><a class="el" href="modules_8h.html#a9">FOREACH_RESULT</a>(x)</td></tr>
57 <tr><td colspan=2><br><h2>Typedefs</h2></td></tr>
58 <tr><td nowrap align=right valign=top>typedef std::deque&lt; std::string &gt;&nbsp;</td><td valign=bottom><a class="el" href="modules_8h.html#a10">file_cache</a></td></tr>
59 <tr><td>&nbsp;</td><td><font size=-1><em>Low level definition of a <a class="el" href="classFileReader.html">FileReader</a> classes file cache area.</em> <a href="#a10"></a><em></em></font><br><br></td></tr>
60 <tr><td nowrap align=right valign=top>typedef <a class="el" href="modules_8h.html#a10">file_cache</a>&nbsp;</td><td valign=bottom><a class="el" href="modules_8h.html#a11">string_list</a></td></tr>
61 <tr><td nowrap align=right valign=top>typedef DLLFactory&lt; <a class="el" href="classModuleFactory.html">ModuleFactory</a> &gt;&nbsp;</td><td valign=bottom><a class="el" href="modules_8h.html#a12">ircd_module</a></td></tr>
62 <tr><td colspan=2><br><h2>Functions</h2></td></tr>
63 <tr><td nowrap align=right valign=top>void&nbsp;</td><td valign=bottom><a class="el" href="modules_8h.html#a13">createcommand</a> (char *cmd, <a class="el" href="ctables_8h.html#a0">handlerfunc</a> f, char flags, int minparams)</td></tr>
64 <tr><td nowrap align=right valign=top>void&nbsp;</td><td valign=bottom><a class="el" href="modules_8h.html#a14">server_mode</a> (char **parameters, int pcnt, <a class="el" href="classuserrec.html">userrec</a> *user)</td></tr>
65 </table>
66 <hr><h2>Define Documentation</h2>
67 <a name="a0" doxytag="modules.h::DEBUG"></a><p>
68 <table width="100%" cellpadding="2" cellspacing="0" border="0">
69   <tr>
70     <td class="md">
71       <table cellpadding="0" cellspacing="0" border="0">
72         <tr>
73           <td class="md" nowrap valign="top"> #define DEBUG&nbsp;&nbsp;&nbsp;10
74       </table>
75     </td>
76   </tr>
77 </table>
78 <table cellspacing=5 cellpadding=0 border=0>
79   <tr>
80     <td>
81       &nbsp;
82     </td>
83     <td>
84
85 <p>
86
87 <p>
88 Definition at line <a class="el" href="modules_8h-source.html#l00011">11</a> of file <a class="el" href="modules_8h-source.html">modules.h</a>.    </td>
89   </tr>
90 </table>
91 <a name="a2" doxytag="modules.h::DEFAULT"></a><p>
92 <table width="100%" cellpadding="2" cellspacing="0" border="0">
93   <tr>
94     <td class="md">
95       <table cellpadding="0" cellspacing="0" border="0">
96         <tr>
97           <td class="md" nowrap valign="top"> #define DEFAULT&nbsp;&nbsp;&nbsp;30
98       </table>
99     </td>
100   </tr>
101 </table>
102 <table cellspacing=5 cellpadding=0 border=0>
103   <tr>
104     <td>
105       &nbsp;
106     </td>
107     <td>
108
109 <p>
110
111 <p>
112 Definition at line <a class="el" href="modules_8h-source.html#l00013">13</a> of file <a class="el" href="modules_8h-source.html">modules.h</a>.    </td>
113   </tr>
114 </table>
115 <a name="a8" doxytag="modules.h::FOREACH_MOD"></a><p>
116 <table width="100%" cellpadding="2" cellspacing="0" border="0">
117   <tr>
118     <td class="md">
119       <table cellpadding="0" cellspacing="0" border="0">
120         <tr>
121           <td class="md" nowrap valign="top"> #define FOREACH_MOD&nbsp;&nbsp;&nbsp;for (int i = 0; i &lt;= <a class="el" href="modules_8cpp.html#a3">MODCOUNT</a>; i++) modules[i]-&gt;
122       </table>
123     </td>
124   </tr>
125 </table>
126 <table cellspacing=5 cellpadding=0 border=0>
127   <tr>
128     <td>
129       &nbsp;
130     </td>
131     <td>
132
133 <p>
134
135 <p>
136 Definition at line <a class="el" href="modules_8h-source.html#l00036">36</a> of file <a class="el" href="modules_8h-source.html">modules.h</a>.    </td>
137   </tr>
138 </table>
139 <a name="a9" doxytag="modules.h::FOREACH_RESULT"></a><p>
140 <table width="100%" cellpadding="2" cellspacing="0" border="0">
141   <tr>
142     <td class="md">
143       <table cellpadding="0" cellspacing="0" border="0">
144         <tr>
145           <td class="md" nowrap valign="top"> #define FOREACH_RESULT</td>
146           <td class="md" valign="top">(&nbsp;</td>
147           <td class="md" nowrap valign="top">x&nbsp;</td>
148           <td class="mdname1" valign="top" nowrap>&nbsp;          </td>
149           <td class="md" valign="top">)&nbsp;</td>
150           <td class="md" nowrap>
151       </table>
152     </td>
153   </tr>
154 </table>
155 <table cellspacing=5 cellpadding=0 border=0>
156   <tr>
157     <td>
158       &nbsp;
159     </td>
160     <td>
161
162 <p>
163 <b>Value:</b><div class="fragment"><pre>{ MOD_RESULT = 0; \
164                         <span class="keywordflow">for</span> (<span class="keywordtype">int</span> i = 0; i &lt;= <a class="code" href="modules_8cpp.html#a3">MODCOUNT</a>; i++) { \
165                         <span class="keywordtype">int</span> res = <a class="code" href="modules_8cpp.html#a9">modules</a>[i]-&gt;x ; \
166                         <span class="keywordflow">if</span> (res) { \
167                                 MOD_RESULT = res; \
168                                 <span class="keywordflow">break</span>; \
169                         } \
170                 } \
171    }
172 </pre></div>
173 <p>
174 Definition at line <a class="el" href="modules_8h-source.html#l00044">44</a> of file <a class="el" href="modules_8h-source.html">modules.h</a>.    </td>
175   </tr>
176 </table>
177 <a name="a5" doxytag="modules.h::MT_CHANNEL"></a><p>
178 <table width="100%" cellpadding="2" cellspacing="0" border="0">
179   <tr>
180     <td class="md">
181       <table cellpadding="0" cellspacing="0" border="0">
182         <tr>
183           <td class="md" nowrap valign="top"> #define MT_CHANNEL&nbsp;&nbsp;&nbsp;1
184       </table>
185     </td>
186   </tr>
187 </table>
188 <table cellspacing=5 cellpadding=0 border=0>
189   <tr>
190     <td>
191       &nbsp;
192     </td>
193     <td>
194
195 <p>
196
197 <p>
198 Definition at line <a class="el" href="modules_8h-source.html#l00017">17</a> of file <a class="el" href="modules_8h-source.html">modules.h</a>.    </td>
199   </tr>
200 </table>
201 <a name="a6" doxytag="modules.h::MT_CLIENT"></a><p>
202 <table width="100%" cellpadding="2" cellspacing="0" border="0">
203   <tr>
204     <td class="md">
205       <table cellpadding="0" cellspacing="0" border="0">
206         <tr>
207           <td class="md" nowrap valign="top"> #define MT_CLIENT&nbsp;&nbsp;&nbsp;2
208       </table>
209     </td>
210   </tr>
211 </table>
212 <table cellspacing=5 cellpadding=0 border=0>
213   <tr>
214     <td>
215       &nbsp;
216     </td>
217     <td>
218
219 <p>
220
221 <p>
222 Definition at line <a class="el" href="modules_8h-source.html#l00018">18</a> of file <a class="el" href="modules_8h-source.html">modules.h</a>.
223 <p>
224 Referenced by <a class="el" href="modules_8cpp-source.html#l00275">Server::AddExtendedMode()</a>.    </td>
225   </tr>
226 </table>
227 <a name="a7" doxytag="modules.h::MT_SERVER"></a><p>
228 <table width="100%" cellpadding="2" cellspacing="0" border="0">
229   <tr>
230     <td class="md">
231       <table cellpadding="0" cellspacing="0" border="0">
232         <tr>
233           <td class="md" nowrap valign="top"> #define MT_SERVER&nbsp;&nbsp;&nbsp;3
234       </table>
235     </td>
236   </tr>
237 </table>
238 <table cellspacing=5 cellpadding=0 border=0>
239   <tr>
240     <td>
241       &nbsp;
242     </td>
243     <td>
244
245 <p>
246
247 <p>
248 Definition at line <a class="el" href="modules_8h-source.html#l00019">19</a> of file <a class="el" href="modules_8h-source.html">modules.h</a>.
249 <p>
250 Referenced by <a class="el" href="modules_8cpp-source.html#l00275">Server::AddExtendedMode()</a>.    </td>
251   </tr>
252 </table>
253 <a name="a4" doxytag="modules.h::NONE"></a><p>
254 <table width="100%" cellpadding="2" cellspacing="0" border="0">
255   <tr>
256     <td class="md">
257       <table cellpadding="0" cellspacing="0" border="0">
258         <tr>
259           <td class="md" nowrap valign="top"> #define NONE&nbsp;&nbsp;&nbsp;50
260       </table>
261     </td>
262   </tr>
263 </table>
264 <table cellspacing=5 cellpadding=0 border=0>
265   <tr>
266     <td>
267       &nbsp;
268     </td>
269     <td>
270
271 <p>
272
273 <p>
274 Definition at line <a class="el" href="modules_8h-source.html#l00015">15</a> of file <a class="el" href="modules_8h-source.html">modules.h</a>.    </td>
275   </tr>
276 </table>
277 <a name="a3" doxytag="modules.h::SPARSE"></a><p>
278 <table width="100%" cellpadding="2" cellspacing="0" border="0">
279   <tr>
280     <td class="md">
281       <table cellpadding="0" cellspacing="0" border="0">
282         <tr>
283           <td class="md" nowrap valign="top"> #define SPARSE&nbsp;&nbsp;&nbsp;40
284       </table>
285     </td>
286   </tr>
287 </table>
288 <table cellspacing=5 cellpadding=0 border=0>
289   <tr>
290     <td>
291       &nbsp;
292     </td>
293     <td>
294
295 <p>
296
297 <p>
298 Definition at line <a class="el" href="modules_8h-source.html#l00014">14</a> of file <a class="el" href="modules_8h-source.html">modules.h</a>.    </td>
299   </tr>
300 </table>
301 <a name="a1" doxytag="modules.h::VERBOSE"></a><p>
302 <table width="100%" cellpadding="2" cellspacing="0" border="0">
303   <tr>
304     <td class="md">
305       <table cellpadding="0" cellspacing="0" border="0">
306         <tr>
307           <td class="md" nowrap valign="top"> #define VERBOSE&nbsp;&nbsp;&nbsp;20
308       </table>
309     </td>
310   </tr>
311 </table>
312 <table cellspacing=5 cellpadding=0 border=0>
313   <tr>
314     <td>
315       &nbsp;
316     </td>
317     <td>
318
319 <p>
320
321 <p>
322 Definition at line <a class="el" href="modules_8h-source.html#l00012">12</a> of file <a class="el" href="modules_8h-source.html">modules.h</a>.    </td>
323   </tr>
324 </table>
325 <hr><h2>Typedef Documentation</h2>
326 <a name="a10" doxytag="modules.h::file_cache"></a><p>
327 <table width="100%" cellpadding="2" cellspacing="0" border="0">
328   <tr>
329     <td class="md">
330       <table cellpadding="0" cellspacing="0" border="0">
331         <tr>
332           <td class="md" nowrap valign="top"> typedef std::deque&lt;std::string&gt; file_cache
333       </table>
334     </td>
335   </tr>
336 </table>
337 <table cellspacing=5 cellpadding=0 border=0>
338   <tr>
339     <td>
340       &nbsp;
341     </td>
342     <td>
343
344 <p>
345 Low level definition of a <a class="el" href="classFileReader.html">FileReader</a> classes file cache area.
346 <p>
347
348 <p>
349 Definition at line <a class="el" href="modules_8h-source.html#l00029">29</a> of file <a class="el" href="modules_8h-source.html">modules.h</a>.
350 <p>
351 Referenced by <a class="el" href="modules_8cpp-source.html#l00329">FileReader::FileReader()</a>, and <a class="el" href="modules_8cpp-source.html#l00340">FileReader::LoadFile()</a>.    </td>
352   </tr>
353 </table>
354 <a name="a12" doxytag="modules.h::ircd_module"></a><p>
355 <table width="100%" cellpadding="2" cellspacing="0" border="0">
356   <tr>
357     <td class="md">
358       <table cellpadding="0" cellspacing="0" border="0">
359         <tr>
360           <td class="md" nowrap valign="top"> typedef DLLFactory&lt;<a class="el" href="classModuleFactory.html">ModuleFactory</a>&gt; ircd_module
361       </table>
362     </td>
363   </tr>
364 </table>
365 <table cellspacing=5 cellpadding=0 border=0>
366   <tr>
367     <td>
368       &nbsp;
369     </td>
370     <td>
371
372 <p>
373
374 <p>
375 Definition at line <a class="el" href="modules_8h-source.html#l00552">552</a> of file <a class="el" href="modules_8h-source.html">modules.h</a>.    </td>
376   </tr>
377 </table>
378 <a name="a11" doxytag="modules.h::string_list"></a><p>
379 <table width="100%" cellpadding="2" cellspacing="0" border="0">
380   <tr>
381     <td class="md">
382       <table cellpadding="0" cellspacing="0" border="0">
383         <tr>
384           <td class="md" nowrap valign="top"> typedef <a class="el" href="modules_8h.html#a10">file_cache</a> string_list
385       </table>
386     </td>
387   </tr>
388 </table>
389 <table cellspacing=5 cellpadding=0 border=0>
390   <tr>
391     <td>
392       &nbsp;
393     </td>
394     <td>
395
396 <p>
397
398 <p>
399 Definition at line <a class="el" href="modules_8h-source.html#l00030">30</a> of file <a class="el" href="modules_8h-source.html">modules.h</a>.    </td>
400   </tr>
401 </table>
402 <hr><h2>Function Documentation</h2>
403 <a name="a13" doxytag="modules.h::createcommand"></a><p>
404 <table width="100%" cellpadding="2" cellspacing="0" border="0">
405   <tr>
406     <td class="md">
407       <table cellpadding="0" cellspacing="0" border="0">
408         <tr>
409           <td class="md" nowrap valign="top"> void createcommand </td>
410           <td class="md" valign="top">(&nbsp;</td>
411           <td class="md" nowrap valign="top">char *&nbsp;</td>
412           <td class="mdname" nowrap>&nbsp; <em>cmd</em>, </td>
413         </tr>
414         <tr>
415           <td></td>
416           <td></td>
417           <td class="md" nowrap><a class="el" href="ctables_8h.html#a0">handlerfunc</a>&nbsp;</td>
418           <td class="mdname" nowrap>&nbsp; <em>f</em>, </td>
419         </tr>
420         <tr>
421           <td></td>
422           <td></td>
423           <td class="md" nowrap>char&nbsp;</td>
424           <td class="mdname" nowrap>&nbsp; <em>flags</em>, </td>
425         </tr>
426         <tr>
427           <td></td>
428           <td></td>
429           <td class="md" nowrap>int&nbsp;</td>
430           <td class="mdname" nowrap>&nbsp; <em>minparams</em></td>
431         </tr>
432         <tr>
433           <td></td>
434           <td class="md">)&nbsp;</td>
435           <td class="md" colspan="2"></td>
436         </tr>
437
438       </table>
439     </td>
440   </tr>
441 </table>
442 <table cellspacing=5 cellpadding=0 border=0>
443   <tr>
444     <td>
445       &nbsp;
446     </td>
447     <td>
448
449 <p>
450
451 <p>
452 Referenced by <a class="el" href="modules_8cpp-source.html#l00174">Server::AddCommand()</a>.    </td>
453   </tr>
454 </table>
455 <a name="a14" doxytag="modules.h::server_mode"></a><p>
456 <table width="100%" cellpadding="2" cellspacing="0" border="0">
457   <tr>
458     <td class="md">
459       <table cellpadding="0" cellspacing="0" border="0">
460         <tr>
461           <td class="md" nowrap valign="top"> void server_mode </td>
462           <td class="md" valign="top">(&nbsp;</td>
463           <td class="md" nowrap valign="top">char **&nbsp;</td>
464           <td class="mdname" nowrap>&nbsp; <em>parameters</em>, </td>
465         </tr>
466         <tr>
467           <td></td>
468           <td></td>
469           <td class="md" nowrap>int&nbsp;</td>
470           <td class="mdname" nowrap>&nbsp; <em>pcnt</em>, </td>
471         </tr>
472         <tr>
473           <td></td>
474           <td></td>
475           <td class="md" nowrap><a class="el" href="classuserrec.html">userrec</a> *&nbsp;</td>
476           <td class="mdname" nowrap>&nbsp; <em>user</em></td>
477         </tr>
478         <tr>
479           <td></td>
480           <td class="md">)&nbsp;</td>
481           <td class="md" colspan="2"></td>
482         </tr>
483
484       </table>
485     </td>
486   </tr>
487 </table>
488 <table cellspacing=5 cellpadding=0 border=0>
489   <tr>
490     <td>
491       &nbsp;
492     </td>
493     <td>
494
495 <p>
496
497 <p>
498 Referenced by <a class="el" href="modules_8cpp-source.html#l00179">Server::SendMode()</a>.    </td>
499   </tr>
500 </table>
501 <hr><address style="align: right;"><small>Generated on Tue Apr 6 21:13:33 2004 for InspIRCd by
502 <a href="http://www.doxygen.org/index.html">
503 <img src="doxygen.png" alt="doxygen" align="middle" border=0 
504 width=110 height=53></a>1.3-rc3 </small></address>
505 </body>
506 </html>