mirror of
https://github.com/anope/anope.git
synced 2026-07-09 04:43:13 +02:00
Fix the location of &* on types.
This commit is contained in:
+1
-1
@@ -232,7 +232,7 @@ void Command::OnSyntaxError(CommandSource &source, const Anope::string &subcomma
|
||||
|
||||
namespace
|
||||
{
|
||||
void HandleUnknownCommand(CommandSource& source, const Anope::string &message)
|
||||
void HandleUnknownCommand(CommandSource &source, const Anope::string &message)
|
||||
{
|
||||
// Try to find a similar command.
|
||||
auto distance = Config->GetBlock("options").Get<size_t>("didyoumeandifference", "4");
|
||||
|
||||
Reference in New Issue
Block a user