diff options
Diffstat (limited to 'modules/restrictmsg.cpp')
| -rw-r--r-- | modules/restrictmsg.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/restrictmsg.cpp b/modules/restrictmsg.cpp index c1003ed56..2f37a1382 100644 --- a/modules/restrictmsg.cpp +++ b/modules/restrictmsg.cpp @@ -32,7 +32,7 @@ class ModuleRestrictMsg final private: static ModResult HandleMessage(User* user, const MessageTarget& target) { - if ((target.type == MessageTarget::TYPE_USER) && (IS_LOCAL(user))) + if ((target.type == MessageTarget::TYPE_USER) && (user->IsLocal())) { const auto* u = target.Get<User>(); |
