1
0
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:
Adam
2011-08-24 15:57:05 -04:00
parent b504791bad
commit bb8e04c835
6 changed files with 50 additions and 14 deletions
+1 -1
View File
@@ -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();