1
0
mirror of https://github.com/anope/anope.git synced 2026-06-25 02:26:38 +02:00

Fixed /cs clone to set botmodes on the botserv bot when cloning channels

This commit is contained in:
Adam
2011-08-27 16:52:07 -04:00
parent bb52530eb2
commit d07a69278d
+1 -1
View File
@@ -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())