]> jfr.im git - irc/quakenet/newserv.git/commitdiff
NOPERSERV: fix silly hello bug.
authorChris Porter <redacted>
Sat, 21 Feb 2009 13:54:30 +0000 (13:54 +0000)
committerChris Porter <redacted>
Sat, 21 Feb 2009 13:54:30 +0000 (13:54 +0000)
noperserv/noperserv.c

index bec345de7c4244179bc3848676d178fb3f5b461e..827850900268bed44b0e741daf64b07ae7ea2146 100644 (file)
@@ -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]);