]> git.netwichtig.de Git - user/henk/code/inspircd.git/blobdiff - docs/man/man3/ModeParameter.3
Changed parameters of OnPacketTransmit and OnPacketReceive to be much more useful
[user/henk/code/inspircd.git] / docs / man / man3 / ModeParameter.3
index 7d83d8d884694d8fae3c3e8b076ae21a684eb20a..3401d36cb341d9189c9135158de97600a63d0a0f 100644 (file)
@@ -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().