]> git.netwichtig.de Git - user/henk/code/inspircd.git/blobdiff - src/modules/m_ircv3_servertime.cpp
Sync helpop chmodes s and p with docs
[user/henk/code/inspircd.git] / src / modules / m_ircv3_servertime.cpp
index 3e059719d13ac6bac1f03b6cf5968912595fc9fc..0cc29436e8d440041213d263ea24d11c991f4498 100644 (file)
@@ -1,7 +1,8 @@
 /*
  * InspIRCd -- Internet Relay Chat Daemon
  *
- *   Copyright (C) 2016 Attila Molnar <attilamolnar@hush.com>
+ *   Copyright (C) 2018-2019 Sadie Powell <sadie@witchery.services>
+ *   Copyright (C) 2018 Attila Molnar <attilamolnar@hush.com>
  *
  * This file is part of InspIRCd.  InspIRCd is free software: you can
  * redistribute it and/or modify it under the terms of the GNU General Public
@@ -46,6 +47,8 @@ class ServerTimeTag
        }
 
  public:
+       using ServerProtocol::MessageEventListener::OnBuildMessage;
+
        ServerTimeTag(Module* mod)
                : IRCv3::ServerTime::Manager(mod)
                , IRCv3::CapTag<ServerTimeTag>(mod, "server-time", "time")
@@ -84,7 +87,7 @@ class ModuleIRCv3ServerTime : public Module
 
        Version GetVersion() CXX11_OVERRIDE
        {
-               return Version("Provides the server-time IRCv3 extension", VF_VENDOR);
+               return Version("Provides the IRCv3 server-time client capability.", VF_VENDOR);
        }
 };