X-Git-Url: https://jfr.im/git/irc/quakenet/newserv.git/blobdiff_plain/d771684794f38e14523b12163ec1d935da00fb1c..fc03eb2dd7092582030b2694d69174ce2bfb82dd:/chanserv/chanserv_relay.c diff --git a/chanserv/chanserv_relay.c b/chanserv/chanserv_relay.c index 8500986c..16b9a9a7 100644 --- a/chanserv/chanserv_relay.c +++ b/chanserv/chanserv_relay.c @@ -257,6 +257,8 @@ int csa_docreateaccount(void *source, int cargc, char **cargv) { error_password = "passwordlong"; } else if(r == QM_PWTOWEAK) { error_password = "passwordweak"; + } else if(r == QM_PWINVALID) { + error_password = "passwordinvalid"; } else if(r != -1) { error_password = "passwordunknown"; }