From: Chris Porter Date: Sat, 21 Feb 2009 13:54:30 +0000 (+0000) Subject: NOPERSERV: fix silly hello bug. X-Git-Url: https://jfr.im/git/irc/quakenet/newserv.git/commitdiff_plain/ef49043d6de5bf1b8840053288d6ae91dd681b31 NOPERSERV: fix silly hello bug. --- diff --git a/noperserv/noperserv.c b/noperserv/noperserv.c index bec345de..82785090 100644 --- a/noperserv/noperserv.c +++ b/noperserv/noperserv.c @@ -170,6 +170,7 @@ int noperserv_hello(void *sender, int cargc, char **cargv) { controlreply(np, "Cannot find anyone with that authname on the network."); return CMD_ERROR; } + newaccount = a->name; target = a->nicks; } else { target = getnickbynick(cargv[0]);