summaryrefslogtreecommitdiff
path: root/modules/fantasy.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'modules/fantasy.cpp')
-rw-r--r--modules/fantasy.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/fantasy.cpp b/modules/fantasy.cpp
index 7658c2ac7..26c9080a6 100644
--- a/modules/fantasy.cpp
+++ b/modules/fantasy.cpp
@@ -40,7 +40,7 @@ public:
if (Anope::ReadOnly)
{
- source.Reply(_("Sorry, bot option setting is temporarily disabled."));
+ source.Reply(READ_ONLY_MODE);
return;
}