aboutsummaryrefslogtreecommitdiff
path: root/src/modules/m_callerid.cpp
diff options
context:
space:
mode:
authorGravatar Sadie Powell2022-10-16 23:24:44 +0100
committerGravatar Sadie Powell2022-10-18 10:59:57 +0100
commit1736775c766cddf9e1dc436aff6060bd8553c8c3 (patch)
tree4ee3a286930f57882e02f755c73f10f2230f8cc9 /src/modules/m_callerid.cpp
parentSplit out channel and user mode +r into a separate module. (diff)
Rename the services_account module to account.
Diffstat (limited to 'src/modules/m_callerid.cpp')
-rw-r--r--src/modules/m_callerid.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/modules/m_callerid.cpp b/src/modules/m_callerid.cpp
index 4fc1c114e..215b2648d 100644
--- a/src/modules/m_callerid.cpp
+++ b/src/modules/m_callerid.cpp
@@ -466,7 +466,7 @@ public:
void Prioritize() override
{
- // Want to be after modules like silence or services_account
+ // Want to be after modules like account or silence
ServerInstance->Modules.SetPriority(this, I_OnUserPreMessage, PRIORITY_LAST);
}
};