summaryrefslogtreecommitdiff
path: root/modules/chanserv/cs_drop.cpp
diff options
context:
space:
mode:
authorSadie Powell <sadie@witchery.services>2024-03-15 12:09:58 +0000
committerSadie Powell <sadie@witchery.services>2024-03-15 12:09:58 +0000
commitad86535024e3a85bd161b711aabe93997a5705ad (patch)
tree71aa76167c8b8abee24dba92554a4b9653b9444e /modules/chanserv/cs_drop.cpp
parent628f4d2a7e4d072439ad8f30cf6fb702e14f134b (diff)
Consistently use READ_ONLY_MODE everywhere.
Diffstat (limited to 'modules/chanserv/cs_drop.cpp')
-rw-r--r--modules/chanserv/cs_drop.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/chanserv/cs_drop.cpp b/modules/chanserv/cs_drop.cpp
index 90a12fb1c..89e996970 100644
--- a/modules/chanserv/cs_drop.cpp
+++ b/modules/chanserv/cs_drop.cpp
@@ -32,7 +32,7 @@ public:
if (Anope::ReadOnly && !source.HasPriv("chanserv/administration"))
{
- source.Reply(_("Sorry, channel de-registration is temporarily disabled.")); // XXX: READ_ONLY_MODE?
+ source.Reply(READ_ONLY_MODE);
return;
}