diff options
Diffstat (limited to 'src/core/ns_set.c')
-rw-r--r-- | src/core/ns_set.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/core/ns_set.c b/src/core/ns_set.c index fc8d64e77..4612bf103 100644 --- a/src/core/ns_set.c +++ b/src/core/ns_set.c @@ -35,7 +35,7 @@ void myNickServHelp(User * u); class NSSet : public Module { public: - NSSet(const std::string &modname, const std::string &creator) : Module(creator) + NSSet(const std::string &modname, const std::string &creator) : Module(modname, creator) { Command *c; |