mirror of
https://github.com/ergochat/ergo.git
synced 2025-12-20 10:10:08 -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
|
// registration commands
|
||||||
//
|
//
|
||||||
|
|
||||||
|
func (msg *CapCommand) HandleRegServer(server *Server) {
|
||||||
|
// TODO
|
||||||
|
}
|
||||||
|
|
||||||
func (m *NickCommand) HandleRegServer(s *Server) {
|
func (m *NickCommand) HandleRegServer(s *Server) {
|
||||||
client := m.Client()
|
client := m.Client()
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue