X-Git-Url: https://git.netwichtig.de/gitweb/?a=blobdiff_plain;f=src%2Fmodules%2Fm_alltime.cpp;h=00bf7dcc13cc3de518dfb12f9c3b4398885e24db;hb=551d687ec6d7ce44be35fae0dd7345fe73c4f63a;hp=38ae4b254f7c7853ab30d99d7c0d5975e8ffa02b;hpb=349106f3f9f75d7f957fc5d1e71ca650f4807bb9;p=user%2Fhenk%2Fcode%2Finspircd.git diff --git a/src/modules/m_alltime.cpp b/src/modules/m_alltime.cpp index 38ae4b254..00bf7dcc1 100644 --- a/src/modules/m_alltime.cpp +++ b/src/modules/m_alltime.cpp @@ -52,7 +52,6 @@ class CommandAlltime : public Command } }; - class Modulealltime : public Module { CommandAlltime mycommand; @@ -67,10 +66,6 @@ class Modulealltime : public Module ServerInstance->Modules->AddService(mycommand); } - virtual ~Modulealltime() - { - } - virtual Version GetVersion() { return Version("Display timestamps from all servers connected to the network", VF_OPTCOMMON | VF_VENDOR);