We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d89ca5e commit 9838fcaCopy full SHA for 9838fca
change.c
@@ -86,6 +86,8 @@ HANDLER (change_pass)
86
FREE (db->password);
87
db->password = generate_pass (pkt);
88
db->timestamp = Current_Time;
89
+ if (ISUSER (con))
90
+ send_cmd (con, MSG_SERVER_NOSUCH, "password changed");
91
}
92
93
/* 702 [ :<user> ] <email>
0 commit comments