diff options
author | Adam <Adam@anope.org> | 2016-10-22 16:43:18 -0400 |
---|---|---|
committer | Adam <Adam@anope.org> | 2016-10-22 16:52:29 -0400 |
commit | fce6169f4e134a99dbb19997337b1bb250889147 (patch) | |
tree | b6f2f6c1bc7094a32b5dc6bb1df97fc4b675e9e0 /modules/botserv/bot.cpp | |
parent | 06f40cabcb167e2764c03092f6ec3f7383983f95 (diff) |
Various codestyle cleanup in most of the core modules
Diffstat (limited to 'modules/botserv/bot.cpp')
-rw-r--r-- | modules/botserv/bot.cpp | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/modules/botserv/bot.cpp b/modules/botserv/bot.cpp index 2e33b7ccb..30550df56 100644 --- a/modules/botserv/bot.cpp +++ b/modules/botserv/bot.cpp @@ -216,6 +216,7 @@ class CommandBSBot : public Command return; } +#warning "xline on the stack" /* The new nick is really different, so we remove the Q line for the old nick. */ //XLine x_del(bi->nick); //IRCD->SendSQLineDel(&x_del); @@ -373,7 +374,9 @@ class CommandBSBot : public Command this->DoDel(source, params); } else + { this->OnSyntaxError(source, ""); + } } bool OnHelp(CommandSource &source, const Anope::string &subcommand) override |