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