mirror of
https://github.com/anope/anope.git
synced 2026-07-03 14:53:13 +02:00
Rewrote some of the opertype system, added os_login
This commit is contained in:
@@ -248,8 +248,8 @@ class MyXMLRPCEvent : public XMLRPCEvent
|
||||
if (u->Account())
|
||||
{
|
||||
request->reply("account", iface->Sanitize(u->Account()->display));
|
||||
if (u->Account()->ot)
|
||||
request->reply("opertype", iface->Sanitize(u->Account()->ot->GetName()));
|
||||
if (u->Account()->o)
|
||||
request->reply("opertype", iface->Sanitize(u->Account()->o->ot->GetName()));
|
||||
}
|
||||
|
||||
Anope::string channels;
|
||||
|
||||
Reference in New Issue
Block a user