mirror of
https://github.com/anope/anope.git
synced 2026-07-07 12:43:13 +02:00
Use dynamic_reference to check for users being killed from commands
This commit is contained in:
@@ -49,8 +49,7 @@ class CommandNSIdentify : public Command
|
||||
{
|
||||
Log(LOG_COMMAND, u, this) << "and failed to identify";
|
||||
source.Reply(_(PASSWORD_INCORRECT));
|
||||
if (bad_password(u))
|
||||
return MOD_STOP;
|
||||
bad_password(u);
|
||||
}
|
||||
else
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user