diff options
Diffstat (limited to 'src/core/ns_ghost.c')
-rw-r--r-- | src/core/ns_ghost.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/core/ns_ghost.c b/src/core/ns_ghost.c index 553a58e2c..130b8ecaf 100644 --- a/src/core/ns_ghost.c +++ b/src/core/ns_ghost.c @@ -21,7 +21,7 @@ void myNickServHelp(User * u); class NSGhost : public Module { public: - NSGhost(const std::string &modname, const std::string &creator) : Module(creator) + NSGhost(const std::string &modname, const std::string &creator) : Module(modname, creator) { Command *c; |