]> git.netwichtig.de Git - user/henk/code/inspircd.git/blobdiff - include/commands/cmd_whowas.h
Migrate SSL metadata and visible information (/whois line) to single module
[user/henk/code/inspircd.git] / include / commands / cmd_whowas.h
index 7ebdef9a0d3475c0c5ab6d900e083085dfac027b..c2e83a63406807667ea8e6fb3c4d8776ace5cd2a 100644 (file)
@@ -2,8 +2,8 @@
  *       | Inspire Internet Relay Chat Daemon |
  *       +------------------------------------+
  *
- *  InspIRCd: (C) 2002-2008 InspIRCd Development Team
- * See: http://www.inspircd.org/wiki/index.php/Credits
+ *  InspIRCd: (C) 2002-2009 InspIRCd Development Team
+ * See: http://wiki.inspircd.org/Credits
  *
  * This program is free but copyrighted software; see
  *      the file COPYING for details.
@@ -62,7 +62,7 @@ class CommandWhowas : public Command
        /** Whowas container, contains a map of vectors of users tracked by WHOWAS
         */
        whowas_users whowas;
-       
+
        /** Whowas container, contains a map of time_t to users tracked by WHOWAS
         */
        whowas_users_fifo whowas_fifo;