]> git.netwichtig.de Git - user/henk/code/inspircd.git/blobdiff - include/connection.h
added added "./configure -svnupdate rebuild"
[user/henk/code/inspircd.git] / include / connection.h
index d3e635aa9eafe91b0598f8071f963c1513826562..032f9ba6c9c1bc1ffe0479075b0652ab3cdf9d7a 100644 (file)
@@ -43,12 +43,8 @@ class connection : public Extensible
        
        /** Hostname of connection. Not used if this is a serverrec
         */
-       char host[160];
-       
-       /** IP of connection.
-        */
-       char ip[16];
-       
+       char host[64];
+
        /** Stats counter for bytes inbound
         */
        int bytes_in;