Change to an early continue for a NULL IrcUser
authorMatt Schatz <genius3000@g3k.solutions>
Sun, 9 Sep 2018 18:27:37 +0000 (12:27 -0600)
committerManuel Nickschas <sputnick@quassel-irc.org>
Sun, 9 Sep 2018 21:28:28 +0000 (23:28 +0200)
Commit e9096505f07fc0c08a7c36f3680c1fde975d4f80 changed the behaviour
in joinIrcUsers() from skipping a NULL IrcUser or an already tracked
IrcUser to updating the usermodes of said IrcUser. The call to
addUserMode() will call isKnownUser() which will log a warning
of 'received IrcUser Nullpointer' and return false. This is safe
from crashing, but shouldn't be allowed to happen.


No differences found