aboutsummaryrefslogtreecommitdiffstats
path: root/src/modules/m_remove.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/modules/m_remove.cpp')
-rw-r--r--src/modules/m_remove.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/modules/m_remove.cpp b/src/modules/m_remove.cpp
index 0d5ac2f5b..891cf4cb9 100644
--- a/src/modules/m_remove.cpp
+++ b/src/modules/m_remove.cpp
@@ -75,7 +75,7 @@ class RemoveBase : public Command
if (IS_LOCAL(user))
target = ServerInstance->FindNickOnly(username);
else
- target = ServerInstance->FindNick(username);
+ target = ServerInstance->Users.Find(username);
/* And the channel we're meant to be removing them from */
channel = ServerInstance->FindChan(channame);