mirror of
https://github.com/anope/anope.git
synced 2026-06-25 05:56:38 +02:00
Fixed /cs clone to set botmodes on the botserv bot when cloning channels
This commit is contained in:
@@ -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())
|
||||
|
||||
Reference in New Issue
Block a user