summaryrefslogtreecommitdiff
path: root/modules
diff options
context:
space:
mode:
authorSadie Powell <sadie@witchery.services>2023-07-09 22:29:23 +0100
committerSadie Powell <sadie@witchery.services>2023-07-09 22:32:43 +0100
commit68b51c7481511e7ce68e922aaae8d2875e2b4116 (patch)
tree51f19d1532e900a8f70f960ac7ab2b010a13bc83 /modules
parent37b60f8d9df9cdc3f03194b1e1fb08fb7db7c339 (diff)
Fix not getting memo notifications when using SASL.
Diffstat (limited to 'modules')
-rw-r--r--modules/pseudoclients/memoserv.cpp5
1 files changed, 5 insertions, 0 deletions
diff --git a/modules/pseudoclients/memoserv.cpp b/modules/pseudoclients/memoserv.cpp
index f90c318a6..f22556a6e 100644
--- a/modules/pseudoclients/memoserv.cpp
+++ b/modules/pseudoclients/memoserv.cpp
@@ -207,6 +207,11 @@ class MemoServCore : public Module, public MemoServService
this->Check(u);
}
+ void OnUserConnect(User *user, bool &exempt) anope_override
+ {
+ this->Check(user);
+ }
+
EventReturn OnPreHelp(CommandSource &source, const std::vector<Anope::string> &params) anope_override
{
if (!params.empty() || source.c || source.service != *MemoServ)