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:
+1
-1
@@ -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;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user