aboutsummaryrefslogtreecommitdiff
path: root/src/modules/m_blockamsg.cpp
diff options
context:
space:
mode:
authorGravatar Sadie Powell2021-03-17 05:58:47 +0000
committerGravatar Sadie Powell2021-03-17 05:58:47 +0000
commit59ee026b3bfd78a67f3141bd362a2f11e9e2c311 (patch)
treeb46cca2fccd025d09a266deca2035eb9b9341597 /src/modules/m_blockamsg.cpp
parentMerge branch 'insp3' into master. (diff)
Pascalize Get in extension item classes.
Diffstat (limited to 'src/modules/m_blockamsg.cpp')
-rw-r--r--src/modules/m_blockamsg.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/modules/m_blockamsg.cpp b/src/modules/m_blockamsg.cpp
index ae9a46926..80118b569 100644
--- a/src/modules/m_blockamsg.cpp
+++ b/src/modules/m_blockamsg.cpp
@@ -102,7 +102,7 @@ class ModuleBlockAmsg : public Module
return MOD_RES_PASSTHRU;
// Check that this message wasn't already sent within a few seconds.
- BlockedMessage* m = blockamsg.get(user);
+ BlockedMessage* m = blockamsg.Get(user);
// If the message is identical and within the time.
// We check the target is *not* identical, that'd straying into the realms of flood control. Which isn't what we're doing...