summaryrefslogtreecommitdiff
path: root/docs/man/man3/connection.3
diff options
context:
space:
mode:
authorbrain <brain@e03df62e-2008-0410-955e-edbf42e46eb7>2005-04-13 12:41:46 +0000
committerbrain <brain@e03df62e-2008-0410-955e-edbf42e46eb7>2005-04-13 12:41:46 +0000
commitc0f731e19d61a971af5cf26d073ccd25bfc5c91c (patch)
treecb070a261330b5110d30ecbcf4e446e1419886e2 /docs/man/man3/connection.3
parent58f076212f6330429e027576eb32cfc75bde82ae (diff)
Added Server::AddGLine
Added Server::AddKLine Added Server::AddZLine Added Server::AddQLine Added Server::AddELine Added Server::DelGLine Added Server::DelKLine Added Server::DelZLine Added Server::DelQLine Added Server::DelELine Added Server::Duration git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@1071 e03df62e-2008-0410-955e-edbf42e46eb7
Diffstat (limited to 'docs/man/man3/connection.3')
-rw-r--r--docs/man/man3/connection.36
1 files changed, 3 insertions, 3 deletions
diff --git a/docs/man/man3/connection.3 b/docs/man/man3/connection.3
index 1db27f5e4..d1c103cab 100644
--- a/docs/man/man3/connection.3
+++ b/docs/man/man3/connection.3
@@ -1,4 +1,4 @@
-.TH "connection" 3 "9 Apr 2005" "InspIRCd" \" -*- nroff -*-
+.TH "connection" 3 "13 Apr 2005" "InspIRCd" \" -*- nroff -*-
.ad l
.nh
.SH NAME
@@ -204,7 +204,7 @@ With a serverrec, this is a list of all established server connections. With a u
.PP
File descriptor of the connection. Definition at line 178 of file connection.h.
.PP
-Referenced by ConfigReader::DumpErrors(), Server::SendTo(), serverrec::serverrec(), and userrec::userrec().
+Referenced by ConfigReader::DumpErrors(), Server::PseudoToUser(), Server::SendTo(), serverrec::serverrec(), userrec::userrec(), and Server::UserToPseudo().
.SS "bool \fBconnection::haspassed\fP"
.PP
True if server/user has authenticated, false if otherwise. Definition at line 210 of file connection.h.
@@ -214,7 +214,7 @@ Referenced by userrec::userrec().
.PP
Hostname of connection. Not used if this is a serverrecDefinition at line 182 of file connection.h.
.PP
-Referenced by userrec::GetFullRealHost(), and userrec::userrec().
+Referenced by userrec::GetFullRealHost(), Server::PseudoToUser(), userrec::userrec(), and Server::UserToPseudo().
.SS "time_t \fBconnection::idle_lastmsg\fP"
.PP
Time that the connection last sent data, used to calculate idle time. Definition at line 236 of file connection.h.