mirror of
https://github.com/anope/anope.git
synced 2026-07-08 07:43:15 +02:00
Added oper:host and oper:vhost
This commit is contained in:
@@ -46,7 +46,7 @@ class IdentifyInterface : public LDAPInterface
|
||||
my_opers.erase(o);
|
||||
delete o;
|
||||
}
|
||||
o = new Oper(u->nick, "", "", ot);
|
||||
o = new Oper(u->nick, ot);
|
||||
my_opers.insert(o);
|
||||
u->Account()->o = o;
|
||||
Log() << "m_ldap_oper: Tied " << u->nick << " (" << u->Account()->display << ") to opertype " << ot->GetName();
|
||||
|
||||
Reference in New Issue
Block a user