Handle caps with multiple key-value pairs
authorShane Synan <digitalcircuit36939@gmail.com>
Mon, 11 Jul 2016 11:12:07 +0000 (07:12 -0400)
committerManuel Nickschas <sputnick@quassel-irc.org>
Wed, 7 Sep 2016 19:29:32 +0000 (21:29 +0200)
Include everything after the first '=' in the capability value.  This
fixes support for future IRCv3 capabilities with multiple key-value
pairs, e.g. "sts=duration=31536000,port=6697"

Current IRCv3 capabilities are handled as before.


No differences found