aboutsummaryrefslogtreecommitdiff
path: root/src/modules/m_servprotect.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/modules/m_servprotect.cpp')
-rw-r--r--src/modules/m_servprotect.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/modules/m_servprotect.cpp b/src/modules/m_servprotect.cpp
index fa92d9947..3b0f7cba2 100644
--- a/src/modules/m_servprotect.cpp
+++ b/src/modules/m_servprotect.cpp
@@ -47,7 +47,7 @@ class ServProtectMode : public ModeHandler
* way to add this mode and that is at client introduction in the UID command,
* as this calls OnModeChange for each mode but disregards the return values.
* The mode cannot be manually added or removed, not even by a server or by a remote
- * user or uline, which prevents its (ab)use as a kiddie 'god mode' on such networks.
+ * user or service, which prevents its (ab)use as a kiddie 'god mode' on such networks.
* I'm sure if someone really wants to do that they can make a copy of this module
* that does the job. It won't be me though!
*/
@@ -83,7 +83,7 @@ class ModuleServProtectMode
ModResult OnRawMode(User* user, Channel* chan, ModeHandler* mh, const std::string& param, bool adding) override
{
/* Check that the mode is not a server mode, it is being removed, the user making the change is local, there is a parameter,
- * and the user making the change is not a uline
+ * and the user making the change is not a service.
*/
if (!adding && chan && IS_LOCAL(user) && !param.empty())
{