don't send prefix on server-originated string coded replies

This commit is contained in:
Jeremy Latt
2014-02-20 20:08:32 -08:00
parent 0ad05abf5f
commit e1c4c8e8cc
3 changed files with 11 additions and 13 deletions
+1 -1
View File
@@ -351,7 +351,7 @@ func (m *PassCommand) HandleServer(s *Server) {
}
func (m *PingCommand) HandleServer(s *Server) {
m.Client().replies <- RplPong(s, m.Client())
m.Client().replies <- RplPong(m.Client())
}
func (m *PongCommand) HandleServer(s *Server) {