diff options
author | brain <brain@e03df62e-2008-0410-955e-edbf42e46eb7> | 2005-03-25 03:51:56 +0000 |
---|---|---|
committer | brain <brain@e03df62e-2008-0410-955e-edbf42e46eb7> | 2005-03-25 03:51:56 +0000 |
commit | 52899de0ff2d62ca0542b243c41626010bf62083 (patch) | |
tree | b9c92bbdb7d65a7467cbd6ebcbc31dc2f96e09e3 /docs/man/man3/ModeParameter.3 | |
parent | 0340f1a432d684347d8dbc3aa85c8436c56d4039 (diff) |
Documentation update
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@899 e03df62e-2008-0410-955e-edbf42e46eb7
Diffstat (limited to 'docs/man/man3/ModeParameter.3')
-rw-r--r-- | docs/man/man3/ModeParameter.3 | 20 |
1 files changed, 10 insertions, 10 deletions
diff --git a/docs/man/man3/ModeParameter.3 b/docs/man/man3/ModeParameter.3 index 7d83d8d88..a3ae736f6 100644 --- a/docs/man/man3/ModeParameter.3 +++ b/docs/man/man3/ModeParameter.3 @@ -1,8 +1,8 @@ -.TH "ModeParameter" 3 "2 May 2004" "InspIRCd" \" -*- nroff -*- +.TH "ModeParameter" 3 "25 Mar 2005" "InspIRCd" \" -*- nroff -*- .ad l .nh .SH NAME -ModeParameter \- Holds a custom parameter to a module-defined channel mode e.g. +ModeParameter \- Holds a custom parameter to a module-defined channel mode e.g. .PP .SH SYNOPSIS @@ -27,26 +27,26 @@ Inherits \fBclassbase\fP. .in -1c .SH "Detailed Description" .PP -Holds a custom parameter to a module-defined channel mode e.g. +Holds a custom parameter to a module-defined channel mode e.g. for +L this would hold the channel name. .PP -Definition at line 59 of file channels.h. +Definition at line 70 of file channels.h. .SH "Member Data Documentation" .PP -.SS "char ModeParameter::channel[CHANMAX]" +.SS "char \fBModeParameter::channel\fP[CHANMAX]" .PP -Definition at line 64 of file channels.h. +Definition at line 75 of file channels.h. .PP Referenced by chanrec::SetCustomModeParam(). -.SS "char ModeParameter::mode" +.SS "char \fBModeParameter::mode\fP" .PP -Definition at line 62 of file channels.h. +Definition at line 73 of file channels.h. .PP Referenced by chanrec::SetCustomModeParam(). -.SS "char ModeParameter::parameter[MAXBUF]" +.SS "char \fBModeParameter::parameter\fP[MAXBUF]" .PP -Definition at line 63 of file channels.h. +Definition at line 74 of file channels.h. .PP Referenced by chanrec::SetCustomModeParam(). |