Don't prefix the nick with a colon while connecting to a server
authorManuel Nickschas <sputnick@quassel-irc.org>
Wed, 10 Feb 2016 18:58:52 +0000 (19:58 +0100)
committerManuel Nickschas <sputnick@quassel-irc.org>
Wed, 10 Feb 2016 19:06:02 +0000 (20:06 +0100)
commitb9119a8251fdac5f0b7452b5576583eebe71a402
tree8a32ad9c26f2182c35b3c4bb7e12cf49776c824a
parenta52e3596b70ed3672a3aa057e4a6419e2bf136dc
Don't prefix the nick with a colon while connecting to a server

For the NICK command during the initial connection handshake, we
always prefixed the parameter with a colon. While this is not an RFC
violation, it is unnecessary as nicks can't contain spaces. Worse, it
confuses some obscure ircds...
src/core/corenetwork.cpp