]> jfr.im git - irc/quakenet/newserv.git/blobdiff - noperserv/noperserv.c
CHANSERV: qusers should be a chansearch search term, not usersearch
[irc/quakenet/newserv.git] / noperserv / noperserv.c
index bec345de7c4244179bc3848676d178fb3f5b461e..63e05ba175b80ac276637a02652ec12922f45605 100644 (file)
@@ -113,7 +113,7 @@ void _init() {
     "  +t: Trusts\n"
     "  +k: KICK/KILL commands\n"
     "  +g: GLINE commands\n"
-    "  +h: Shows when glines are played automatically (hits)\n"
+    "  +h: Shows when glines are set by code (hits)\n"
     "  +c: Clone information\n"
     "  +C: CLEARCHAN command\n"
     "  +f: FAKEUSER commands\n"
@@ -170,7 +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;
       }
-      target = a->nicks;
+      newaccount = a->name;
     } else {
       target = getnickbynick(cargv[0]);
       if(!target) {