diff options
| author | 2018-04-21 12:04:43 +0100 | |
|---|---|---|
| committer | 2018-04-22 13:02:19 +0100 | |
| commit | 35b70631f0532a5828b04a8e0c02092a285f331a (patch) | |
| tree | 9e54fba45e659f23fb3b94341debfc0b23bc63af /src/users.cpp | |
| parent | Optionally do not notify users if their messages are blocked by certain modul... (diff) | |
| parent | Release v2.0.26 (diff) | |
| download | inspircd++-35b70631f0532a5828b04a8e0c02092a285f331a.tar.gz inspircd++-35b70631f0532a5828b04a8e0c02092a285f331a.tar.bz2 inspircd++-35b70631f0532a5828b04a8e0c02092a285f331a.zip | |
Merge tag 'v2.0.26' into master.
Diffstat (limited to 'src/users.cpp')
| -rw-r--r-- | src/users.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/users.cpp b/src/users.cpp index 5f31ff299..1e2554107 100644 --- a/src/users.cpp +++ b/src/users.cpp @@ -458,6 +458,7 @@ void User::UnOper() ModeHandler* opermh = ServerInstance->Modes->FindMode('o', MODETYPE_USER); this->SetMode(opermh, false); + FOREACH_MOD(OnPostDeoper, (this)); } /* |
