diff options
author | Adam <Adam@anope.org> | 2014-06-16 20:41:07 -0400 |
---|---|---|
committer | Adam <Adam@anope.org> | 2014-06-17 08:37:19 -0400 |
commit | 9a947fa4359c667be58ebae4634d9ac0e53d5db4 (patch) | |
tree | cae4a7f25cec2ef98413275babe02ae3c9199b60 /modules/commands/cs_xop.cpp | |
parent | 4f7868b1250fa02be825a193970bfb08e32e5d96 (diff) |
Correct some language strings
Diffstat (limited to 'modules/commands/cs_xop.cpp')
-rw-r--r-- | modules/commands/cs_xop.cpp | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/modules/commands/cs_xop.cpp b/modules/commands/cs_xop.cpp index 4c48dcc01..340369901 100644 --- a/modules/commands/cs_xop.cpp +++ b/modules/commands/cs_xop.cpp @@ -562,11 +562,6 @@ class CommandCSXOP : public Command "The \002%s CLEAR\002 command clears all entries of the\n" "%s list."), cmd.c_str(), cmd.c_str(), cmd.c_str(), cmd.c_str(), cmd.c_str(), cmd.c_str(), cmd.c_str(), cmd.c_str(), cmd.c_str(), cmd.c_str()); - source.Reply(_(" \n" - "The \002%s\002 commands are limited to founders\n" - "(unless SECUREOPS is off). However, any user on the\n" - "VOP list or above may use the \002%s LIST\002 command.\n" - " \n"), cmd.c_str(), cmd.c_str()); BotInfo *access_bi, *flags_bi; Anope::string access_cmd, flags_cmd; Command::FindCommandFromService("chanserv/access", access_bi, access_cmd); |