core: Clarify name of capsPendingNegotiation flag
authorShane Synan <digitalcircuit36939@gmail.com>
Mon, 27 Jan 2020 06:53:16 +0000 (01:53 -0500)
committerManuel Nickschas <sputnick@quassel-irc.org>
Sun, 12 Apr 2020 11:14:19 +0000 (13:14 +0200)
Rename "capNegotiationInProgress()" to "capsPendingNegotiation()"
to better clarify the meaning of the function.  This checks if any
capabilities are queued for an ongoing negotiation; it does not
represent whether or not "CAP LS" has been sent.


No differences found