]> git.netwichtig.de Git - user/henk/code/inspircd.git/blobdiff - src/users.cpp
Fix BanCache entries existing after X-line expiry.
[user/henk/code/inspircd.git] / src / users.cpp
index 9e06485e5182c6a1ed511a152e7510438261790a..ac87f1187992cc943d1dab44cc9de778473ffcdb 100644 (file)
@@ -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 */