Searched defs:MyOper (Results 1 – 6 of 6) sorted by relevance
14 struct MyOper : Oper, Serializable struct16 MyOper(const Anope::string &n, OperType *o) : Oper(n, o), Serializable("Oper") { } in MyOper() function38 MyOper *myo; in Unserialize() argument
245 #define MyOper(x) (MyConnect(x) && IsOper(x)) macro
529 #define MyOper(x) (MyConnect(x) && IsOper(x)) macro
788 #define MyOper(x) (MyConnect(x) && IsOper(x)) macro
1796 #define MyOper(x) (MyConnect(x) && IsAnOper(x)) macro