diff options
Diffstat (limited to 'modules/commands/cs_mode.cpp')
-rw-r--r-- | modules/commands/cs_mode.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/commands/cs_mode.cpp b/modules/commands/cs_mode.cpp index c2b9c7de4..c9d7c112a 100644 --- a/modules/commands/cs_mode.cpp +++ b/modules/commands/cs_mode.cpp @@ -96,7 +96,7 @@ class CommandCSMode : public Command } if (ci->c) - check_modes(ci->c); + ci->c->CheckModes(); } else if (subcommand.equals_ci("DEL") && !param.empty()) { |