From b2d028533dfb7d601f994621e7eee89857cb2927 Mon Sep 17 00:00:00 2001 From: Adam Date: Wed, 15 Mar 2017 21:44:05 -0400 Subject: [PATCH] cs_xop: fix showing alternative access methods in help --- modules/commands/cs_xop.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/commands/cs_xop.cpp b/modules/commands/cs_xop.cpp index e71a3bbf3..7decd3062 100644 --- a/modules/commands/cs_xop.cpp +++ b/modules/commands/cs_xop.cpp @@ -561,7 +561,7 @@ class CommandCSXOP : public Command BotInfo *access_bi, *flags_bi; Anope::string access_cmd, flags_cmd; Command::FindCommandFromService("chanserv/access", access_bi, access_cmd); - Command::FindCommandFromService("chanserv/flags", flags_bi, access_cmd); + Command::FindCommandFromService("chanserv/flags", flags_bi, flags_cmd); if (!access_cmd.empty() || !flags_cmd.empty()) { source.Reply(_("Alternative methods of modifying channel access lists are\n"