aboutsummaryrefslogtreecommitdiffstats
path: root/src/users.cpp
diff options
context:
space:
mode:
authorGravatar Peter Powell2018-04-21 12:04:43 +0100
committerGravatar Peter Powell2018-04-22 13:02:19 +0100
commit35b70631f0532a5828b04a8e0c02092a285f331a (patch)
tree9e54fba45e659f23fb3b94341debfc0b23bc63af /src/users.cpp
parentOptionally do not notify users if their messages are blocked by certain modul... (diff)
parentRelease v2.0.26 (diff)
downloadinspircd++-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.cpp1
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));
}
/*