X-Git-Url: https://git.netwichtig.de/gitweb/?a=blobdiff_plain;f=docs%2Fman%2Fman3%2FModeParameter.3;h=3401d36cb341d9189c9135158de97600a63d0a0f;hb=3d7312f8af1becdbe458392e14ea64c904ee7b92;hp=7d83d8d884694d8fae3c3e8b076ae21a684eb20a;hpb=7d0fc076616482c78d197cfda9d5bd7e075d43d0;p=user%2Fhenk%2Fcode%2Finspircd.git diff --git a/docs/man/man3/ModeParameter.3 b/docs/man/man3/ModeParameter.3 index 7d83d8d88..3401d36cb 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 "9 Apr 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().