]> git.netwichtig.de Git - user/henk/code/inspircd.git/blobdiff - docs/man/man3/command_t.3
Re-added the dot graphs again
[user/henk/code/inspircd.git] / docs / man / man3 / command_t.3
index 8f322949494efdde5eaf57bcefcaaf82c7b19cba..fe5b1b348c0bd107eef572ee564a5a94686f4403 100644 (file)
@@ -1,8 +1,8 @@
-.TH "command_t" 3 "2 May 2004" "InspIRCd" \" -*- nroff -*-
+.TH "command_t" 3 "13 May 2005" "InspIRCd" \" -*- nroff -*-
 .ad l
 .nh
 .SH NAME
-command_t \- A structure that defines a command. 
+command_t \- A structure that defines a command.  
 
 .PP
 .SH SYNOPSIS
@@ -18,51 +18,58 @@ Inherits \fBExtensible\fP.
 .ti -1c
 .RI "char \fBcommand\fP [MAXBUF]"
 .br
-.RI "\fICommand name.\fP"
+.RI "\fICommand name. \fP"
 .ti -1c
 .RI "handlerfunc * \fBhandler_function\fP"
 .br
-.RI "\fIHandler function as in typedef.\fP"
+.RI "\fIHandler function as in typedef. \fP"
 .ti -1c
 .RI "char \fBflags_needed\fP"
 .br
-.RI "\fIUser flags needed to execute the command or 0.\fP"
+.RI "\fIUser flags needed to execute the command or 0. \fP"
 .ti -1c
 .RI "int \fBmin_params\fP"
 .br
-.RI "\fIMinimum number of parameters command takes.\fP"
+.RI "\fIMinimum number of parameters command takes. \fP"
 .ti -1c
 .RI "long \fBuse_count\fP"
 .br
-.RI "\fIused by /stats m\fP"
+.RI "\fIused by /stats m \fP"
 .ti -1c
 .RI "long \fBtotal_bytes\fP"
 .br
-.RI "\fIused by /stats m\fP"
+.RI "\fIused by /stats m \fP"
+.ti -1c
+.RI "char \fBsource\fP [MAXBUF]"
+.br
+.RI "\fIused for resource tracking between modules \fP"
 .in -1c
 .SH "Detailed Description"
 .PP 
-A structure that defines a command.Definition at line 25 of file ctables.h.
+A structure that defines a command. Definition at line 26 of file ctables.h.
 .SH "Member Data Documentation"
 .PP 
-.SS "char command_t::command[MAXBUF]"
+.SS "char \fBcommand_t::command\fP[MAXBUF]"
+.PP
+Command name. Definition at line 31 of file ctables.h.
+.SS "char \fBcommand_t::flags_needed\fP"
 .PP
-Command name.Definition at line 30 of file ctables.h.
-.SS "char command_t::flags_needed"
+User flags needed to execute the command or 0. Definition at line 37 of file ctables.h.
+.SS "handlerfunc* \fBcommand_t::handler_function\fP"
 .PP
-User flags needed to execute the command or 0.Definition at line 36 of file ctables.h.
-.SS "handlerfunc* command_t::handler_function"
+Handler function as in typedef. Definition at line 34 of file ctables.h.
+.SS "int \fBcommand_t::min_params\fP"
 .PP
-Handler function as in typedef.Definition at line 33 of file ctables.h.
-.SS "int command_t::min_params"
+Minimum number of parameters command takes. Definition at line 40 of file ctables.h.
+.SS "char \fBcommand_t::source\fP[MAXBUF]"
 .PP
-Minimum number of parameters command takes.Definition at line 39 of file ctables.h.
-.SS "long command_t::total_bytes"
+used for resource tracking between modules Definition at line 49 of file ctables.h.
+.SS "long \fBcommand_t::total_bytes\fP"
 .PP
-used by /stats mDefinition at line 45 of file ctables.h.
-.SS "long command_t::use_count"
+used by /stats m Definition at line 46 of file ctables.h.
+.SS "long \fBcommand_t::use_count\fP"
 .PP
-used by /stats mDefinition at line 42 of file ctables.h.
+used by /stats m Definition at line 43 of file ctables.h.
 
 .SH "Author"
 .PP