diff options
Diffstat (limited to 'modules/commands/cs_clone.cpp')
-rw-r--r-- | modules/commands/cs_clone.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/commands/cs_clone.cpp b/modules/commands/cs_clone.cpp index 8205b723c..1676c70f6 100644 --- a/modules/commands/cs_clone.cpp +++ b/modules/commands/cs_clone.cpp @@ -67,7 +67,7 @@ public: { target_ci->c->ci = target_ci; - check_modes(target_ci->c); + target_ci->c->CheckModes(); ChannelMode *cm; if (u->FindChannel(target_ci->c) != NULL) |