From bc0d192a35489b8f5c42aa381ab2b120957ef770 Mon Sep 17 00:00:00 2001 From: brain Date: Sat, 7 May 2005 15:35:21 +0000 Subject: Added final documentation for inspircd Beta 4 git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@1322 e03df62e-2008-0410-955e-edbf42e46eb7 --- docs/man/man3/chanrec.3 | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'docs/man/man3/chanrec.3') 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)) -- cgit v1.2.3