send channel mode immediately upon join
--HG-- branch : nmdc-ircfrontend
This commit is contained in:
parent
05cb916ae5
commit
03ea6bb99e
@ -307,6 +307,9 @@ 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()
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user