diff options
| author | 2018-08-14 19:18:15 +0100 | |
|---|---|---|
| committer | 2018-08-14 19:31:26 +0100 | |
| commit | a69f543be3bb6df77bfc19eaadc313d405ec2d45 (patch) | |
| tree | 3a8620f14ea20715ceec71df828a1a76428314b9 /src/modules/m_remove.cpp | |
| parent | Convert 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.cpp | 2 |
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; } |
