summaryrefslogtreecommitdiff
path: root/src/modules/m_nicklock.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/modules/m_nicklock.cpp')
-rw-r--r--src/modules/m_nicklock.cpp3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/modules/m_nicklock.cpp b/src/modules/m_nicklock.cpp
index f413696dc..dd65a5a74 100644
--- a/src/modules/m_nicklock.cpp
+++ b/src/modules/m_nicklock.cpp
@@ -175,9 +175,6 @@ class ModuleNickLock : public Module
if (!IS_LOCAL(user))
return MOD_RES_PASSTHRU;
- if (isdigit(newnick[0])) /* Allow a switch to a UID */
- return MOD_RES_PASSTHRU;
-
if (ServerInstance->NICKForced.get(user)) /* Allow forced nick changes */
return MOD_RES_PASSTHRU;