From 5f3d7cc64f6f71fff52166dd6488f2df0378375b Mon Sep 17 00:00:00 2001 From: brain Date: Wed, 25 May 2005 22:04:11 +0000 Subject: Changed documentation to add parameters git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@1523 e03df62e-2008-0410-955e-edbf42e46eb7 --- docs/module-doc/classuserrec.html | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'docs/module-doc/classuserrec.html') diff --git a/docs/module-doc/classuserrec.html b/docs/module-doc/classuserrec.html index d20705941..e67ee6fd5 100644 --- a/docs/module-doc/classuserrec.html +++ b/docs/module-doc/classuserrec.html @@ -187,7 +187,7 @@ Definition at line 108 of f

Definition at line 31 of file users.cpp.

-References awaymsg, connection::bytes_in, connection::bytes_out, ucrec::channel, chans, connection::cmds_in, connection::cmds_out, dhost, dns_done, connection::fd, flood, fullname, connection::haspassed, connection::host, ident, connection::idle_lastmsg, invites, connection::ip, connection::lastping, lines_in, modes, nick, connection::nping, oper, connection::port, recvq, connection::registered, reset_due, result, sendq, server, connection::signon, TIME, timeout, and ucrec::uc_modes. +References awaymsg, connection::bytes_in, connection::bytes_out, ucrec::channel, chans, connection::cmds_in, connection::cmds_out, dhost, dns_done, connection::fd, flood, fullname, connection::haspassed, connection::host, ident, connection::idle_lastmsg, invites, connection::ip, connection::lastping, lines_in, modes, nick, connection::nping, oper, connection::port, recvq, connection::registered, reset_due, result, sendq, server, connection::signon, TIME, timeout, and ucrec::uc_modes.

00032 {
 00033         // the PROPER way to do it, AVOID bzero at *ALL* costs
@@ -518,7 +518,7 @@ This function may not always flush the entire buffer, rather instead as much of
 

Definition at line 262 of file users.cpp.

-References connection::bytes_out, connection::cmds_out, sendq, and SetWriteError(). +References connection::bytes_out, connection::cmds_out, sendq, and SetWriteError().

00263 {
 00264         if (sendq.length())
@@ -665,7 +665,7 @@ If any form of hostname cloaking is in operation, e.g. through a module, then th
 

Definition at line 84 of file users.cpp.

-References connection::host, ident, nick, and result. +References connection::host, ident, nick, and result.

00085 {
 00086         snprintf(result,MAXBUF,"%s!%s@%s",nick,ident,host);
@@ -972,7 +972,7 @@ Calls read() to read some data for this user using their fd.
 

Definition at line 74 of file users.cpp.

-References connection::fd. +References connection::fd.

00075 {
 00076         if (this->fd > -1)
@@ -1747,7 +1747,7 @@ Referenced by GetWriteError()
 
 
The documentation for this class was generated from the following files:
-
Generated on Wed May 25 21:43:38 2005 for InspIRCd by +
Generated on Wed May 25 22:03:30 2005 for InspIRCd by doxygen 1.3.3
-- cgit v1.2.3