mirror of
https://github.com/anope/anope.git
synced 2026-06-29 02:46:37 +02:00
Reworked live SQL support yet again
This commit is contained in:
+1
-1
@@ -47,7 +47,7 @@ bool OnStats(const Anope::string &source, const std::vector<Anope::string> ¶
|
||||
{
|
||||
Oper *o = Config->Opers[i];
|
||||
|
||||
NickAlias *na = findnick(o->name);
|
||||
const NickAlias *na = findnick(o->name);
|
||||
if (na)
|
||||
ircdproto->SendNumeric(243, source, "O * * %s %s 0", o->name.c_str(), o->ot->GetName().c_str());
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user