diff options
Diffstat (limited to 'src/core/ns_recover.c')
-rw-r--r-- | src/core/ns_recover.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/core/ns_recover.c b/src/core/ns_recover.c index 70778a10a..08c265fee 100644 --- a/src/core/ns_recover.c +++ b/src/core/ns_recover.c @@ -24,7 +24,7 @@ int myHelpResonse(User * u); class NSRecover : public Module { public: - NSRecover(const std::string &modname, const std::string &creator) : Module(creator) + NSRecover(const std::string &modname, const std::string &creator) : Module(modname, creator) { moduleAddAuthor("Anope"); moduleAddVersion("$Id$"); |