]> jfr.im git - irc/quakenet/newserv.git/commitdiff
request: Clear nick extension when user is not authed.
authorGunnar Beutner <redacted>
Wed, 18 Sep 2013 04:18:08 +0000 (06:18 +0200)
committerGunnar Beutner <redacted>
Wed, 18 Sep 2013 04:18:08 +0000 (06:18 +0200)
request/request_fasttrack.c

index 4ff2e780806e3bea87a46811a111c26a1919f791..a49a1475716b2d476951b6e11037a6d59d7a048b 100644 (file)
@@ -54,6 +54,8 @@ static void rqhook_account(int hook, void *arg) {
   nick *np = (nick *)arg;
   rq_fasttrack *ft;
 
+  np->exts[rqnext] = NULL;
+
   /* Auth might be null for the newnick hook. */
   if(!np->auth)
     return;