diff options
Diffstat (limited to 'src/protocol/unreal32.c')
-rw-r--r-- | src/protocol/unreal32.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/protocol/unreal32.c b/src/protocol/unreal32.c index 0bdfa9d7a..c3f0c9dfd 100644 --- a/src/protocol/unreal32.c +++ b/src/protocol/unreal32.c @@ -1524,8 +1524,8 @@ class ProtoUnreal : public Module public: ProtoUnreal(const std::string &modname, const std::string &creator) : Module(modname, creator) { - moduleAddAuthor("Anope"); - moduleAddVersion("$Id$"); + this->SetAuthor("Anope"); + this->SetVersion("$Id$"); this->SetType(PROTOCOL); pmodule_ircd_version("UnrealIRCd 3.2+"); |