summaryrefslogtreecommitdiff
path: root/modules/chanserv/flags.cpp
diff options
context:
space:
mode:
authorAdam <Adam@anope.org>2016-10-22 16:43:18 -0400
committerAdam <Adam@anope.org>2016-10-22 16:52:29 -0400
commitfce6169f4e134a99dbb19997337b1bb250889147 (patch)
treeb6f2f6c1bc7094a32b5dc6bb1df97fc4b675e9e0 /modules/chanserv/flags.cpp
parent06f40cabcb167e2764c03092f6ec3f7383983f95 (diff)
Various codestyle cleanup in most of the core modules
Diffstat (limited to 'modules/chanserv/flags.cpp')
-rw-r--r--modules/chanserv/flags.cpp4
1 files changed, 4 insertions, 0 deletions
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;