mirror of
https://github.com/anope/anope.git
synced 2026-07-06 11:53:13 +02:00
@@ -79,6 +79,12 @@ public:
|
||||
this->OnUserLogin(u);
|
||||
}
|
||||
|
||||
void OnUserModeUnset(const MessageSource &setter, User *u, const Anope::string &mname) override
|
||||
{
|
||||
if (mname == "OPER" && Config->GetModule(this)->Get<bool>("activate_on_deoper", "yes"))
|
||||
this->OnUserLogin(u);
|
||||
}
|
||||
|
||||
EventReturn OnPreHelp(CommandSource &source, const std::vector<Anope::string> ¶ms) override
|
||||
{
|
||||
if (!params.empty() || source.c || source.service != *HostServ)
|
||||
|
||||
Reference in New Issue
Block a user