aboutsummaryrefslogtreecommitdiffstats
path: root/src/users.cpp
diff options
context:
space:
mode:
authorGravatar Sadie Powell2026-06-17 15:03:07 +0100
committerGravatar Sadie Powell2026-06-17 15:03:50 +0100
commitef88adc36d5c5214a15e653a6cfe827660bdfb0a (patch)
treefdea308b8f27b441aeee3645359aa3ff8a6f9645 /src/users.cpp
parentAllow modules to control which clients receive an ISupport diff. (diff)
Allow an event hook for after messages are sent to a client.
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 b366ed951..a1df507c4 100644
--- a/src/users.cpp
+++ b/src/users.cpp
@@ -764,6 +764,7 @@ void LocalUser::Send(ClientProtocol::Event& protoev, ClientProtocol::MessageList
if (res != MOD_RES_DENY)
Write(serializer->SerializeForUser(this, curr));
}
+ protoev.PostSendMessagesToUser(this, msglist);
}
void User::WriteNumeric(const Numeric::Numeric& numeric)