mirror of
https://github.com/anope/anope.git
synced 2026-06-27 05:26:38 +02:00
Fix a typo in GetCommandLineArgument.
This commit is contained in:
+1
-1
@@ -75,7 +75,7 @@ static bool GetCommandLineArgument(const Anope::string &name, char shortname, An
|
||||
{
|
||||
if (argument.equals_ci(name) || (argument.length() == 1 && argument[0] == shortname))
|
||||
{
|
||||
param = argument;
|
||||
param = value;
|
||||
return true;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user