commit 0fc822d8c44be42a62d3c26bbab99d5d0bc88346 from: Alexander Barton date: Mon Jan 27 21:23:47 2014 UTC Use correct sender as target for ISUPPORT replies on "VERSION" This fixes commit 2e168c78 ("Return ISUPPORT(005) numerics on 'VERSION'") and make sure, that the 005 numerics are correctly routed back to the sender. commit - 2e168c7809f8c149710a75bf3bf5b98e72217c61 commit + 0fc822d8c44be42a62d3c26bbab99d5d0bc88346 blob - cc19465ac3eb529c62e4bc11260c604a3c137a60 blob + d367647f4ea7bfd67132d45323049f1a62c5ab66 --- src/ngircd/irc-info.c +++ src/ngircd/irc-info.c @@ -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