From b25c31de6b8dd839429cb168f5731a5605e17366 Mon Sep 17 00:00:00 2001 From: brain Date: Sat, 24 Apr 2004 23:26:47 +0000 Subject: Added new documentation for XLine etc git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@718 e03df62e-2008-0410-955e-edbf42e46eb7 --- docs/module-doc/classuserrec.html | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) (limited to 'docs/module-doc/classuserrec.html') diff --git a/docs/module-doc/classuserrec.html b/docs/module-doc/classuserrec.html index b2bf36ce3..b8cd912ba 100644 --- a/docs/module-doc/classuserrec.html +++ b/docs/module-doc/classuserrec.html @@ -18,8 +18,8 @@ Inheritance diagram for userrec:

[legend]
Collaboration diagram for userrec:

Collaboration graph
- - + +
[legend]
List of all members. @@ -99,12 +99,12 @@ Definition at line 78 of fi

Definition at line 11 of file users.cpp.

-References connection::bytes_in, connection::bytes_out, ucrec::channel, chans, connection::cmds_in, connection::cmds_out, connection::fd, flood, connection::haspassed, connection::idle_lastmsg, invites, connection::ip, connection::lastping, connection::nping, connection::port, connection::registered, connection::signon, timeout, and ucrec::uc_modes. +References connection::bytes_in, connection::bytes_out, ucrec::channel, chans, connection::cmds_in, connection::cmds_out, connection::fd, flood, connection::haspassed, connection::idle_lastmsg, invites, connection::lastping, connection::nping, connection::port, connection::registered, connection::signon, timeout, and ucrec::uc_modes.

00012 {
 00013         // the PROPER way to do it, AVOID bzero at *ALL* costs
 00014         strcpy(nick,"");
-00015         ip = 0;
+00015         strcpy(ip,"127.0.0.1");
 00016         timeout = 0;
 00017         strcpy(ident,"");
 00018         strcpy(host,"");
@@ -628,7 +628,7 @@ An invalid nickname indicates an unregistered connection prior to the NICK comma
 

Definition at line 91 of file users.h.

-Referenced by Server::QuitUser(). +Referenced by Server::QuitUser().

@@ -715,7 +715,7 @@ Referenced by userrec().


The documentation for this class was generated from the following files: -
Generated on Mon Apr 19 02:34:52 2004 for InspIRCd by +
Generated on Sun Apr 25 00:24:31 2004 for InspIRCd by doxygen1.3-rc3
-- cgit v1.2.3