mirror of
https://github.com/anope/anope.git
synced 2026-07-02 08:26:38 +02:00
Allow getting users opertype from XMLRPC requests
This commit is contained in:
@@ -66,3 +66,14 @@ void OperType::Inherits(OperType *ot)
|
||||
{
|
||||
this->inheritances.insert(ot);
|
||||
}
|
||||
|
||||
const std::list<Anope::string> &OperType::GetCommands() const
|
||||
{
|
||||
return this->commands;
|
||||
}
|
||||
|
||||
const std::list<Anope::string> &OperType::GetPrivs() const
|
||||
{
|
||||
return this->privs;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user