From e8514f7149bbf81bc394a7a12c54d11dda3da290 Mon Sep 17 00:00:00 2001 From: Sadie Powell Date: Sat, 30 Jan 2021 14:19:23 +0000 Subject: Replace all internal references to uline with services. --- src/modules/m_svshold.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/modules/m_svshold.cpp') diff --git a/src/modules/m_svshold.cpp b/src/modules/m_svshold.cpp index 867c7ee67..51f4f50c4 100644 --- a/src/modules/m_svshold.cpp +++ b/src/modules/m_svshold.cpp @@ -110,9 +110,9 @@ class CommandSvshold : public Command /* syntax: svshold nickname time :reason goes here */ /* 'time' is a human-readable timestring, like 2d3h2s. */ - if (!user->server->IsULine()) + if (!user->server->IsService()) { - /* don't allow SVSHOLD from non-ulined clients */ + /* don't allow SVSHOLD from non-services clients */ return CmdResult::FAILURE; } -- cgit v1.3.1-10-gc9f91