don't early-send our mode

--HG--
branch : nmdc-ircfrontend
This commit is contained in:
. 2016-05-07 18:58:33 +12:00
parent e78ae227d6
commit e91022b7fa

View File

@ -308,9 +308,6 @@ func (s *Server) handleRegisteredCommand(command string, args []string) {
// Acknowledge // Acknowledge
s.reply(rplJoin, s.upstreamLauncher.Self.Nick, BLESSED_CHANNEL) s.reply(rplJoin, s.upstreamLauncher.Self.Nick, BLESSED_CHANNEL)
// Send channel mode immediately (hexchat optimisation)
s.sendChannelMode()
// Send (initially just us) nicklist for the chat channel // Send (initially just us) nicklist for the chat channel
s.sendNames() s.sendNames()