]> git.netwichtig.de Git - user/henk/code/inspircd.git/blobdiff - src/modules/m_spanningtree/servercommand.h
m_spanningtree Send snotice with the negotiated ciphersuite when connected using SSL
[user/henk/code/inspircd.git] / src / modules / m_spanningtree / servercommand.h
index 524520a88aa0f2a2157ceec48cb348b7b8b8988b..07dfc4898a28b97022a34de8a38129b45ebac490 100644 (file)
@@ -38,6 +38,10 @@ class ServerCommand : public CommandBase
  public:
        ServerCommand(Module* Creator, const std::string& Name, unsigned int MinPara = 0, unsigned int MaxPara = 0);
 
+       /** Register this object in the ServerCommandManager
+        */
+       void RegisterService() CXX11_OVERRIDE;
+
        virtual CmdResult Handle(User* user, std::vector<std::string>& parameters) = 0;
        virtual RouteDescriptor GetRouting(User* user, const std::vector<std::string>& parameters);