diff options
author | Adam <Adam@anope.org> | 2017-03-15 21:44:05 -0400 |
---|---|---|
committer | Adam <Adam@anope.org> | 2017-03-15 21:44:05 -0400 |
commit | b2d028533dfb7d601f994621e7eee89857cb2927 (patch) | |
tree | bf199fad0519dd358b558f5069a991e65d2b6e2f /modules/commands/cs_xop.cpp | |
parent | a88d9cb1f0e0d54dbef6e740678a37700e387089 (diff) |
cs_xop: fix showing alternative access methods in help
Diffstat (limited to 'modules/commands/cs_xop.cpp')
-rw-r--r-- | modules/commands/cs_xop.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
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" |