X-Git-Url: https://git.netwichtig.de/gitweb/?a=blobdiff_plain;f=include%2Fmodes%2Fumode_o.h;h=7dfdb41280e2eff1217818ba301ba8d898bb141d;hb=5e9a6b9186a8cbaaf65ae7d9cd9c0c033c91b497;hp=4fe6f6b96b9e8687f7c307201cb005e9218d7f08;hpb=a7cbd51d457a5e3b435396092bc7e2fcf79168e1;p=user%2Fhenk%2Fcode%2Finspircd.git diff --git a/include/modes/umode_o.h b/include/modes/umode_o.h index 4fe6f6b96..7dfdb4128 100644 --- a/include/modes/umode_o.h +++ b/include/modes/umode_o.h @@ -22,4 +22,5 @@ class ModeUserOperator : public ModeHandler public: ModeUserOperator(InspIRCd* Instance); ModeAction OnModeChange(userrec* source, userrec* dest, chanrec* channel, std::string ¶meter, bool adding); + unsigned int GetCount(); };