summaryrefslogtreecommitdiff
path: root/docs/man/man3/chanrec.3
diff options
context:
space:
mode:
authorbrain <brain@e03df62e-2008-0410-955e-edbf42e46eb7>2005-05-07 15:35:21 +0000
committerbrain <brain@e03df62e-2008-0410-955e-edbf42e46eb7>2005-05-07 15:35:21 +0000
commitbc0d192a35489b8f5c42aa381ab2b120957ef770 (patch)
tree1fcf2c7fed56053eb6e74cbb6b842578aaade904 /docs/man/man3/chanrec.3
parent6ff5265391d028cd779cf9e85288e90ea766a6b6 (diff)
Added final documentation for inspircd Beta 4
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@1322 e03df62e-2008-0410-955e-edbf42e46eb7
Diffstat (limited to 'docs/man/man3/chanrec.3')
-rw-r--r--docs/man/man3/chanrec.36
1 files changed, 4 insertions, 2 deletions
diff --git a/docs/man/man3/chanrec.3 b/docs/man/man3/chanrec.3
index 80b5db18d..8dcd2fade 100644
--- a/docs/man/man3/chanrec.3
+++ b/docs/man/man3/chanrec.3
@@ -1,4 +1,4 @@
-.TH "chanrec" 3 "26 Apr 2005" "InspIRCd" \" -*- nroff -*-
+.TH "chanrec" 3 "7 May 2005" "InspIRCd" \" -*- nroff -*-
.ad l
.nh
.SH NAME
@@ -254,6 +254,8 @@ Obrain the internal reference list The internal reference list contains a list o
.PP
References internal_userlist.
.PP
+Referenced by Server::GetUsers().
+.PP
.nf
241 {
242 return &internal_userlist;
@@ -292,7 +294,7 @@ References custom_modes, DEBUG, and SetCustomModeParam().
.nf
126 {
127 if (mode_on) {
-128 char m[3];
+128 static char m[3];
129 m[0] = mode;
130 m[1] = '\0';
131 if (!strchr(this->custom_modes,mode))