From a69f543be3bb6df77bfc19eaadc313d405ec2d45 Mon Sep 17 00:00:00 2001 From: Peter Powell Date: Tue, 14 Aug 2018 19:18:15 +0100 Subject: Fix a bunch more conflicting/unnamed numerics. --- src/modules/m_remove.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/modules/m_remove.cpp') diff --git a/src/modules/m_remove.cpp b/src/modules/m_remove.cpp index d68a70503..8d60ff8c6 100644 --- a/src/modules/m_remove.cpp +++ b/src/modules/m_remove.cpp @@ -93,7 +93,7 @@ class RemoveBase : public Command if (target->server->IsULine()) { - user->WriteNumeric(482, channame, "Only a u-line may remove a u-line from a channel."); + user->WriteNumeric(ERR_CHANOPRIVSNEEDED, channame, "Only a u-line may remove a u-line from a channel."); return CMD_FAILURE; } -- cgit v1.3.1-10-gc9f91