3
0
mirror of https://github.com/ergochat/ergo.git synced 2024-11-10 22:19:31 +01:00

handle CAP command silently in registration too

This commit is contained in:
Jeremy Latt 2014-02-20 19:55:03 -08:00
parent b6d8f62674
commit 23f01ff9ee

View File

@ -290,6 +290,10 @@ func (msg *QuitCommand) HandleAuthServer(server *Server) {
// registration commands
//
func (msg *CapCommand) HandleRegServer(server *Server) {
// TODO
}
func (m *NickCommand) HandleRegServer(s *Server) {
client := m.Client()