From d07a69278db2b140fdfd839819f2e3baec5218cd Mon Sep 17 00:00:00 2001 From: Adam Date: Sat, 27 Aug 2011 16:52:07 -0400 Subject: Fixed /cs clone to set botmodes on the botserv bot when cloning channels --- 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 b07c61923..dff50f9ce 100644 --- a/modules/commands/cs_clone.cpp +++ b/modules/commands/cs_clone.cpp @@ -93,7 +93,7 @@ public: target_ci->c->SetMode(NULL, CMODE_PERM); if (target_ci->bi && target_ci->c->FindUser(target_ci->bi) == NULL) - target_ci->bi->Join(target_ci->c); + target_ci->bi->Join(target_ci->c, &Config->BotModeList); } if (target_ci->c && !target_ci->c->topic.empty()) -- cgit