core: Avoid confusing log message when legacy client connects
authorManuel Nickschas <sputnick@quassel-irc.org>
Thu, 17 May 2018 19:37:46 +0000 (21:37 +0200)
committerManuel Nickschas <sputnick@quassel-irc.org>
Thu, 17 May 2018 19:45:53 +0000 (21:45 +0200)
Older clients don't report the features they support, which resulted
in a log message listing all features as missing if such a client
connected.
Handle this special case by checking if any client feature is enabled,
and if not, providing a different log message to avoid user
confusion.


No differences found