From a5b9e235ae240439608aa743c9ebb3bf6e7d342a Mon Sep 17 00:00:00 2001 From: Adam Date: Sun, 26 Feb 2012 23:23:15 -0500 Subject: Added chanserv:require config option to set which modes must be on all registered channels. Prevents the core from always enforcing +r on every channel, even if chanserv is not loaded. --- modules/commands/cs_clone.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'modules/commands/cs_clone.cpp') 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) -- cgit