summaryrefslogtreecommitdiff
path: root/src/users.cpp
diff options
context:
space:
mode:
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 9e06485e5..ac87f1187 100644
--- a/src/users.cpp
+++ b/src/users.cpp
@@ -692,6 +692,7 @@ void User::UnOper()
ServerInstance->Users->all_opers.remove(this);
this->modes[UM_OPERATOR] = 0;
+ FOREACH_MOD(I_OnPostDeoper, OnPostDeoper(this));
}
/* adds or updates an entry in the whowas list */