From fce6169f4e134a99dbb19997337b1bb250889147 Mon Sep 17 00:00:00 2001 From: Adam Date: Sat, 22 Oct 2016 16:43:18 -0400 Subject: Various codestyle cleanup in most of the core modules --- modules/chanserv/flags.cpp | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'modules/chanserv/flags.cpp') diff --git a/modules/chanserv/flags.cpp b/modules/chanserv/flags.cpp index 732e3aa8a..446eeddd0 100644 --- a/modules/chanserv/flags.cpp +++ b/modules/chanserv/flags.cpp @@ -431,9 +431,13 @@ class CommandCSFlags : public Command } if (is_list) + { this->DoList(source, ci, params); + } else if (cmd.equals_ci("CLEAR")) + { this->DoClear(source, ci); + } else { Anope::string mask, flags; -- cgit