]> git.netwichtig.de Git - user/henk/code/inspircd.git/blobdiff - src/modules/m_devoice.cpp
Commit patch from danieldg that makes a ton of stuff const-safe for latest warn-happy...
[user/henk/code/inspircd.git] / src / modules / m_devoice.cpp
index c11c95f85ae9a6bbd0a82bcd0ebc92aa1d247f0c..0427182560962c8b7018f2ee79e60a26d3bc104c 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
@@ -61,6 +61,7 @@ class ModuleDeVoice : public Module
 
                mycommand = new CommandDevoice(ServerInstance);
                ServerInstance->AddCommand(mycommand);
+
        }
 
        virtual ~ModuleDeVoice()