Anope IRC Services
Version 2.0
|
Data Structures | |
struct | SQLOperResultDeleter |
Public Member Functions | |
SQLOperResult (Module *m, User *u) | |
void | OnResult (const SQL::Result &r) anope_override |
void | OnError (const SQL::Result &r) anope_override |
![]() | |
Interface (Module *m) | |
virtual | ~Interface () |
Private Attributes | |
Reference< User > | user |
Additional Inherited Members | |
![]() | |
Module * | owner |
Definition at line 9 of file m_sql_oper.cpp.
Definition at line 21 of file m_sql_oper.cpp.
|
inlinevirtual |
Implements SQL::Interface.
Definition at line 85 of file m_sql_oper.cpp.
|
inlinevirtual |
Implements SQL::Interface.
Definition at line 23 of file m_sql_oper.cpp.
References User::Account(), Anope::string::c_str(), NickCore::display, Anope::string::empty(), OperType::Find(), User::HasMode(), IRCD, LOG_DEBUG, modes, User::nick, NickCore::o, Oper::ot, User::RemoveMode(), IRCDProto::SendOper(), User::SetModes(), and SQLOper::SQLOper().
Definition at line 11 of file m_sql_oper.cpp.