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