mirror of
https://github.com/ergochat/ergo.git
synced 2025-12-20 02:00:11 -08:00
handle CAP command silently in registration too
This commit is contained in:
parent
b6d8f62674
commit
23f01ff9ee
1 changed files with 4 additions and 0 deletions
|
|
@ -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()
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue