]> git.netwichtig.de Git - user/henk/code/inspircd.git/blobdiff - include/connection.h
Probably doesnt work yet
[user/henk/code/inspircd.git] / include / connection.h
index 2cf6d6aa82023652e186c2c91f4a929e64385dca..032f9ba6c9c1bc1ffe0479075b0652ab3cdf9d7a 100644 (file)
@@ -2,7 +2,7 @@
  *       | Inspire Internet Relay Chat Daemon |
  *       +------------------------------------+
  *
- *  Inspire is copyright (C) 2002-2004 ChatSpike-Dev.
+ *  InspIRCd is copyright (C) 2002-2006 ChatSpike-Dev.
  *                       E-mail:
  *                <brain@chatspike.net>
  *               <Craig@chatspike.net>
@@ -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;