From e91022b7fa2b21036c3703d588ccbb5b63d23517 Mon Sep 17 00:00:00 2001 From: "." <.@.> Date: Sat, 7 May 2016 18:58:33 +1200 Subject: [PATCH] don't early-send our mode --HG-- branch : nmdc-ircfrontend --- server.go | 3 --- 1 file changed, 3 deletions(-) diff --git a/server.go b/server.go index a5531d9..b639d21 100644 --- a/server.go +++ b/server.go @@ -308,9 +308,6 @@ func (s *Server) handleRegisteredCommand(command string, args []string) { // Acknowledge 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 s.sendNames()