mirror of
https://github.com/anope/anope.git
synced 2026-06-26 12:16:38 +02:00
Added os_config and support for including additional configuration files.
This commit is contained in:
+1
-1
@@ -147,7 +147,7 @@ void BotInfo::Assign(User *u, ChannelInfo *ci)
|
||||
|
||||
ci->bi = this;
|
||||
if (ci->c && ci->c->users.size() >= Config->BSMinUsers)
|
||||
this->Join(ci->c);
|
||||
this->Join(ci->c, &Config->BotModeList);
|
||||
}
|
||||
|
||||
void BotInfo::UnAssign(User *u, ChannelInfo *ci)
|
||||
|
||||
Reference in New Issue
Block a user