]> git.netwichtig.de Git - user/henk/code/inspircd.git/blobdiff - src/modules/m_alltime.cpp
Remove InspIRCd* parameters and fields
[user/henk/code/inspircd.git] / src / modules / m_alltime.cpp
index 5a05e3339f0fce9f34b61c5808c5134c6f2f805d..37f6a5fd245a08f841e7d9176fb5b1bf3f7368d8 100644 (file)
@@ -49,8 +49,8 @@ class Modulealltime : public Module
 {
        CommandAlltime mycommand;
  public:
-       Modulealltime(InspIRCd *Me)
-               : Module(Me), mycommand(this)
+       Modulealltime()
+               : mycommand(this)
        {
                ServerInstance->AddCommand(&mycommand);
        }