X-Git-Url: https://git.netwichtig.de/gitweb/?a=blobdiff_plain;f=docs%2Fmodule-doc%2Fxline_8h-source.html;h=e2a4242b81497e1f4fd392511bcb1609888e3766;hb=88dd74fc84b574f17673338c6d42123570f464da;hp=33ad97901686c121af645161c53309407bb7fd46;hpb=9c70fbb7c7c532baf0e02e144e93d259b13913dd;p=user%2Fhenk%2Fcode%2Finspircd.git diff --git a/docs/module-doc/xline_8h-source.html b/docs/module-doc/xline_8h-source.html index 33ad97901..e2a4242b8 100644 --- a/docs/module-doc/xline_8h-source.html +++ b/docs/module-doc/xline_8h-source.html @@ -44,7 +44,7 @@ 00041 00044 long duration; 00045 -00048 char source[MAXBUF]; +00048 char source[256]; 00049 00052 char reason[MAXBUF]; 00053 @@ -55,32 +55,32 @@ 00062 class KLine : public XLine 00063 { 00064 public: -00068 char hostmask[MAXBUF]; +00068 char hostmask[200]; 00069 }; 00070 00073 class GLine : public XLine 00074 { 00075 public: -00079 char hostmask[MAXBUF]; +00079 char hostmask[200]; 00080 }; 00081 00082 class ELine : public XLine 00083 { 00084 public: -00088 char hostmask[MAXBUF]; +00088 char hostmask[200]; 00089 }; 00090 00093 class ZLine : public XLine 00094 { 00095 public: -00099 char ipaddr[MAXBUF]; +00099 char ipaddr[40]; 00103 bool is_global; 00104 }; 00105 00108 class QLine : public XLine 00109 { 00110 public: -00114 char nick[MAXBUF]; +00114 char nick[64]; 00118 bool is_global; 00119 }; 00120 @@ -123,7 +123,7 @@ 00157 void sync_xlines(serverrec* serv, char* tcp_host); 00158 00159 #endif -
Generated on Thu May 12 02:25:14 2005 for InspIRCd by +
Generated on Thu May 12 22:58:59 2005 for InspIRCd by doxygen 1.3.3