1
0
mirror of https://github.com/anope/anope.git synced 2026-07-05 06:13:13 +02:00

Merge branch 2.0 into 2.1.

This commit is contained in:
Sadie Powell
2023-08-06 13:36:27 +01:00
12 changed files with 119 additions and 18 deletions
+1 -1
View File
@@ -88,7 +88,7 @@ Log::Log(LogType t, CommandSource &src, Command *_c, ChannelInfo *_ci) : u(src.G
size_t sl = c->name.find('/');
if (sl != Anope::string::npos)
this->bi = BotInfo::Find(c->name.substr(0, sl), true);
this->bi = Config->GetClient(c->name.substr(0, sl));
this->category = c->name;
}