Generic.curProtocol.outPRVMSG(who, replyto, "Password Changed!");
Logging.warn("SRVAUTH", user + " changed password for username: " + args[0]);
} else Generic.curProtocol.outPRVMSG(who, replyto, "\u0002Error:\u0002 No such username exists!");
} else { // we're not a helper. vette old password
// changepass oldpass newpass
if (temp.chkpass(args[0], user)) {
temp.getUsers().get(uTemp).cngpass(args[1]);
Generic.curProtocol.outPRVMSG(who, replyto, "Password Changed!");
} else Generic.curProtocol.outPRVMSG(who, replyto, "\u0002Error:\u0002 Old password incorrect!");
}
}