mirror of
https://github.com/anope/anope.git
synced 2026-06-12 19:14:47 +02:00
Expand GetQueryCommand to take a command name.
This commit is contained in:
@@ -58,7 +58,7 @@ public:
|
||||
*code = Anope::Random(Config->GetBlock("options").Get<size_t>("codelength", 15));
|
||||
}
|
||||
|
||||
source.Reply(CONFIRM_DROP, ci->name.c_str(), source.service->GetQueryCommand().c_str(),
|
||||
source.Reply(CONFIRM_DROP, ci->name.c_str(), source.service->GetQueryCommand("chanserv/drop").c_str(),
|
||||
ci->name.c_str(), code->c_str());
|
||||
return;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user