mirror of
https://github.com/anope/anope.git
synced 2026-07-09 01:03:14 +02:00
Fixed some warnings
This commit is contained in:
@@ -165,7 +165,7 @@ class CommandNSSetPassword : public Command
|
||||
{
|
||||
Anope::string param = params[1];
|
||||
|
||||
int len = param.length();
|
||||
unsigned len = param.length();
|
||||
|
||||
if (u->Account()->display.equals_ci(param) || (Config->StrictPasswords && len < 5))
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user