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