From a96514c284514116300794696f062c7fa6b1f79f Mon Sep 17 00:00:00 2001 From: brain Date: Wed, 14 Dec 2005 19:17:41 +0000 Subject: Added new docs for class InspIRCd and globals.h etc git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@2451 e03df62e-2008-0410-955e-edbf42e46eb7 --- docs/module-doc/users_8cpp-source.html | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) (limited to 'docs/module-doc/users_8cpp-source.html') diff --git a/docs/module-doc/users_8cpp-source.html b/docs/module-doc/users_8cpp-source.html index 25ddfcaed..c8a6138b9 100644 --- a/docs/module-doc/users_8cpp-source.html +++ b/docs/module-doc/users_8cpp-source.html @@ -29,7 +29,7 @@ 00020 #include "channels.h" 00021 #include "connection.h" 00022 #include "users.h" -00023 #include "inspircd.h" +00023 #include "inspircd.h" 00024 #include <stdio.h> 00025 #ifdef THREADED_DNS 00026 #include <pthread.h> @@ -53,7 +53,7 @@ 00044 strcpy(dhost,""); 00045 strcpy(fullname,""); 00046 strcpy(modes,""); -00047 server = (char*)FindServerNamePtr(Config->ServerName); +00047 server = (char*)FindServerNamePtr(Config->ServerName); 00048 strcpy(awaymsg,""); 00049 strcpy(oper,""); 00050 reset_due = TIME; @@ -130,7 +130,7 @@ 00121 00122 void userrec::RemoveInvite(char* channel) 00123 { -00124 log(DEBUG,"Removing invites"); +00124 log(DEBUG,"Removing invites"); 00125 if (channel) 00126 { 00127 if (invites.size()) @@ -223,7 +223,7 @@ 00214 if (recvq.length() > (unsigned)this->recvqmax) 00215 { 00216 this->SetWriteError("RecvQ exceeded"); -00217 WriteOpers("*** User %s RecvQ of %d exceeds connect class maximum of %d",this->nick,recvq.length(),this->recvqmax); +00217 WriteOpers("*** User %s RecvQ of %d exceeds connect class maximum of %d",this->nick,recvq.length(),this->recvqmax); 00218 } 00219 // return false if we've had more than 600 characters WITHOUT 00220 // a carriage return (this is BAD, drop the socket) @@ -266,7 +266,7 @@ 00257 return; 00258 if (sendq.length() + data.length() > (unsigned)this->sendqmax) 00259 { -00260 WriteOpers("*** User %s SendQ of %d exceeds connect class maximum of %d",this->nick,sendq.length() + data.length(),this->sendqmax); +00260 WriteOpers("*** User %s SendQ of %d exceeds connect class maximum of %d",this->nick,sendq.length() + data.length(),this->sendqmax); 00261 this->SetWriteError("SendQ exceeded"); 00262 return; 00263 } @@ -300,7 +300,7 @@ 00291 00292 void userrec::SetWriteError(std::string error) 00293 { -00294 log(DEBUG,"Setting error string for %s to '%s'",this->nick,error.c_str()); +00294 log(DEBUG,"Setting error string for %s to '%s'",this->nick,error.c_str()); 00295 // don't try to set the error twice, its already set take the first string. 00296 if (this->WriteError == "") 00297 this->WriteError = error; @@ -310,7 +310,7 @@ 00301 { 00302 return this->WriteError; 00303 } -
Generated on Wed Dec 14 15:55:47 2005 for InspIRCd by  +
Generated on Wed Dec 14 19:16:12 2005 for InspIRCd by  doxygen 1.4.4-20050815
-- cgit v1.2.3