]> git.netwichtig.de Git - user/henk/code/inspircd.git/blobdiff - include/connection.h
Added timers.cpp/.h to makefile generation
[user/henk/code/inspircd.git] / include / connection.h
index 2cf6d6aa82023652e186c2c91f4a929e64385dca..db76859d701dba0a1b1f265a9e822279a097d98b 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>
@@ -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;