mirror of
https://github.com/anope/anope.git
synced 2026-07-07 07:53:12 +02:00
Make functions that don't use this static.
This commit is contained in:
@@ -51,7 +51,7 @@ struct MyOper final
|
||||
class CommandOSOper final
|
||||
: public Command
|
||||
{
|
||||
bool HasPrivs(CommandSource &source, OperType *ot) const
|
||||
static bool HasPrivs(CommandSource &source, OperType *ot)
|
||||
{
|
||||
for (const auto &command : ot->GetCommands())
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user