mirror of
https://github.com/anope/anope.git
synced 2026-07-04 00:43:12 +02:00
cs_xop: fix showing alternative access methods in help
This commit is contained in:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user