]> git.netwichtig.de Git - user/henk/code/inspircd.git/blob - docs/module-doc/modules_8h.html
Fixed 'fake direction' messages being put out by user->registered = 7 being set too...
[user/henk/code/inspircd.git] / docs / module-doc / modules_8h.html
1 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
2 <html><head><meta http-equiv="Content-Type" content="text/html;charset=iso-8859-1">
3 <title>InspIRCd: modules.h File Reference</title>
4 <link href="inspircd.doxygen.css" rel="stylesheet" type="text/css">
5 </head><body>
6 <!-- Generated by Doxygen 1.4.4-20050815 -->
7 <div class="qindex"><a class="qindex" href="main.html">Main&nbsp;Page</a> | <a class="qindex" href="namespaces.html">Namespace List</a> | <a class="qindex" href="hierarchy.html">Class&nbsp;Hierarchy</a> | <a class="qindex" href="classes.html">Alphabetical&nbsp;List</a> | <a class="qindex" href="annotated.html">Class&nbsp;List</a> | <a class="qindex" href="dirs.html">Directories</a> | <a class="qindex" href="files.html">File&nbsp;List</a> | <a class="qindex" href="namespacemembers.html">Namespace&nbsp;Members</a> | <a class="qindex" href="functions.html">Class&nbsp;Members</a> | <a class="qindex" href="globals.html">File&nbsp;Members</a></div>
8 <div class="nav">
9 <a class="el" href="dir_000000.html">home</a>&nbsp;&raquo&nbsp;<a class="el" href="dir_000001.html">brain</a>&nbsp;&raquo&nbsp;<a class="el" href="dir_000002.html">inspircd-cvs</a>&nbsp;&raquo&nbsp;<a class="el" href="dir_000003.html">inspircd</a>&nbsp;&raquo&nbsp;<a class="el" href="dir_000004.html">include</a></div>
10 <h1>modules.h File Reference</h1><code>#include &quot;dynamic.h&quot;</code><br>
11 <code>#include &quot;<a class="el" href="base_8h-source.html">base.h</a>&quot;</code><br>
12 <code>#include &quot;<a class="el" href="ctables_8h-source.html">ctables.h</a>&quot;</code><br>
13 <code>#include &quot;<a class="el" href="socket_8h-source.html">socket.h</a>&quot;</code><br>
14 <code>#include &lt;string&gt;</code><br>
15 <code>#include &lt;deque&gt;</code><br>
16 <code>#include &lt;sstream&gt;</code><br>
17
18 <p>
19 Include dependency graph for modules.h:<p><center><img src="modules_8h__incl.gif" border="0" usemap="#modules.h_map" alt=""></center>
20 <map name="modules.h_map">
21 <area href="base_8h-source.html" shape="rect" coords="291,44,352,71" alt="">
22 <area href="ctables_8h-source.html" shape="rect" coords="146,145,220,172" alt="">
23 <area href="socket_8h-source.html" shape="rect" coords="147,323,219,349" alt="">
24 </map>
25
26 <p>
27 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=""></center>
28 <map name="modules.hdep_map">
29 <area href="channels_8cpp-source.html" shape="rect" coords="141,7,240,34" alt="">
30 <area href="modules_8cpp-source.html" shape="rect" coords="141,58,240,84" alt="">
31 </map>
32
33 <p>
34 <a href="modules_8h-source.html">Go to the source code of this file.</a><table border="0" cellpadding="0" cellspacing="0">
35 <tr><td></td></tr>
36 <tr><td colspan="2"><br><h2>Classes</h2></td></tr>
37 <tr><td class="memItemLeft" nowrap align="right" valign="top">class &nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="classVersion.html">Version</a></td></tr>
38
39 <tr><td class="mdescLeft">&nbsp;</td><td class="mdescRight">Holds a module's Version information The four members (set by the constructor only) indicate details as to the version number of a module.  <a href="classVersion.html#_details">More...</a><br></td></tr>
40 <tr><td class="memItemLeft" nowrap align="right" valign="top">class &nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="classAdmin.html">Admin</a></td></tr>
41
42 <tr><td class="mdescLeft">&nbsp;</td><td class="mdescRight">Holds /ADMIN data This class contains the admin details of the local server.  <a href="classAdmin.html#_details">More...</a><br></td></tr>
43 <tr><td class="memItemLeft" nowrap align="right" valign="top">class &nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="classModuleMessage.html">ModuleMessage</a></td></tr>
44
45 <tr><td class="mdescLeft">&nbsp;</td><td class="mdescRight">The ModuleMessage class is the base class of <a class="el" href="classRequest.html">Request</a> and <a class="el" href="classEvent.html">Event</a> This class is used to represent a basic data structure which is passed between modules for safe inter-module communications.  <a href="classModuleMessage.html#_details">More...</a><br></td></tr>
46 <tr><td class="memItemLeft" nowrap align="right" valign="top">class &nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="classRequest.html">Request</a></td></tr>
47
48 <tr><td class="mdescLeft">&nbsp;</td><td class="mdescRight">The Request class is a unicast message directed at a given module.  <a href="classRequest.html#_details">More...</a><br></td></tr>
49 <tr><td class="memItemLeft" nowrap align="right" valign="top">class &nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="classEvent.html">Event</a></td></tr>
50
51 <tr><td class="mdescLeft">&nbsp;</td><td class="mdescRight">The Event class is a unicast message directed at all modules.  <a href="classEvent.html#_details">More...</a><br></td></tr>
52 <tr><td class="memItemLeft" nowrap align="right" valign="top">class &nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="classModule.html">Module</a></td></tr>
53
54 <tr><td class="mdescLeft">&nbsp;</td><td class="mdescRight">Base class for all InspIRCd modules This class is the base class for InspIRCd modules.  <a href="classModule.html#_details">More...</a><br></td></tr>
55 <tr><td class="memItemLeft" nowrap align="right" valign="top">class &nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="classServer.html">Server</a></td></tr>
56
57 <tr><td class="mdescLeft">&nbsp;</td><td class="mdescRight">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.  <a href="classServer.html#_details">More...</a><br></td></tr>
58 <tr><td class="memItemLeft" nowrap align="right" valign="top">class &nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="classConfigReader.html">ConfigReader</a></td></tr>
59
60 <tr><td class="mdescLeft">&nbsp;</td><td class="mdescRight">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.  <a href="classConfigReader.html#_details">More...</a><br></td></tr>
61 <tr><td class="memItemLeft" nowrap align="right" valign="top">class &nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="classFileReader.html">FileReader</a></td></tr>
62
63 <tr><td class="mdescLeft">&nbsp;</td><td class="mdescRight">Caches a text file into memory and can be used to retrieve lines from it.  <a href="classFileReader.html#_details">More...</a><br></td></tr>
64 <tr><td class="memItemLeft" nowrap align="right" valign="top">class &nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="classModuleFactory.html">ModuleFactory</a></td></tr>
65
66 <tr><td class="mdescLeft">&nbsp;</td><td class="mdescRight">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.  <a href="classModuleFactory.html#_details">More...</a><br></td></tr>
67 <tr><td colspan="2"><br><h2>Defines</h2></td></tr>
68 <tr><td class="memItemLeft" nowrap align="right" valign="top">#define&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="modules_8h.html#DEBUG">DEBUG</a>&nbsp;&nbsp;&nbsp;10</td></tr>
69
70 <tr><td class="memItemLeft" nowrap align="right" valign="top">#define&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="modules_8h.html#VERBOSE">VERBOSE</a>&nbsp;&nbsp;&nbsp;20</td></tr>
71
72 <tr><td class="memItemLeft" nowrap align="right" valign="top">#define&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="modules_8h.html#DEFAULT">DEFAULT</a>&nbsp;&nbsp;&nbsp;30</td></tr>
73
74 <tr><td class="memItemLeft" nowrap align="right" valign="top">#define&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="modules_8h.html#SPARSE">SPARSE</a>&nbsp;&nbsp;&nbsp;40</td></tr>
75
76 <tr><td class="memItemLeft" nowrap align="right" valign="top">#define&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="modules_8h.html#NONE">NONE</a>&nbsp;&nbsp;&nbsp;50</td></tr>
77
78 <tr><td class="memItemLeft" nowrap align="right" valign="top">#define&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="modules_8h.html#MT_5FCHANNEL">MT_CHANNEL</a>&nbsp;&nbsp;&nbsp;1</td></tr>
79
80 <tr><td class="memItemLeft" nowrap align="right" valign="top">#define&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="modules_8h.html#MT_5FCLIENT">MT_CLIENT</a>&nbsp;&nbsp;&nbsp;2</td></tr>
81
82 <tr><td class="memItemLeft" nowrap align="right" valign="top">#define&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="modules_8h.html#MT_5FSERVER">MT_SERVER</a>&nbsp;&nbsp;&nbsp;3</td></tr>
83
84 <tr><td class="memItemLeft" nowrap align="right" valign="top">#define&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="modules_8h.html#ACR_5FDEFAULT">ACR_DEFAULT</a>&nbsp;&nbsp;&nbsp;0</td></tr>
85
86 <tr><td class="memItemLeft" nowrap align="right" valign="top">#define&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="modules_8h.html#ACR_5FDENY">ACR_DENY</a>&nbsp;&nbsp;&nbsp;1</td></tr>
87
88 <tr><td class="memItemLeft" nowrap align="right" valign="top">#define&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="modules_8h.html#ACR_5FALLOW">ACR_ALLOW</a>&nbsp;&nbsp;&nbsp;2</td></tr>
89
90 <tr><td class="memItemLeft" nowrap align="right" valign="top">#define&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="modules_8h.html#AC_5FKICK">AC_KICK</a>&nbsp;&nbsp;&nbsp;0</td></tr>
91
92 <tr><td class="memItemLeft" nowrap align="right" valign="top">#define&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="modules_8h.html#AC_5FDEOP">AC_DEOP</a>&nbsp;&nbsp;&nbsp;1</td></tr>
93
94 <tr><td class="memItemLeft" nowrap align="right" valign="top">#define&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="modules_8h.html#AC_5FOP">AC_OP</a>&nbsp;&nbsp;&nbsp;2</td></tr>
95
96 <tr><td class="memItemLeft" nowrap align="right" valign="top">#define&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="modules_8h.html#AC_5FVOICE">AC_VOICE</a>&nbsp;&nbsp;&nbsp;3</td></tr>
97
98 <tr><td class="memItemLeft" nowrap align="right" valign="top">#define&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="modules_8h.html#AC_5FDEVOICE">AC_DEVOICE</a>&nbsp;&nbsp;&nbsp;4</td></tr>
99
100 <tr><td class="memItemLeft" nowrap align="right" valign="top">#define&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="modules_8h.html#AC_5FHALFOP">AC_HALFOP</a>&nbsp;&nbsp;&nbsp;5</td></tr>
101
102 <tr><td class="memItemLeft" nowrap align="right" valign="top">#define&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="modules_8h.html#AC_5FDEHALFOP">AC_DEHALFOP</a>&nbsp;&nbsp;&nbsp;6</td></tr>
103
104 <tr><td class="memItemLeft" nowrap align="right" valign="top">#define&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="modules_8h.html#AC_5FINVITE">AC_INVITE</a>&nbsp;&nbsp;&nbsp;7</td></tr>
105
106 <tr><td class="memItemLeft" nowrap align="right" valign="top">#define&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="modules_8h.html#AC_5FGENERAL_5FMODE">AC_GENERAL_MODE</a>&nbsp;&nbsp;&nbsp;8</td></tr>
107
108 <tr><td class="memItemLeft" nowrap align="right" valign="top">#define&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="modules_8h.html#VF_5FSTATIC">VF_STATIC</a>&nbsp;&nbsp;&nbsp;1</td></tr>
109
110 <tr><td class="memItemLeft" nowrap align="right" valign="top">#define&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="modules_8h.html#VF_5FVENDOR">VF_VENDOR</a>&nbsp;&nbsp;&nbsp;2</td></tr>
111
112 <tr><td class="memItemLeft" nowrap align="right" valign="top">#define&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="modules_8h.html#VF_5FSERVICEPROVIDER">VF_SERVICEPROVIDER</a>&nbsp;&nbsp;&nbsp;4</td></tr>
113
114 <tr><td class="memItemLeft" nowrap align="right" valign="top">#define&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="modules_8h.html#VF_5FCOMMON">VF_COMMON</a>&nbsp;&nbsp;&nbsp;8</td></tr>
115
116 <tr><td class="memItemLeft" nowrap align="right" valign="top">#define&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="modules_8h.html#FOREACH_5FMOD">FOREACH_MOD</a>&nbsp;&nbsp;&nbsp;for (int _i = 0; _i &lt;= <a class="el" href="modules_8cpp.html#MODCOUNT">MODCOUNT</a>; _i++) modules[_i]-&gt;</td></tr>
117
118 <tr><td class="memItemLeft" nowrap align="right" valign="top">#define&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="modules_8h.html#FOREACH_5FRESULT_28x_29">FOREACH_RESULT</a>(x)</td></tr>
119
120 <tr><td class="memItemLeft" nowrap align="right" valign="top">#define&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="modules_8h.html#FD_5FMAGIC_5FNUMBER">FD_MAGIC_NUMBER</a>&nbsp;&nbsp;&nbsp;-42</td></tr>
121
122 <tr><td class="memItemLeft" nowrap align="right" valign="top">#define&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="modules_8h.html#CONF_5FNOT_5FA_5FNUMBER">CONF_NOT_A_NUMBER</a>&nbsp;&nbsp;&nbsp;0x000010</td></tr>
123
124 <tr><td class="memItemLeft" nowrap align="right" valign="top">#define&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="modules_8h.html#CONF_5FNOT_5FUNSIGNED">CONF_NOT_UNSIGNED</a>&nbsp;&nbsp;&nbsp;0x000080</td></tr>
125
126 <tr><td class="memItemLeft" nowrap align="right" valign="top">#define&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="modules_8h.html#CONF_5FVALUE_5FNOT_5FFOUND">CONF_VALUE_NOT_FOUND</a>&nbsp;&nbsp;&nbsp;0x000100</td></tr>
127
128 <tr><td class="memItemLeft" nowrap align="right" valign="top">#define&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="modules_8h.html#CONF_5FFILE_5FNOT_5FFOUND">CONF_FILE_NOT_FOUND</a>&nbsp;&nbsp;&nbsp;0x000200</td></tr>
129
130 <tr><td colspan="2"><br><h2>Typedefs</h2></td></tr>
131 <tr><td class="memItemLeft" nowrap align="right" valign="top">typedef std::deque&lt; <a class="el" href="namespaceirc.html#string">std::string</a> &gt;&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="modules_8h.html#file_5Fcache">file_cache</a></td></tr>
132
133 <tr><td class="mdescLeft">&nbsp;</td><td class="mdescRight">Low level definition of a <a class="el" href="classFileReader.html">FileReader</a> classes file cache area.  <a href="#file_5Fcache"></a><br></td></tr>
134 <tr><td class="memItemLeft" nowrap align="right" valign="top">typedef <a class="el" href="modules_8h.html#file_5Fcache">file_cache</a>&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="modules_8h.html#string_5Flist">string_list</a></td></tr>
135
136 <tr><td class="memItemLeft" nowrap align="right" valign="top">typedef std::deque&lt; <a class="el" href="classuserrec.html">userrec</a> * &gt;&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="modules_8h.html#chanuserlist">chanuserlist</a></td></tr>
137
138 <tr><td class="mdescLeft">&nbsp;</td><td class="mdescRight">Holds a list of users in a channel.  <a href="#chanuserlist"></a><br></td></tr>
139 <tr><td class="memItemLeft" nowrap align="right" valign="top">typedef DLLFactory&lt; <a class="el" href="classModuleFactory.html">ModuleFactory</a> &gt;&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="modules_8h.html#ircd_5Fmodule">ircd_module</a></td></tr>
140
141 <tr><td colspan="2"><br><h2>Functions</h2></td></tr>
142 <tr><td class="memItemLeft" nowrap align="right" valign="top">void&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="modules_8h.html#createcommand_28char_20_2Acmd_2C_20handlerfunc_20f_2C_20char_20flags_2C_20int_20minparams_2C_20char_20_2Asource_29">createcommand</a> (char *cmd, handlerfunc f, char flags, int minparams, char *source)</td></tr>
143
144 <tr><td class="memItemLeft" nowrap align="right" valign="top">void&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="modules_8h.html#server_5Fmode_28char_20_2A_2Aparameters_2C_20int_20pcnt_2C_20userrec_20_2Auser_29">server_mode</a> (char **parameters, int pcnt, <a class="el" href="classuserrec.html">userrec</a> *user)</td></tr>
145
146 </table>
147 <hr><h2>Define Documentation</h2>
148 <a class="anchor" name="AC_5FDEHALFOP"></a><!-- doxytag: member="modules.h::AC_DEHALFOP" ref="AC_5FDEHALFOP" args="" --><p>
149 <table class="mdTable" cellpadding="2" cellspacing="0">
150   <tr>
151     <td class="mdRow">
152       <table cellpadding="0" cellspacing="0" border="0">
153         <tr>
154           <td class="md" nowrap valign="top">#define AC_DEHALFOP&nbsp;&nbsp;&nbsp;6          </td>
155         </tr>
156       </table>
157     </td>
158   </tr>
159 </table>
160 <table cellspacing="5" cellpadding="0" border="0">
161   <tr>
162     <td>
163       &nbsp;
164     </td>
165     <td>
166
167 <p>
168
169 <p>
170 Definition at line <a class="el" href="modules_8h-source.html#l00047">47</a> of file <a class="el" href="modules_8h-source.html">modules.h</a>.    </td>
171   </tr>
172 </table>
173 <a class="anchor" name="AC_5FDEOP"></a><!-- doxytag: member="modules.h::AC_DEOP" ref="AC_5FDEOP" args="" --><p>
174 <table class="mdTable" cellpadding="2" cellspacing="0">
175   <tr>
176     <td class="mdRow">
177       <table cellpadding="0" cellspacing="0" border="0">
178         <tr>
179           <td class="md" nowrap valign="top">#define AC_DEOP&nbsp;&nbsp;&nbsp;1          </td>
180         </tr>
181       </table>
182     </td>
183   </tr>
184 </table>
185 <table cellspacing="5" cellpadding="0" border="0">
186   <tr>
187     <td>
188       &nbsp;
189     </td>
190     <td>
191
192 <p>
193
194 <p>
195 Definition at line <a class="el" href="modules_8h-source.html#l00042">42</a> of file <a class="el" href="modules_8h-source.html">modules.h</a>.    </td>
196   </tr>
197 </table>
198 <a class="anchor" name="AC_5FDEVOICE"></a><!-- doxytag: member="modules.h::AC_DEVOICE" ref="AC_5FDEVOICE" args="" --><p>
199 <table class="mdTable" cellpadding="2" cellspacing="0">
200   <tr>
201     <td class="mdRow">
202       <table cellpadding="0" cellspacing="0" border="0">
203         <tr>
204           <td class="md" nowrap valign="top">#define AC_DEVOICE&nbsp;&nbsp;&nbsp;4          </td>
205         </tr>
206       </table>
207     </td>
208   </tr>
209 </table>
210 <table cellspacing="5" cellpadding="0" border="0">
211   <tr>
212     <td>
213       &nbsp;
214     </td>
215     <td>
216
217 <p>
218
219 <p>
220 Definition at line <a class="el" href="modules_8h-source.html#l00045">45</a> of file <a class="el" href="modules_8h-source.html">modules.h</a>.    </td>
221   </tr>
222 </table>
223 <a class="anchor" name="AC_5FGENERAL_5FMODE"></a><!-- doxytag: member="modules.h::AC_GENERAL_MODE" ref="AC_5FGENERAL_5FMODE" args="" --><p>
224 <table class="mdTable" cellpadding="2" cellspacing="0">
225   <tr>
226     <td class="mdRow">
227       <table cellpadding="0" cellspacing="0" border="0">
228         <tr>
229           <td class="md" nowrap valign="top">#define AC_GENERAL_MODE&nbsp;&nbsp;&nbsp;8          </td>
230         </tr>
231       </table>
232     </td>
233   </tr>
234 </table>
235 <table cellspacing="5" cellpadding="0" border="0">
236   <tr>
237     <td>
238       &nbsp;
239     </td>
240     <td>
241
242 <p>
243
244 <p>
245 Definition at line <a class="el" href="modules_8h-source.html#l00049">49</a> of file <a class="el" href="modules_8h-source.html">modules.h</a>.    </td>
246   </tr>
247 </table>
248 <a class="anchor" name="AC_5FHALFOP"></a><!-- doxytag: member="modules.h::AC_HALFOP" ref="AC_5FHALFOP" args="" --><p>
249 <table class="mdTable" cellpadding="2" cellspacing="0">
250   <tr>
251     <td class="mdRow">
252       <table cellpadding="0" cellspacing="0" border="0">
253         <tr>
254           <td class="md" nowrap valign="top">#define AC_HALFOP&nbsp;&nbsp;&nbsp;5          </td>
255         </tr>
256       </table>
257     </td>
258   </tr>
259 </table>
260 <table cellspacing="5" cellpadding="0" border="0">
261   <tr>
262     <td>
263       &nbsp;
264     </td>
265     <td>
266
267 <p>
268
269 <p>
270 Definition at line <a class="el" href="modules_8h-source.html#l00046">46</a> of file <a class="el" href="modules_8h-source.html">modules.h</a>.    </td>
271   </tr>
272 </table>
273 <a class="anchor" name="AC_5FINVITE"></a><!-- doxytag: member="modules.h::AC_INVITE" ref="AC_5FINVITE" args="" --><p>
274 <table class="mdTable" cellpadding="2" cellspacing="0">
275   <tr>
276     <td class="mdRow">
277       <table cellpadding="0" cellspacing="0" border="0">
278         <tr>
279           <td class="md" nowrap valign="top">#define AC_INVITE&nbsp;&nbsp;&nbsp;7          </td>
280         </tr>
281       </table>
282     </td>
283   </tr>
284 </table>
285 <table cellspacing="5" cellpadding="0" border="0">
286   <tr>
287     <td>
288       &nbsp;
289     </td>
290     <td>
291
292 <p>
293
294 <p>
295 Definition at line <a class="el" href="modules_8h-source.html#l00048">48</a> of file <a class="el" href="modules_8h-source.html">modules.h</a>.    </td>
296   </tr>
297 </table>
298 <a class="anchor" name="AC_5FKICK"></a><!-- doxytag: member="modules.h::AC_KICK" ref="AC_5FKICK" args="" --><p>
299 <table class="mdTable" cellpadding="2" cellspacing="0">
300   <tr>
301     <td class="mdRow">
302       <table cellpadding="0" cellspacing="0" border="0">
303         <tr>
304           <td class="md" nowrap valign="top">#define AC_KICK&nbsp;&nbsp;&nbsp;0          </td>
305         </tr>
306       </table>
307     </td>
308   </tr>
309 </table>
310 <table cellspacing="5" cellpadding="0" border="0">
311   <tr>
312     <td>
313       &nbsp;
314     </td>
315     <td>
316
317 <p>
318
319 <p>
320 Definition at line <a class="el" href="modules_8h-source.html#l00041">41</a> of file <a class="el" href="modules_8h-source.html">modules.h</a>.    </td>
321   </tr>
322 </table>
323 <a class="anchor" name="AC_5FOP"></a><!-- doxytag: member="modules.h::AC_OP" ref="AC_5FOP" args="" --><p>
324 <table class="mdTable" cellpadding="2" cellspacing="0">
325   <tr>
326     <td class="mdRow">
327       <table cellpadding="0" cellspacing="0" border="0">
328         <tr>
329           <td class="md" nowrap valign="top">#define AC_OP&nbsp;&nbsp;&nbsp;2          </td>
330         </tr>
331       </table>
332     </td>
333   </tr>
334 </table>
335 <table cellspacing="5" cellpadding="0" border="0">
336   <tr>
337     <td>
338       &nbsp;
339     </td>
340     <td>
341
342 <p>
343
344 <p>
345 Definition at line <a class="el" href="modules_8h-source.html#l00043">43</a> of file <a class="el" href="modules_8h-source.html">modules.h</a>.    </td>
346   </tr>
347 </table>
348 <a class="anchor" name="AC_5FVOICE"></a><!-- doxytag: member="modules.h::AC_VOICE" ref="AC_5FVOICE" args="" --><p>
349 <table class="mdTable" cellpadding="2" cellspacing="0">
350   <tr>
351     <td class="mdRow">
352       <table cellpadding="0" cellspacing="0" border="0">
353         <tr>
354           <td class="md" nowrap valign="top">#define AC_VOICE&nbsp;&nbsp;&nbsp;3          </td>
355         </tr>
356       </table>
357     </td>
358   </tr>
359 </table>
360 <table cellspacing="5" cellpadding="0" border="0">
361   <tr>
362     <td>
363       &nbsp;
364     </td>
365     <td>
366
367 <p>
368
369 <p>
370 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>
371   </tr>
372 </table>
373 <a class="anchor" name="ACR_5FALLOW"></a><!-- doxytag: member="modules.h::ACR_ALLOW" ref="ACR_5FALLOW" args="" --><p>
374 <table class="mdTable" cellpadding="2" cellspacing="0">
375   <tr>
376     <td class="mdRow">
377       <table cellpadding="0" cellspacing="0" border="0">
378         <tr>
379           <td class="md" nowrap valign="top">#define ACR_ALLOW&nbsp;&nbsp;&nbsp;2          </td>
380         </tr>
381       </table>
382     </td>
383   </tr>
384 </table>
385 <table cellspacing="5" cellpadding="0" border="0">
386   <tr>
387     <td>
388       &nbsp;
389     </td>
390     <td>
391
392 <p>
393
394 <p>
395 Definition at line <a class="el" href="modules_8h-source.html#l00039">39</a> of file <a class="el" href="modules_8h-source.html">modules.h</a>.    </td>
396   </tr>
397 </table>
398 <a class="anchor" name="ACR_5FDEFAULT"></a><!-- doxytag: member="modules.h::ACR_DEFAULT" ref="ACR_5FDEFAULT" args="" --><p>
399 <table class="mdTable" cellpadding="2" cellspacing="0">
400   <tr>
401     <td class="mdRow">
402       <table cellpadding="0" cellspacing="0" border="0">
403         <tr>
404           <td class="md" nowrap valign="top">#define ACR_DEFAULT&nbsp;&nbsp;&nbsp;0          </td>
405         </tr>
406       </table>
407     </td>
408   </tr>
409 </table>
410 <table cellspacing="5" cellpadding="0" border="0">
411   <tr>
412     <td>
413       &nbsp;
414     </td>
415     <td>
416
417 <p>
418
419 <p>
420 Definition at line <a class="el" href="modules_8h-source.html#l00037">37</a> of file <a class="el" href="modules_8h-source.html">modules.h</a>.
421 <p>
422 Referenced by <a class="el" href="modules_8cpp-source.html#l00328">Module::OnAccessCheck()</a>.    </td>
423   </tr>
424 </table>
425 <a class="anchor" name="ACR_5FDENY"></a><!-- doxytag: member="modules.h::ACR_DENY" ref="ACR_5FDENY" args="" --><p>
426 <table class="mdTable" cellpadding="2" cellspacing="0">
427   <tr>
428     <td class="mdRow">
429       <table cellpadding="0" cellspacing="0" border="0">
430         <tr>
431           <td class="md" nowrap valign="top">#define ACR_DENY&nbsp;&nbsp;&nbsp;1          </td>
432         </tr>
433       </table>
434     </td>
435   </tr>
436 </table>
437 <table cellspacing="5" cellpadding="0" border="0">
438   <tr>
439     <td>
440       &nbsp;
441     </td>
442     <td>
443
444 <p>
445
446 <p>
447 Definition at line <a class="el" href="modules_8h-source.html#l00038">38</a> of file <a class="el" href="modules_8h-source.html">modules.h</a>.    </td>
448   </tr>
449 </table>
450 <a class="anchor" name="CONF_5FFILE_5FNOT_5FFOUND"></a><!-- doxytag: member="modules.h::CONF_FILE_NOT_FOUND" ref="CONF_5FFILE_5FNOT_5FFOUND" args="" --><p>
451 <table class="mdTable" cellpadding="2" cellspacing="0">
452   <tr>
453     <td class="mdRow">
454       <table cellpadding="0" cellspacing="0" border="0">
455         <tr>
456           <td class="md" nowrap valign="top">#define CONF_FILE_NOT_FOUND&nbsp;&nbsp;&nbsp;0x000200          </td>
457         </tr>
458       </table>
459     </td>
460   </tr>
461 </table>
462 <table cellspacing="5" cellpadding="0" border="0">
463   <tr>
464     <td>
465       &nbsp;
466     </td>
467     <td>
468
469 <p>
470
471 <p>
472 Definition at line <a class="el" href="modules_8h-source.html#l01112">1112</a> of file <a class="el" href="modules_8h-source.html">modules.h</a>.
473 <p>
474 Referenced by <a class="el" href="modules_8cpp-source.html#l00796">ConfigReader::ConfigReader()</a>.    </td>
475   </tr>
476 </table>
477 <a class="anchor" name="CONF_5FNOT_5FA_5FNUMBER"></a><!-- doxytag: member="modules.h::CONF_NOT_A_NUMBER" ref="CONF_5FNOT_5FA_5FNUMBER" args="" --><p>
478 <table class="mdTable" cellpadding="2" cellspacing="0">
479   <tr>
480     <td class="mdRow">
481       <table cellpadding="0" cellspacing="0" border="0">
482         <tr>
483           <td class="md" nowrap valign="top">#define CONF_NOT_A_NUMBER&nbsp;&nbsp;&nbsp;0x000010          </td>
484         </tr>
485       </table>
486     </td>
487   </tr>
488 </table>
489 <table cellspacing="5" cellpadding="0" border="0">
490   <tr>
491     <td>
492       &nbsp;
493     </td>
494     <td>
495
496 <p>
497
498 <p>
499 Definition at line <a class="el" href="modules_8h-source.html#l01109">1109</a> of file <a class="el" href="modules_8h-source.html">modules.h</a>.
500 <p>
501 Referenced by <a class="el" href="modules_8cpp-source.html#l00858">ConfigReader::ReadInteger()</a>.    </td>
502   </tr>
503 </table>
504 <a class="anchor" name="CONF_5FNOT_5FUNSIGNED"></a><!-- doxytag: member="modules.h::CONF_NOT_UNSIGNED" ref="CONF_5FNOT_5FUNSIGNED" args="" --><p>
505 <table class="mdTable" cellpadding="2" cellspacing="0">
506   <tr>
507     <td class="mdRow">
508       <table cellpadding="0" cellspacing="0" border="0">
509         <tr>
510           <td class="md" nowrap valign="top">#define CONF_NOT_UNSIGNED&nbsp;&nbsp;&nbsp;0x000080          </td>
511         </tr>
512       </table>
513     </td>
514   </tr>
515 </table>
516 <table cellspacing="5" cellpadding="0" border="0">
517   <tr>
518     <td>
519       &nbsp;
520     </td>
521     <td>
522
523 <p>
524
525 <p>
526 Definition at line <a class="el" href="modules_8h-source.html#l01110">1110</a> of file <a class="el" href="modules_8h-source.html">modules.h</a>.
527 <p>
528 Referenced by <a class="el" href="modules_8cpp-source.html#l00858">ConfigReader::ReadInteger()</a>.    </td>
529   </tr>
530 </table>
531 <a class="anchor" name="CONF_5FVALUE_5FNOT_5FFOUND"></a><!-- doxytag: member="modules.h::CONF_VALUE_NOT_FOUND" ref="CONF_5FVALUE_5FNOT_5FFOUND" args="" --><p>
532 <table class="mdTable" cellpadding="2" cellspacing="0">
533   <tr>
534     <td class="mdRow">
535       <table cellpadding="0" cellspacing="0" border="0">
536         <tr>
537           <td class="md" nowrap valign="top">#define CONF_VALUE_NOT_FOUND&nbsp;&nbsp;&nbsp;0x000100          </td>
538         </tr>
539       </table>
540     </td>
541   </tr>
542 </table>
543 <table cellspacing="5" cellpadding="0" border="0">
544   <tr>
545     <td>
546       &nbsp;
547     </td>
548     <td>
549
550 <p>
551
552 <p>
553 Definition at line <a class="el" href="modules_8h-source.html#l01111">1111</a> of file <a class="el" href="modules_8h-source.html">modules.h</a>.
554 <p>
555 Referenced by <a class="el" href="modules_8cpp-source.html#l00841">ConfigReader::ReadFlag()</a>, <a class="el" href="modules_8cpp-source.html#l00858">ConfigReader::ReadInteger()</a>, and <a class="el" href="modules_8cpp-source.html#l00825">ConfigReader::ReadValue()</a>.    </td>
556   </tr>
557 </table>
558 <a class="anchor" name="DEBUG"></a><!-- doxytag: member="modules.h::DEBUG" ref="DEBUG" args="" --><p>
559 <table class="mdTable" cellpadding="2" cellspacing="0">
560   <tr>
561     <td class="mdRow">
562       <table cellpadding="0" cellspacing="0" border="0">
563         <tr>
564           <td class="md" nowrap valign="top">#define DEBUG&nbsp;&nbsp;&nbsp;10          </td>
565         </tr>
566       </table>
567     </td>
568   </tr>
569 </table>
570 <table cellspacing="5" cellpadding="0" border="0">
571   <tr>
572     <td>
573       &nbsp;
574     </td>
575     <td>
576
577 <p>
578
579 <p>
580 Definition at line <a class="el" href="modules_8h-source.html#l00023">23</a> of file <a class="el" href="modules_8h-source.html">modules.h</a>.
581 <p>
582 Referenced by <a class="el" href="modules_8cpp-source.html#l00597">Server::AddExtendedMode()</a>, <a class="el" href="channels_8cpp-source.html#l00195">chanrec::AddUser()</a>, <a class="el" href="channels_8cpp-source.html#l00201">chanrec::DelUser()</a>, <a class="el" href="users_8cpp-source.html#l00142">userrec::HasPermission()</a>, <a class="el" href="socket_8cpp-source.html#l00057">InspSocket::InspSocket()</a>, <a class="el" href="channels_8cpp-source.html#l00169">chanrec::IsCustomModeSet()</a>, <a class="el" href="socket_8cpp-source.html#l00141">InspSocket::Read()</a>, <a class="el" href="users_8cpp-source.html#l00076">userrec::ReadData()</a>, <a class="el" href="users_8cpp-source.html#l00120">userrec::RemoveInvite()</a>, <a class="el" href="channels_8cpp-source.html#l00113">chanrec::SetCustomMode()</a>, <a class="el" href="channels_8cpp-source.html#l00138">chanrec::SetCustomModeParam()</a>, <a class="el" href="socket_8cpp-source.html#l00227">InspSocket::SetState()</a>, <a class="el" href="users_8cpp-source.html#l00288">userrec::SetWriteError()</a>, and <a class="el" href="modules_8cpp-source.html#l00639">Server::UserToPseudo()</a>.    </td>
583   </tr>
584 </table>
585 <a class="anchor" name="DEFAULT"></a><!-- doxytag: member="modules.h::DEFAULT" ref="DEFAULT" args="" --><p>
586 <table class="mdTable" cellpadding="2" cellspacing="0">
587   <tr>
588     <td class="mdRow">
589       <table cellpadding="0" cellspacing="0" border="0">
590         <tr>
591           <td class="md" nowrap valign="top">#define DEFAULT&nbsp;&nbsp;&nbsp;30          </td>
592         </tr>
593       </table>
594     </td>
595   </tr>
596 </table>
597 <table cellspacing="5" cellpadding="0" border="0">
598   <tr>
599     <td>
600       &nbsp;
601     </td>
602     <td>
603
604 <p>
605
606 <p>
607 Definition at line <a class="el" href="modules_8h-source.html#l00025">25</a> of file <a class="el" href="modules_8h-source.html">modules.h</a>.    </td>
608   </tr>
609 </table>
610 <a class="anchor" name="FD_5FMAGIC_5FNUMBER"></a><!-- doxytag: member="modules.h::FD_MAGIC_NUMBER" ref="FD_5FMAGIC_5FNUMBER" args="" --><p>
611 <table class="mdTable" cellpadding="2" cellspacing="0">
612   <tr>
613     <td class="mdRow">
614       <table cellpadding="0" cellspacing="0" border="0">
615         <tr>
616           <td class="md" nowrap valign="top">#define FD_MAGIC_NUMBER&nbsp;&nbsp;&nbsp;-42          </td>
617         </tr>
618       </table>
619     </td>
620   </tr>
621 </table>
622 <table cellspacing="5" cellpadding="0" border="0">
623   <tr>
624     <td>
625       &nbsp;
626     </td>
627     <td>
628
629 <p>
630
631 <p>
632 Definition at line <a class="el" href="modules_8h-source.html#l00100">100</a> of file <a class="el" href="modules_8h-source.html">modules.h</a>.
633 <p>
634 Referenced by <a class="el" href="modules_8cpp-source.html#l00670">Server::PseudoToUser()</a>, and <a class="el" href="modules_8cpp-source.html#l00639">Server::UserToPseudo()</a>.    </td>
635   </tr>
636 </table>
637 <a class="anchor" name="FOREACH_5FMOD"></a><!-- doxytag: member="modules.h::FOREACH_MOD" ref="FOREACH_5FMOD" args="" --><p>
638 <table class="mdTable" cellpadding="2" cellspacing="0">
639   <tr>
640     <td class="mdRow">
641       <table cellpadding="0" cellspacing="0" border="0">
642         <tr>
643           <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#MODCOUNT">MODCOUNT</a>; _i++) modules[_i]-&gt;          </td>
644         </tr>
645       </table>
646     </td>
647   </tr>
648 </table>
649 <table cellspacing="5" cellpadding="0" border="0">
650   <tr>
651     <td>
652       &nbsp;
653     </td>
654     <td>
655
656 <p>
657
658 <p>
659 Definition at line <a class="el" href="modules_8h-source.html#l00080">80</a> of file <a class="el" href="modules_8h-source.html">modules.h</a>.
660 <p>
661 Referenced by <a class="el" href="modules_8cpp-source.html#l00293">Event::Send()</a>.    </td>
662   </tr>
663 </table>
664 <a class="anchor" name="FOREACH_5FRESULT_28x_29"></a><!-- doxytag: member="modules.h::FOREACH_RESULT" ref="FOREACH_5FRESULT_28x_29" args="(x)" --><p>
665 <table class="mdTable" cellpadding="2" cellspacing="0">
666   <tr>
667     <td class="mdRow">
668       <table cellpadding="0" cellspacing="0" border="0">
669         <tr>
670           <td class="md" nowrap valign="top">#define FOREACH_RESULT          </td>
671           <td class="md" valign="top">(&nbsp;</td>
672           <td class="md" nowrap valign="top">x&nbsp;</td>
673           <td class="mdname1" valign="top" nowrap>          </td>
674           <td class="md" valign="top">&nbsp;)&nbsp;</td>
675           <td class="md" nowrap></td>
676         </tr>
677       </table>
678     </td>
679   </tr>
680 </table>
681 <table cellspacing="5" cellpadding="0" border="0">
682   <tr>
683     <td>
684       &nbsp;
685     </td>
686     <td>
687
688 <p>
689 <b>Value:</b><div class="fragment"><pre class="fragment">{ MOD_RESULT = 0; \
690                         <span class="keywordflow">for</span> (<span class="keywordtype">int</span> _i = 0; _i &lt;= <a class="code" href="channels_8cpp.html#MODCOUNT">MODCOUNT</a>; _i++) { \
691                         <span class="keywordtype">int</span> res = <a class="code" href="channels_8cpp.html#modules">modules</a>[_i]-&gt;x ; \
692                         <span class="keywordflow">if</span> (res != 0) { \
693                                 MOD_RESULT = res; \
694                                 <span class="keywordflow">break</span>; \
695                         } \
696                 } \
697         }
698 </pre></div>
699 <p>
700 Definition at line <a class="el" href="modules_8h-source.html#l00088">88</a> of file <a class="el" href="modules_8h-source.html">modules.h</a>.    </td>
701   </tr>
702 </table>
703 <a class="anchor" name="MT_5FCHANNEL"></a><!-- doxytag: member="modules.h::MT_CHANNEL" ref="MT_5FCHANNEL" args="" --><p>
704 <table class="mdTable" cellpadding="2" cellspacing="0">
705   <tr>
706     <td class="mdRow">
707       <table cellpadding="0" cellspacing="0" border="0">
708         <tr>
709           <td class="md" nowrap valign="top">#define MT_CHANNEL&nbsp;&nbsp;&nbsp;1          </td>
710         </tr>
711       </table>
712     </td>
713   </tr>
714 </table>
715 <table cellspacing="5" cellpadding="0" border="0">
716   <tr>
717     <td>
718       &nbsp;
719     </td>
720     <td>
721
722 <p>
723
724 <p>
725 Definition at line <a class="el" href="modules_8h-source.html#l00031">31</a> of file <a class="el" href="modules_8h-source.html">modules.h</a>.
726 <p>
727 Referenced by <a class="el" href="modules_8cpp-source.html#l00625">Server::AddExtendedListMode()</a>, and <a class="el" href="modules_8cpp-source.html#l00231">ModeMakeList()</a>.    </td>
728   </tr>
729 </table>
730 <a class="anchor" name="MT_5FCLIENT"></a><!-- doxytag: member="modules.h::MT_CLIENT" ref="MT_5FCLIENT" args="" --><p>
731 <table class="mdTable" cellpadding="2" cellspacing="0">
732   <tr>
733     <td class="mdRow">
734       <table cellpadding="0" cellspacing="0" border="0">
735         <tr>
736           <td class="md" nowrap valign="top">#define MT_CLIENT&nbsp;&nbsp;&nbsp;2          </td>
737         </tr>
738       </table>
739     </td>
740   </tr>
741 </table>
742 <table cellspacing="5" cellpadding="0" border="0">
743   <tr>
744     <td>
745       &nbsp;
746     </td>
747     <td>
748
749 <p>
750
751 <p>
752 Definition at line <a class="el" href="modules_8h-source.html#l00032">32</a> of file <a class="el" href="modules_8h-source.html">modules.h</a>.
753 <p>
754 Referenced by <a class="el" href="modules_8cpp-source.html#l00597">Server::AddExtendedMode()</a>.    </td>
755   </tr>
756 </table>
757 <a class="anchor" name="MT_5FSERVER"></a><!-- doxytag: member="modules.h::MT_SERVER" ref="MT_5FSERVER" args="" --><p>
758 <table class="mdTable" cellpadding="2" cellspacing="0">
759   <tr>
760     <td class="mdRow">
761       <table cellpadding="0" cellspacing="0" border="0">
762         <tr>
763           <td class="md" nowrap valign="top">#define MT_SERVER&nbsp;&nbsp;&nbsp;3          </td>
764         </tr>
765       </table>
766     </td>
767   </tr>
768 </table>
769 <table cellspacing="5" cellpadding="0" border="0">
770   <tr>
771     <td>
772       &nbsp;
773     </td>
774     <td>
775
776 <p>
777
778 <p>
779 Definition at line <a class="el" href="modules_8h-source.html#l00033">33</a> of file <a class="el" href="modules_8h-source.html">modules.h</a>.
780 <p>
781 Referenced by <a class="el" href="modules_8cpp-source.html#l00597">Server::AddExtendedMode()</a>.    </td>
782   </tr>
783 </table>
784 <a class="anchor" name="NONE"></a><!-- doxytag: member="modules.h::NONE" ref="NONE" args="" --><p>
785 <table class="mdTable" cellpadding="2" cellspacing="0">
786   <tr>
787     <td class="mdRow">
788       <table cellpadding="0" cellspacing="0" border="0">
789         <tr>
790           <td class="md" nowrap valign="top">#define NONE&nbsp;&nbsp;&nbsp;50          </td>
791         </tr>
792       </table>
793     </td>
794   </tr>
795 </table>
796 <table cellspacing="5" cellpadding="0" border="0">
797   <tr>
798     <td>
799       &nbsp;
800     </td>
801     <td>
802
803 <p>
804
805 <p>
806 Definition at line <a class="el" href="modules_8h-source.html#l00027">27</a> of file <a class="el" href="modules_8h-source.html">modules.h</a>.    </td>
807   </tr>
808 </table>
809 <a class="anchor" name="SPARSE"></a><!-- doxytag: member="modules.h::SPARSE" ref="SPARSE" args="" --><p>
810 <table class="mdTable" cellpadding="2" cellspacing="0">
811   <tr>
812     <td class="mdRow">
813       <table cellpadding="0" cellspacing="0" border="0">
814         <tr>
815           <td class="md" nowrap valign="top">#define SPARSE&nbsp;&nbsp;&nbsp;40          </td>
816         </tr>
817       </table>
818     </td>
819   </tr>
820 </table>
821 <table cellspacing="5" cellpadding="0" border="0">
822   <tr>
823     <td>
824       &nbsp;
825     </td>
826     <td>
827
828 <p>
829
830 <p>
831 Definition at line <a class="el" href="modules_8h-source.html#l00026">26</a> of file <a class="el" href="modules_8h-source.html">modules.h</a>.    </td>
832   </tr>
833 </table>
834 <a class="anchor" name="VERBOSE"></a><!-- doxytag: member="modules.h::VERBOSE" ref="VERBOSE" args="" --><p>
835 <table class="mdTable" cellpadding="2" cellspacing="0">
836   <tr>
837     <td class="mdRow">
838       <table cellpadding="0" cellspacing="0" border="0">
839         <tr>
840           <td class="md" nowrap valign="top">#define VERBOSE&nbsp;&nbsp;&nbsp;20          </td>
841         </tr>
842       </table>
843     </td>
844   </tr>
845 </table>
846 <table cellspacing="5" cellpadding="0" border="0">
847   <tr>
848     <td>
849       &nbsp;
850     </td>
851     <td>
852
853 <p>
854
855 <p>
856 Definition at line <a class="el" href="modules_8h-source.html#l00024">24</a> of file <a class="el" href="modules_8h-source.html">modules.h</a>.    </td>
857   </tr>
858 </table>
859 <a class="anchor" name="VF_5FCOMMON"></a><!-- doxytag: member="modules.h::VF_COMMON" ref="VF_5FCOMMON" args="" --><p>
860 <table class="mdTable" cellpadding="2" cellspacing="0">
861   <tr>
862     <td class="mdRow">
863       <table cellpadding="0" cellspacing="0" border="0">
864         <tr>
865           <td class="md" nowrap valign="top">#define VF_COMMON&nbsp;&nbsp;&nbsp;8          </td>
866         </tr>
867       </table>
868     </td>
869   </tr>
870 </table>
871 <table cellspacing="5" cellpadding="0" border="0">
872   <tr>
873     <td>
874       &nbsp;
875     </td>
876     <td>
877
878 <p>
879
880 <p>
881 Definition at line <a class="el" href="modules_8h-source.html#l00056">56</a> of file <a class="el" href="modules_8h-source.html">modules.h</a>.    </td>
882   </tr>
883 </table>
884 <a class="anchor" name="VF_5FSERVICEPROVIDER"></a><!-- doxytag: member="modules.h::VF_SERVICEPROVIDER" ref="VF_5FSERVICEPROVIDER" args="" --><p>
885 <table class="mdTable" cellpadding="2" cellspacing="0">
886   <tr>
887     <td class="mdRow">
888       <table cellpadding="0" cellspacing="0" border="0">
889         <tr>
890           <td class="md" nowrap valign="top">#define VF_SERVICEPROVIDER&nbsp;&nbsp;&nbsp;4          </td>
891         </tr>
892       </table>
893     </td>
894   </tr>
895 </table>
896 <table cellspacing="5" cellpadding="0" border="0">
897   <tr>
898     <td>
899       &nbsp;
900     </td>
901     <td>
902
903 <p>
904
905 <p>
906 Definition at line <a class="el" href="modules_8h-source.html#l00055">55</a> of file <a class="el" href="modules_8h-source.html">modules.h</a>.    </td>
907   </tr>
908 </table>
909 <a class="anchor" name="VF_5FSTATIC"></a><!-- doxytag: member="modules.h::VF_STATIC" ref="VF_5FSTATIC" args="" --><p>
910 <table class="mdTable" cellpadding="2" cellspacing="0">
911   <tr>
912     <td class="mdRow">
913       <table cellpadding="0" cellspacing="0" border="0">
914         <tr>
915           <td class="md" nowrap valign="top">#define VF_STATIC&nbsp;&nbsp;&nbsp;1          </td>
916         </tr>
917       </table>
918     </td>
919   </tr>
920 </table>
921 <table cellspacing="5" cellpadding="0" border="0">
922   <tr>
923     <td>
924       &nbsp;
925     </td>
926     <td>
927
928 <p>
929
930 <p>
931 Definition at line <a class="el" href="modules_8h-source.html#l00053">53</a> of file <a class="el" href="modules_8h-source.html">modules.h</a>.    </td>
932   </tr>
933 </table>
934 <a class="anchor" name="VF_5FVENDOR"></a><!-- doxytag: member="modules.h::VF_VENDOR" ref="VF_5FVENDOR" args="" --><p>
935 <table class="mdTable" cellpadding="2" cellspacing="0">
936   <tr>
937     <td class="mdRow">
938       <table cellpadding="0" cellspacing="0" border="0">
939         <tr>
940           <td class="md" nowrap valign="top">#define VF_VENDOR&nbsp;&nbsp;&nbsp;2          </td>
941         </tr>
942       </table>
943     </td>
944   </tr>
945 </table>
946 <table cellspacing="5" cellpadding="0" border="0">
947   <tr>
948     <td>
949       &nbsp;
950     </td>
951     <td>
952
953 <p>
954
955 <p>
956 Definition at line <a class="el" href="modules_8h-source.html#l00054">54</a> of file <a class="el" href="modules_8h-source.html">modules.h</a>.
957 <p>
958 Referenced by <a class="el" href="modules_8cpp-source.html#l00319">Module::GetVersion()</a>.    </td>
959   </tr>
960 </table>
961 <hr><h2>Typedef Documentation</h2>
962 <a class="anchor" name="chanuserlist"></a><!-- doxytag: member="modules.h::chanuserlist" ref="chanuserlist" args="" --><p>
963 <table class="mdTable" cellpadding="2" cellspacing="0">
964   <tr>
965     <td class="mdRow">
966       <table cellpadding="0" cellspacing="0" border="0">
967         <tr>
968           <td class="md" nowrap valign="top">typedef std::deque&lt;<a class="el" href="classuserrec.html">userrec</a>*&gt; <a class="el" href="modules_8h.html#chanuserlist">chanuserlist</a>          </td>
969         </tr>
970       </table>
971     </td>
972   </tr>
973 </table>
974 <table cellspacing="5" cellpadding="0" border="0">
975   <tr>
976     <td>
977       &nbsp;
978     </td>
979     <td>
980
981 <p>
982 Holds a list of users in a channel. 
983 <p>
984
985 <p>
986 Definition at line <a class="el" href="modules_8h-source.html#l00073">73</a> of file <a class="el" href="modules_8h-source.html">modules.h</a>.    </td>
987   </tr>
988 </table>
989 <a class="anchor" name="file_5Fcache"></a><!-- doxytag: member="modules.h::file_cache" ref="file_5Fcache" args="" --><p>
990 <table class="mdTable" cellpadding="2" cellspacing="0">
991   <tr>
992     <td class="mdRow">
993       <table cellpadding="0" cellspacing="0" border="0">
994         <tr>
995           <td class="md" nowrap valign="top">typedef std::deque&lt;<a class="el" href="namespaceirc.html#string">std::string</a>&gt; <a class="el" href="modules_8h.html#file_5Fcache">file_cache</a>          </td>
996         </tr>
997       </table>
998     </td>
999   </tr>
1000 </table>
1001 <table cellspacing="5" cellpadding="0" border="0">
1002   <tr>
1003     <td>
1004       &nbsp;
1005     </td>
1006     <td>
1007
1008 <p>
1009 Low level definition of a <a class="el" href="classFileReader.html">FileReader</a> classes file cache area. 
1010 <p>
1011
1012 <p>
1013 Definition at line <a class="el" href="modules_8h-source.html#l00068">68</a> of file <a class="el" href="modules_8h-source.html">modules.h</a>.    </td>
1014   </tr>
1015 </table>
1016 <a class="anchor" name="ircd_5Fmodule"></a><!-- doxytag: member="modules.h::ircd_module" ref="ircd_5Fmodule" args="" --><p>
1017 <table class="mdTable" cellpadding="2" cellspacing="0">
1018   <tr>
1019     <td class="mdRow">
1020       <table cellpadding="0" cellspacing="0" border="0">
1021         <tr>
1022           <td class="md" nowrap valign="top">typedef DLLFactory&lt;<a class="el" href="classModuleFactory.html">ModuleFactory</a>&gt; <a class="el" href="modules_8h.html#ircd_5Fmodule">ircd_module</a>          </td>
1023         </tr>
1024       </table>
1025     </td>
1026   </tr>
1027 </table>
1028 <table cellspacing="5" cellpadding="0" border="0">
1029   <tr>
1030     <td>
1031       &nbsp;
1032     </td>
1033     <td>
1034
1035 <p>
1036
1037 <p>
1038 Definition at line <a class="el" href="modules_8h-source.html#l01278">1278</a> of file <a class="el" href="modules_8h-source.html">modules.h</a>.    </td>
1039   </tr>
1040 </table>
1041 <a class="anchor" name="string_5Flist"></a><!-- doxytag: member="modules.h::string_list" ref="string_5Flist" args="" --><p>
1042 <table class="mdTable" cellpadding="2" cellspacing="0">
1043   <tr>
1044     <td class="mdRow">
1045       <table cellpadding="0" cellspacing="0" border="0">
1046         <tr>
1047           <td class="md" nowrap valign="top">typedef <a class="el" href="modules_8h.html#file_5Fcache">file_cache</a> <a class="el" href="modules_8h.html#string_5Flist">string_list</a>          </td>
1048         </tr>
1049       </table>
1050     </td>
1051   </tr>
1052 </table>
1053 <table cellspacing="5" cellpadding="0" border="0">
1054   <tr>
1055     <td>
1056       &nbsp;
1057     </td>
1058     <td>
1059
1060 <p>
1061
1062 <p>
1063 Definition at line <a class="el" href="modules_8h-source.html#l00069">69</a> of file <a class="el" href="modules_8h-source.html">modules.h</a>.    </td>
1064   </tr>
1065 </table>
1066 <hr><h2>Function Documentation</h2>
1067 <a class="anchor" name="createcommand_28char_20_2Acmd_2C_20handlerfunc_20f_2C_20char_20flags_2C_20int_20minparams_2C_20char_20_2Asource_29"></a><!-- doxytag: member="modules.h::createcommand" ref="createcommand_28char_20_2Acmd_2C_20handlerfunc_20f_2C_20char_20flags_2C_20int_20minparams_2C_20char_20_2Asource_29" args="(char *cmd, handlerfunc f, char flags, int minparams, char *source)" --><p>
1068 <table class="mdTable" cellpadding="2" cellspacing="0">
1069   <tr>
1070     <td class="mdRow">
1071       <table cellpadding="0" cellspacing="0" border="0">
1072         <tr>
1073           <td class="md" nowrap valign="top">void createcommand           </td>
1074           <td class="md" valign="top">(&nbsp;</td>
1075           <td class="md" nowrap valign="top">char *&nbsp;</td>
1076           <td class="mdname" nowrap> <em>cmd</em>, </td>
1077         </tr>
1078         <tr>
1079           <td class="md" nowrap align="right"></td>
1080           <td class="md"></td>
1081           <td class="md" nowrap>handlerfunc&nbsp;</td>
1082           <td class="mdname" nowrap> <em>f</em>, </td>
1083         </tr>
1084         <tr>
1085           <td class="md" nowrap align="right"></td>
1086           <td class="md"></td>
1087           <td class="md" nowrap>char&nbsp;</td>
1088           <td class="mdname" nowrap> <em>flags</em>, </td>
1089         </tr>
1090         <tr>
1091           <td class="md" nowrap align="right"></td>
1092           <td class="md"></td>
1093           <td class="md" nowrap>int&nbsp;</td>
1094           <td class="mdname" nowrap> <em>minparams</em>, </td>
1095         </tr>
1096         <tr>
1097           <td class="md" nowrap align="right"></td>
1098           <td class="md"></td>
1099           <td class="md" nowrap>char *&nbsp;</td>
1100           <td class="mdname" nowrap> <em>source</em></td>
1101         </tr>
1102         <tr>
1103           <td class="md"></td>
1104           <td class="md">)&nbsp;</td>
1105           <td class="md" colspan="2"></td>
1106         </tr>
1107       </table>
1108     </td>
1109   </tr>
1110 </table>
1111 <table cellspacing="5" cellpadding="0" border="0">
1112   <tr>
1113     <td>
1114       &nbsp;
1115     </td>
1116     <td>
1117
1118 <p>
1119
1120 <p>
1121 Referenced by <a class="el" href="modules_8cpp-source.html#l00457">Server::AddCommand()</a>.    </td>
1122   </tr>
1123 </table>
1124 <a class="anchor" name="server_5Fmode_28char_20_2A_2Aparameters_2C_20int_20pcnt_2C_20userrec_20_2Auser_29"></a><!-- doxytag: member="modules.h::server_mode" ref="server_5Fmode_28char_20_2A_2Aparameters_2C_20int_20pcnt_2C_20userrec_20_2Auser_29" args="(char **parameters, int pcnt, userrec *user)" --><p>
1125 <table class="mdTable" cellpadding="2" cellspacing="0">
1126   <tr>
1127     <td class="mdRow">
1128       <table cellpadding="0" cellspacing="0" border="0">
1129         <tr>
1130           <td class="md" nowrap valign="top">void server_mode           </td>
1131           <td class="md" valign="top">(&nbsp;</td>
1132           <td class="md" nowrap valign="top">char **&nbsp;</td>
1133           <td class="mdname" nowrap> <em>parameters</em>, </td>
1134         </tr>
1135         <tr>
1136           <td class="md" nowrap align="right"></td>
1137           <td class="md"></td>
1138           <td class="md" nowrap>int&nbsp;</td>
1139           <td class="mdname" nowrap> <em>pcnt</em>, </td>
1140         </tr>
1141         <tr>
1142           <td class="md" nowrap align="right"></td>
1143           <td class="md"></td>
1144           <td class="md" nowrap><a class="el" href="classuserrec.html">userrec</a> *&nbsp;</td>
1145           <td class="mdname" nowrap> <em>user</em></td>
1146         </tr>
1147         <tr>
1148           <td class="md"></td>
1149           <td class="md">)&nbsp;</td>
1150           <td class="md" colspan="2"></td>
1151         </tr>
1152       </table>
1153     </td>
1154   </tr>
1155 </table>
1156 <table cellspacing="5" cellpadding="0" border="0">
1157   <tr>
1158     <td>
1159       &nbsp;
1160     </td>
1161     <td>
1162
1163 <p>
1164     </td>
1165   </tr>
1166 </table>
1167 <hr size="1"><address style="align: right;"><small>Generated on Sun Nov 27 01:43:24 2005 for InspIRCd by&nbsp;
1168 <a href="http://www.doxygen.org/index.html">
1169 <img src="doxygen.png" alt="doxygen" align="middle" border="0"></a> 1.4.4-20050815 </small></address>
1170 </body>
1171 </html>