forked from External/ergo
don't send prefix on server-originated string coded replies
This commit is contained in:
parent
0ad05abf5f
commit
e1c4c8e8cc
3 changed files with 11 additions and 13 deletions
|
|
@ -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) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue