diff options
author | brain <brain@e03df62e-2008-0410-955e-edbf42e46eb7> | 2005-11-27 01:44:46 +0000 |
---|---|---|
committer | brain <brain@e03df62e-2008-0410-955e-edbf42e46eb7> | 2005-11-27 01:44:46 +0000 |
commit | cd9f9a8add02597a2998ba74b803ed3fbf81314c (patch) | |
tree | b53e3ea035c25a0580e9b31dc31f27ee33c36c96 /docs/man/man3/xline.h.3 | |
parent | 91755849c3bdf089f4583c119fcbb90ff99bed5b (diff) |
Added new documentation
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@1966 e03df62e-2008-0410-955e-edbf42e46eb7
Diffstat (limited to 'docs/man/man3/xline.h.3')
-rw-r--r-- | docs/man/man3/xline.h.3 | 27 |
1 files changed, 11 insertions, 16 deletions
diff --git a/docs/man/man3/xline.h.3 b/docs/man/man3/xline.h.3 index 3444201df..9b6a790a3 100644 --- a/docs/man/man3/xline.h.3 +++ b/docs/man/man3/xline.h.3 @@ -1,4 +1,4 @@ -.TH "xline.h" 3 "30 May 2005" "InspIRCd" \" -*- nroff -*- +.TH "xline.h" 3 "27 Nov 2005" "Version 1.0Betareleases" "InspIRCd" \" -*- nroff -*- .ad l .nh .SH NAME @@ -23,32 +23,32 @@ xline.h \- \fC#include 'channels.h'\fP .br -.SS "Compounds" +.SS "Classes" .in +1c .ti -1c -.RI "class \fBELine\fP" -.br -.ti -1c -.RI "class \fBGLine\fP" +.RI "class \fBXLine\fP" .br -.RI "\fIGLine class. \fP" +.RI "\fIXLine is the base class for ban lines such as G lines and K lines. \fP" .ti -1c .RI "class \fBKLine\fP" .br .RI "\fIKLine class. \fP" .ti -1c -.RI "class \fBQLine\fP" +.RI "class \fBGLine\fP" .br -.RI "\fIQLine class. \fP" +.RI "\fIGLine class. \fP" .ti -1c -.RI "class \fBXLine\fP" +.RI "class \fBELine\fP" .br -.RI "\fIXLine is the base class for ban lines such as G lines and K lines. \fP" .ti -1c .RI "class \fBZLine\fP" .br .RI "\fIZLine class. \fP" +.ti -1c +.RI "class \fBQLine\fP" +.br +.RI "\fIQLine class. \fP" .in -1c .SS "Functions" @@ -137,9 +137,6 @@ xline.h \- .ti -1c .RI "bool \fBqline_make_global\fP (const char *nickname)" .br -.ti -1c -.RI "void \fBsync_xlines\fP (\fBserverrec\fP *serv, char *tcp_host)" -.br .in -1c .SH "Function Documentation" .PP @@ -205,8 +202,6 @@ Referenced by Server::DelZLine(). .PP .SS "void stats_z (\fBuserrec\fP * user)" .PP -.SS "void sync_xlines (\fBserverrec\fP * serv, char * tcp_host)" -.PP .SS "bool zline_make_global (const char * ipaddr)" .PP .SS "void zline_set_creation_time (char * ip, time_t create_time)" |