X-Git-Url: https://git.netwichtig.de/gitweb/?a=blobdiff_plain;f=src%2Fmodules%2Fm_setident.cpp;h=2ad886fcda9e9e6b322f1c7a585ed407bee49179;hb=4b41feea830fc84e8c1b2fd0982f3e8d8840af96;hp=50aad432dc3304102af5a78fdfbb56d1830beb2c;hpb=23e8bba13c55d33ce89d505780da36c9589e300a;p=user%2Fhenk%2Fcode%2Finspircd.git diff --git a/src/modules/m_setident.cpp b/src/modules/m_setident.cpp index 50aad432d..2ad886fcd 100644 --- a/src/modules/m_setident.cpp +++ b/src/modules/m_setident.cpp @@ -66,12 +66,12 @@ class ModuleSetIdent : public Module { } - void init() + void init() CXX11_OVERRIDE { ServerInstance->Modules->AddService(cmd); } - virtual Version GetVersion() + Version GetVersion() CXX11_OVERRIDE { return Version("Provides support for the SETIDENT command", VF_VENDOR); }