]> arthur.barton.de Git - ngircd-alex.git/blobdiff - src/ngircd/irc-info.c
Use correct sender as target for ISUPPORT replies on "VERSION"
[ngircd-alex.git] / src / ngircd / irc-info.c
index cc19465ac3eb529c62e4bc11260c604a3c137a60..d367647f4ea7bfd67132d45323049f1a62c5ab66 100644 (file)
@@ -1114,7 +1114,7 @@ IRC_VERSION( CLIENT *Client, REQUEST *Req )
 
 #ifndef STRICT_RFC
        /* send RPL_ISUPPORT(005) numerics */
-       if (!IRC_Send_ISUPPORT(Client))
+       if (!IRC_Send_ISUPPORT(prefix))
                return DISCONNECTED;
 #endif