]> git.netwichtig.de Git - user/henk/code/inspircd.git/blobdiff - include/connection.h
Apparently to catch descendent classes we need to catch a reference to the parent...
[user/henk/code/inspircd.git] / include / connection.h
index d3e635aa9eafe91b0598f8071f963c1513826562..db76859d701dba0a1b1f265a9e822279a097d98b 100644 (file)
@@ -44,11 +44,7 @@ class connection : public Extensible
        /** Hostname of connection. Not used if this is a serverrec
         */
        char host[160];
-       
-       /** IP of connection.
-        */
-       char ip[16];
-       
+
        /** Stats counter for bytes inbound
         */
        int bytes_in;