]> arthur.barton.de Git - ngircd-alex.git/commit
Fix NAMES response when client has multi-prefix
authorBrian Collins <bricollins@gmail.com>
Mon, 27 Aug 2012 15:14:47 +0000 (16:14 +0100)
committerBrian Collins <bricollins@gmail.com>
Mon, 27 Aug 2012 15:23:57 +0000 (16:23 +0100)
commit16f94546f5d7c941a0d49b49e8cd523e7b67b19d
treeb1de80cdf47dccf279e4142fa863193c5214544a
parent55859c1befa7cd04a130f1816cb73a9629637105
Fix NAMES response when client has multi-prefix

Two fixes here: IRC_Send_NAMES was checking the capability of the
wrong client when responding, and it didn't return any prefix for
clients that had either +v or +o but not both.
src/ngircd/irc-info.c