summaryrefslogtreecommitdiff
path: root/docs/man/man3/command_t.3
diff options
context:
space:
mode:
authorbrain <brain@e03df62e-2008-0410-955e-edbf42e46eb7>2005-04-07 20:15:05 +0000
committerbrain <brain@e03df62e-2008-0410-955e-edbf42e46eb7>2005-04-07 20:15:05 +0000
commit755d67224f033aaa9b4ef3d2dd00f46bb8c19dc2 (patch)
treea1e26279c8df6310c611bb2ddd3ea87cec95b9e8 /docs/man/man3/command_t.3
parent4efba4dad4b21f8ae2357a473b335e147b83a7c7 (diff)
New docs to match extra module Version class stuff, etc
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@1008 e03df62e-2008-0410-955e-edbf42e46eb7
Diffstat (limited to 'docs/man/man3/command_t.3')
-rw-r--r--docs/man/man3/command_t.39
1 files changed, 8 insertions, 1 deletions
diff --git a/docs/man/man3/command_t.3 b/docs/man/man3/command_t.3
index 30cc7884c..f791b6319 100644
--- a/docs/man/man3/command_t.3
+++ b/docs/man/man3/command_t.3
@@ -1,4 +1,4 @@
-.TH "command_t" 3 "4 Apr 2005" "InspIRCd" \" -*- nroff -*-
+.TH "command_t" 3 "7 Apr 2005" "InspIRCd" \" -*- nroff -*-
.ad l
.nh
.SH NAME
@@ -39,6 +39,10 @@ Inherits \fBExtensible\fP.
.RI "long \fBtotal_bytes\fP"
.br
.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
@@ -57,6 +61,9 @@ Handler function as in typedef. Definition at line 34 of file ctables.h.
.SS "int \fBcommand_t::min_params\fP"
.PP
Minimum number of parameters command takes. Definition at line 40 of file ctables.h.
+.SS "char \fBcommand_t::source\fP[MAXBUF]"
+.PP
+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 m Definition at line 46 of file ctables.h.