diff options
Diffstat (limited to 'modules/chanserv/cs_register.cpp')
-rw-r--r-- | modules/chanserv/cs_register.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/chanserv/cs_register.cpp b/modules/chanserv/cs_register.cpp index 402ae1296..1610a98ba 100644 --- a/modules/chanserv/cs_register.cpp +++ b/modules/chanserv/cs_register.cpp @@ -33,7 +33,7 @@ public: ChannelInfo *ci = ChannelInfo::Find(params[0]); if (Anope::ReadOnly) - source.Reply(_("Sorry, channel registration is temporarily disabled.")); + source.Reply(READ_ONLY_MODE); else if (nc->HasExt("UNCONFIRMED")) source.Reply(_("You must confirm your account before you can register a channel.")); else if (chan[0] == '&') |