aboutsummaryrefslogtreecommitdiff
path: root/src/modules/m_remove.cpp
diff options
context:
space:
mode:
authorGravatar Peter Powell2018-08-14 19:18:15 +0100
committerGravatar Peter Powell2018-08-14 19:31:26 +0100
commita69f543be3bb6df77bfc19eaadc313d405ec2d45 (patch)
tree3a8620f14ea20715ceec71df828a1a76428314b9 /src/modules/m_remove.cpp
parentConvert CLONES to use its own numeric and batch the replies. (diff)
Fix a bunch more conflicting/unnamed numerics.
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 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;
}