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/module-doc/channels_8cpp-source.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'docs/module-doc/channels_8cpp-source.html') diff --git a/docs/module-doc/channels_8cpp-source.html b/docs/module-doc/channels_8cpp-source.html index c149c9b12..ac07b4d77 100644 --- a/docs/module-doc/channels_8cpp-source.html +++ b/docs/module-doc/channels_8cpp-source.html @@ -132,7 +132,7 @@ 00125 void chanrec::SetCustomMode(char mode,bool mode_on) 00126 { 00127 if (mode_on) { -00128 char m[3]; +00128 static char m[3]; 00129 m[0] = mode; 00130 m[1] = '\0'; 00131 if (!strchr(this->custom_modes,mode)) @@ -248,7 +248,7 @@ 00241 { 00242 return &internal_userlist; 00243 } -
Generated on Tue Apr 26 17:11:43 2005 for InspIRCd by +
Generated on Sat May 7 15:34:20 2005 for InspIRCd by doxygen 1.3.3
-- cgit v1.2.3