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