diff options
Diffstat (limited to 'src/core/bs_help.c')
-rw-r--r-- | src/core/bs_help.c | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/src/core/bs_help.c b/src/core/bs_help.c index dde26b081..8d0572b79 100644 --- a/src/core/bs_help.c +++ b/src/core/bs_help.c @@ -6,8 +6,8 @@ * Please read COPYING and README for further details. * * Based on the original code of Epona by Lara. - * Based on the original code of Services by Andy Church. - * + * Based on the original code of Services by Andy Church. + * * $Id$ * */ @@ -23,8 +23,8 @@ class CommandBSHelp : public Command this->SetFlag(CFLAG_ALLOW_UNREGISTERED); this->SetFlag(CFLAG_STRIP_CHANNEL); } - - CommandReturn Execute(User *u, std::vector<std::string> ¶ms) + + CommandReturn Execute(User *u, std::vector<ci::string> ¶ms) { mod_help_cmd(s_BotServ, u, BOTSERV, params[0].c_str()); return MOD_CONT; |