]> git.netwichtig.de Git - user/henk/code/inspircd.git/blobdiff - src/modules/extra/m_sslinfo.cpp
Fix.. snomask O is already taken (ffs) so use A instead
[user/henk/code/inspircd.git] / src / modules / extra / m_sslinfo.cpp
index d87ac64e39c23a636394db3f2ae82d2d2d7aab6c..00fc2ee5b5186e7ae310fe95c1a81b1672a6bc8a 100644 (file)
@@ -2,7 +2,7 @@
  *       | Inspire Internet Relay Chat Daemon |
  *       +------------------------------------+
  *
- *  InspIRCd: (C) 2002-2007 InspIRCd Development Team
+ *  InspIRCd: (C) 2002-2008 InspIRCd Development Team
  * See: http://www.inspircd.org/wiki/index.php/Credits
  *
  * This program is free but copyrighted software; see
@@ -74,12 +74,10 @@ class ModuleSSLInfo : public Module
                
                newcommand = new cmd_sslinfo(ServerInstance);
                ServerInstance->AddCommand(newcommand);
-       }
 
-       void Implements(char* List)
-       {
        }
 
+
        virtual ~ModuleSSLInfo()
        {
        }